CVE-2026-43313: ACPI: processor: Fix NULL-pointer dereference in acpi_processor_errata_piix4()

Published May 8, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ACPI: processor: Fix NULL-pointer dereference in acpiprocessorerratapiix4()

In acpiprocessorerratapiix4(), the pointer dev is first assigned an IDE device and then reassigned an ISA device:

dev = pcigetsubsys(..., PCIDEVICEIDINTEL82371AB, ...); dev = pcigetsubsys(..., PCIDEVICEIDINTEL82371AB0, ...);

If the first lookup succeeds but the second fails, dev becomes NULL. This leads to a potential null-pointer dereference when devdbg() is called:

if (errata.piix4.bmisx) devdbg(&dev->dev, ...);

To prevent this, use two temporary pointers and retrieve each device independently, avoiding overwriting dev with a possible NULL value.

[ rjw: Subject adjustment, added an empty code line ]

Affected Software

12 affected components
Linux Linux kernel
Linux Linux kernel>=2.6.12.1<5.15.202
Linux Linux kernel>=5.16<6.1.165
Linux Linux kernel>=6.2<6.6.128
Linux Linux kernel>=6.7<6.12.75
Linux Linux kernel>=6.13<6.18.16
Linux Linux kernel>=6.19<6.19.6
Linux Linux kernel=2.6.12
Linux Linux kernel=2.6.12-rc2
Linux Linux kernel=2.6.12-rc3
Linux Linux kernel=2.6.12-rc4
Linux Linux kernel=2.6.12-rc5

Event History

May 8, 2026
CVE Published
via MITRE·01:11 PM
Data Sourced
via MITRE·01:11 PM
Description
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-43313?

CVE-2026-43313 has been classified with a medium severity due to the potential for causing a system crash.

2

How do I fix CVE-2026-43313?

To fix CVE-2026-43313, update the Linux kernel to the latest version that includes the patch addressing the NULL-pointer dereference.

3

What systems are affected by CVE-2026-43313?

CVE-2026-43313 affects various versions of the Linux kernel utilizing ACPI processor components.

4

What does CVE-2026-43313 entail?

CVE-2026-43313 entails a NULL-pointer dereference in the acpi_processor_errata_piix4() function that may lead to system instability.

5

Is CVE-2026-43313 actively exploited?

As of now, there are no known active exploits for CVE-2026-43313 reported in the wild.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203