In the Linux kernel, the following vulnerability has been resolved:
ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup
If acpi_nfit_init() fails after adding the acpi_desc object to the acpi_descs list, that object is never removed from that list because the acpi_nfit_shutdown() devm action is not added for the NFIT device in that case. Next, the acpi_nfit_init() failure causes acpi_nfit_probe() to fail, the acpi_desc object is freed, and a dangling pointer is left behind in the acpi_descs. Any subsequent ACPI Machine Check Exception will trigger nfit_handle_mce() which iterates over acpi_descs and so a use-after-free will occur.
Moreover, if acpi_nfit_probe() returns 0 after installing a notify handler for the NFIT device and without allocating the acpi_desc object and setting the NFIT device's driver data pointer, the acpi_desc object will be allocated by acpi_nfit_update_notify() and acpi_nfit_init() will be called to initialize it. Regardless of whether or not acpi_nfit_init() fails in that case, the acpi_nfit_shutdown() devm action is not added for the NFIT device and acpi_desc is never removed from the acpi_descs list. If the acpi_desc object is freed subsequently on driver removal, any subsequent ACPI MCE will lead to a use-after-free like in the previous case.
To address the first issue mentioned above, make acpi_nfit_probe() call acpi_nfit_shutdown() directly on acpi_nfit_init() failures and to address the other one, add a remove callback to the driver and make it call acpi_nfit_shutdown(). Also, since it is now possible to pass NULL to acpi_nfit_shutdown() or the acpi_desc object passed to it may not have been initialized, add checks against NULL for acpi_desc and its nvdimm_bus field to that function and make acpi_nfit_unregister() clear the latter after unregistering the NVDIMM bus.
CVSS Details
- CVSS 3.1 Base Score: 7
- CVSS 3.1 Vector: (CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H)
Covered by Rapid7
| Product | Vendor Advisory | Solution File | Added | Published |
|---|---|---|---|---|
| Debian | — | Upgrade linux-6.1Upgrade linux-6.12Upgrade linux | Aug 2, 2026 | Aug 2, 2026 |
| Redhat_linux | — | No solution exists | Jul 31, 2026 | Jul 25, 2026 |
| Ubuntu | — | Upgrade linux-image-realtime-hwe-26.04Upgrade linux-image-7.0.0-31-generic-64kUpgrade linux-image-ibm-7.0Upgrade linux-image-7.0.0-31-realtime-64kUpgrade linux-image-nvidia-bosUpgrade linux-image-7.0.0-1013-oemUpgrade linux-image-aws-7.0Upgrade linux-image-genericUpgrade linux-image-oem-26.04bUpgrade linux-image-7.0.0-1019-raspiUpgrade linux-image-nvidia-hwe-26.04Upgrade linux-image-nvidia-tegra-rtUpgrade linux-image-gke-64k-hwe-26.04Upgrade linux-image-virtual-hwe-24.04Upgrade linux-image-gke-64k-7.0Upgrade linux-image-raspi-realtime-7.0Upgrade linux-image-gkeUpgrade linux-image-7.0.0-1006-gkeUpgrade linux-image-gcp-7.0Upgrade linux-image-nvidiaUpgrade linux-image-generic-64k-hwe-26.04Upgrade linux-image-generic-64kUpgrade linux-image-7.0.0-1006-gke-64kUpgrade linux-image-nvidia-bos-7.0Upgrade linux-image-raspiUpgrade linux-image-realtime-7.0Upgrade linux-image-aws-64kUpgrade linux-image-nvidia-tegra-6.8Upgrade linux-image-virtualUpgrade linux-image-7.0.0-1019-raspi-realtimeUpgrade linux-image-7.0.0-2018-nvidia-bosUpgrade linux-image-gke-7.0Upgrade linux-image-nvidia-64k-hwe-26.04Upgrade linux-image-aws-64k-7.0Upgrade linux-image-6.8.0-1035-nvidia-tegra-rtUpgrade linux-image-generic-64k-7.0Upgrade linux-image-nvidia-64k-7.0Upgrade linux-image-nvidia-tegraUpgrade linux-image-7.0.0-1018-nvidia-64kUpgrade linux-image-oem-26.04Upgrade linux-image-ibmUpgrade linux-image-nvidia-bos-64kUpgrade linux-image-virtual-hwe-26.04Upgrade linux-image-realtimeUpgrade linux-image-raspi-realtimeUpgrade linux-image-oem-26.04aUpgrade linux-image-7.0.0-31-realtimeUpgrade linux-image-gke-hwe-26.04Upgrade linux-image-7.0.0-1013-ibmUpgrade linux-image-nvidia-tegra-rt-6.8Upgrade linux-image-gcp-64k-7.0Upgrade linux-image-7.0.0-1012-awsUpgrade linux-image-7.0.0-1011-gcpUpgrade linux-image-6.8.0-1035-nvidia-tegraUpgrade linux-image-nvidia-7.0Upgrade linux-image-awsUpgrade linux-image-7.0.0-1012-aws-64kUpgrade linux-image-realtime-64k-7.0Upgrade linux-image-realtime-64kUpgrade linux-image-gke-64kUpgrade linux-image-generic-hwe-24.04Upgrade linux-image-gcpUpgrade linux-image-7.0.0-1011-gcp-64kUpgrade linux-image-realtime-64k-hwe-26.04Upgrade linux-image-7.0.0-31-genericUpgrade linux-image-nvidia-64kUpgrade linux-image-virtual-7.0Upgrade linux-image-oem-7.0Upgrade linux-image-7.0.0-1018-nvidiaUpgrade linux-image-gcp-64kUpgrade linux-image-generic-hwe-26.04Upgrade linux-image-raspi-7.0Upgrade linux-image-generic-7.0Upgrade linux-image-generic-64k-hwe-24.04Upgrade linux-image-7.0.0-2018-nvidia-bos-64kUpgrade linux-image-nvidia-bos-64k-7.0 | Sep 14, 2026 | Sep 7, 2026 |
| Vmware Photon_os | — | Use 'tdnf update' to upgrade all packages to the latest version. | Aug 14, 2026 | Jul 25, 2026 |
Prioritise with Active Threat Intelligence
With curated Threat Intelligence, you can see which vulnerabilities truly put you at risk, prioritize what matters most, and act before attackers do.
Explore Intelligence Hub