PT-2026-64731 · Linux+1 · Linux Kernel+1
CVE-2026-64510
·
Published
2026-07-25
·
Updated
2026-09-07
CVSS v3.1
7.0
High
| Vector | AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
An issue exists in the ACPI NFIT core where improper error cleanup in the
acpi nfit init() function can lead to a use-after-free condition. If acpi nfit init() fails after adding an acpi desc object to the acpi descs list, the object is not removed, leaving a dangling pointer. Subsequently, an ACPI Machine Check Exception (MCE) triggers the nfit handle mce() function, which iterates over the acpi descs list and accesses the freed memory. Additionally, if acpi nfit probe() returns 0 without allocating the acpi desc object, the object may be allocated by acpi nfit update notify() and initialized via acpi nfit init(). In this scenario, the acpi nfit shutdown() action is not registered, and the acpi desc object remains in the list after driver removal, again leading to a use-after-free during an ACPI MCE.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel
Ubuntu