CVE-2026-23443
Received
Received - Intake
Use-After-Free in Linux Kernel ACPI Processor Component
Publication date: 2026-04-03
Last updated on: 2026-04-23
Assigner: kernel.org
Description
Description
In the Linux kernel, the following vulnerability has been resolved:
ACPI: processor: Fix previous acpi_processor_errata_piix4() fix
After commi f132e089fe89 ("ACPI: processor: Fix NULL-pointer dereference
in acpi_processor_errata_piix4()"), device pointers may be dereferenced
after dropping references to the device objects pointed to by them,
which may cause a use-after-free to occur.
Moreover, debug messages about enabling the errata may be printed
if the errata flags corresponding to them are unset.
Address all of these issues by moving message printing to the points
in the code where the errata flags are set.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 6.1.165 (inc) to 6.1.167 (exc) |
| linux | linux_kernel | From 6.12.75 (inc) to 6.12.78 (exc) |
| linux | linux_kernel | From 6.18.16 (inc) to 6.18.20 (exc) |
| linux | linux_kernel | From 6.19.6 (inc) to 6.19.10 (exc) |
| linux | linux_kernel | From 6.6.128 (inc) to 6.6.130 (exc) |
| linux | linux_kernel | 5.15.202 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |