CVE-2026-43122 PUBLISHED

ACPI: processor: Update cpuidle driver check in __acpi_processor_start()

Assigner: Linux
Reserved: 01.05.2026 Published: 06.05.2026 Updated: 06.05.2026

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

ACPI: processor: Update cpuidle driver check in __acpi_processor_start()

Commit 7a8c994cbb2d ("ACPI: processor: idle: Optimize ACPI idle driver registration") moved the ACPI idle driver registration to acpi_processor_driver_init() and acpi_processor_power_init() does not register an idle driver any more.

Accordingly, the cpuidle driver check in __acpi_processor_start() needs to be updated to avoid calling acpi_processor_power_init() without a cpuidle driver, in which case the registration of the cpuidle device in that function would lead to a NULL pointer dereference in __cpuidle_register_device().

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 7a8c994cbb2db3c5335cee35fd486557f5aaf7e1 to 68f38f648e4b5bed2aeadd2f711e25302e6490f8 (excl.)
  • affected from 7a8c994cbb2db3c5335cee35fd486557f5aaf7e1 to 6cfed39c2ce64ac024bbde458a9727105e0b8c66 (excl.)
  • affected from 7a8c994cbb2db3c5335cee35fd486557f5aaf7e1 to 0089ce1c056aee547115bdc25c223f8f88c08498 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.18 is affected
  • unaffected from 0 to 6.18 (excl.)
  • unaffected from 6.18.14 to 6.18.* (incl.)
  • unaffected from 6.19.4 to 6.19.* (incl.)
  • unaffected from 7.0 to * (incl.)

References