In the Linux kernel, the following vulnerability has been resolved:
ACPI: processor: Update cpuidle driver check in __acpiprocessorstart()
Commit 7a8c994cbb2d ("ACPI: processor: idle: Optimize ACPI idle driver registration") moved the ACPI idle driver registration to acpiprocessordriverinit() and acpiprocessorpowerinit() does not register an idle driver any more.
Accordingly, the cpuidle driver check in __acpiprocessorstart() needs to be updated to avoid calling acpi_processorpowerinit() without a cpuidle driver, in which case the registration of the cpuidle device in that function would lead to a NULL pointer dereference in __cpuidleregisterdevice().
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/43xxx/CVE-2026-43122.json",
"cna_assigner": "Linux"
}