Junglewise Threat Intelligence

CVE-2026-43313: Linux Kernel NULL pointer dereference in ACPI processor PIIX4 errata

CVE-2026-43313 · Severity: info · CVSS 4.4 · Published 2026-05-08

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's ACPI processor driver, which manages power and performance features for hardware. Under specific hardware configurations involving older Intel chipsets, the system could experience a kernel crash (NULL-pointer dereference) during hardware initialization. This would result in a system reboot or a complete denial of service, potentially impacting operational availability.

Technical details

A NULL-pointer dereference exists in the `acpi_processor_errata_piix4()` function within `drivers/acpi/acpi_processor.c`. The vulnerability occurs because a single device pointer (`dev`) is reused for sequential PCI device lookups (IDE and ISA devices). If the first lookup for the Intel 82371AB IDE device succeeds but the subsequent lookup for the ISA device fails, the pointer is overwritten with NULL. Subsequent calls to `dev_dbg()` using this pointer result in a kernel oops. An attacker with high privileges or a specific hardware environment could trigger this during boot or hardware re-scanning to cause a denial of service. The fix introduces independent pointers for each device lookup to ensure NULL values do not overwrite valid device references.

Affected products

  • Linux Linux Kernel All versions prior to the May 2026 patches

Timeline

  • 2026-01-12: other: Patch submitted by developer
  • 2026-03-04: patched: Commits merged into stable branches
  • 2026-05-08: disclosed: CVE assigned and published

References

Related threats