CVE-2026-43122
CVE-2026-43122 corresponds to a Linux kernel vulnerability where the ACPI cpuidle driver check in __acpi_processor_start() could call acpi_processor_power_init() without a cpuidle driver, risking a NULL pointer dereference in __cpuidle_register_device(). The root cause is the change described in ...