CVE-2025-40296 Details
Description
In the Linux kernel, the following vulnerability has been resolved: platform/x86: int3472: Fix double free of GPIO device during unregister regulator_unregister() already frees the associated GPIO device. On ThinkPad X9 (Lunar Lake), this causes a double free issue that leads to random failures when other drivers (typically Intel THC) attempt to allocate interrupts. The root cause is that the reference count of the pinctrl_intel_platform module unexpectedly drops to zero when this driver defers its probe. This behavior can also be reproduced by unloading the module directly. Fix the issue by removing the redundant release of the GPIO device during regulator unregistration.
A double free vulnerability has been identified in the Linux kernel's handling of GPIO devices within the Intel INT3472 platform driver. This issue arises because the 'regulator_unregister()' function frees the associated GPIO device, but the driver inadvertently releases it again, leading to a double free scenario. This flaw causes random failures in interrupt allocation for other drivers, particularly those related to Intel THC. The problem is exacerbated when the INT3472 driver defers its probe, causing the reference count of the 'pinctrl_intel_platform' module to drop to zero prematurely. The vulnerability can also be reproduced by manually unloading the INT3472 module.
The vulnerability has been addressed in the Linux kernel. Users should upgrade to the latest version available in the Linux kernel stable tree.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 8, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/b8113bb56c45bd17bac5144b55591f9cdbd6aabe | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f0f7a3f542c1698edb69075f25a3f846207facba | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
| Lenovo ThinkPad X9 | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 8, 2025 | New CVE Received | kernel.org |
Volerion