PT-2026-64732 · Linux · Linux

CVE-2026-64511

·

Published

2026-07-25

·

Updated

2026-07-25

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
In the Linux kernel, the following vulnerability has been resolved:
ACPI: NFIT: core: Fix possible NULL pointer dereference
After commit 9b311b7313d6 ("ACPI: NFIT: Install Notify() handler before getting NFIT table"), acpi nfit probe() installs an ACPI notify handler for the NFIT device before checking the presence of the NFIT table. If that table is not there, 0 is returned without allocating the acpi desc object and setting the driver data pointer of the NFIT device. If the platform firmware triggers an NFIT NOTIFY UC MEMORY ERROR notification on the NFIT device at that point, acpi nfit uc error notify() will dereference a NULL pointer.
Prevent that from occurring by adding an acpi desc check against NULL to acpi nfit uc error notify().
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-64511

Affected Products

Linux