CVE-2026-90364: ACPI: processor: Unregister cpufreq notifier on init failure

Published Sep 17, 2026
·
Updated

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

ACPI: processor: Unregister cpufreq notifier on init failure

acpiprocessordriverinit() registers the cpufreq policy notifier before registering the ACPI processor driver and setting up CPU hotplug state.

If driverregister() or cpuhpsetupstate() fails, the error path only unregisters the ACPI processor driver and the idle driver. The cpufreq notifier remains registered even though initialization failed.

Mirror the module exit path on the init failure path and unregister the cpufreq notifier when it has been registered.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:09 PM
Data Sourced
via MITRE·04:09 PM
Description

Frequently Asked Questions

1

Under what conditions can this issue occur?

It can occur only when ACPI processor driver initialization fails after the cpufreq policy notifier has been registered, specifically if ACPI processor driver registration or CPU hotplug state setup fails.

2

What is left behind when initialization fails?

The cpufreq policy notifier remains registered despite the failed initialization. The corrected error path unregisters that notifier, matching the module exit cleanup behavior.

3

How can I determine whether a system is exposed?

Review the Linux kernel source or applied stable patches to determine whether the ACPI processor initialization failure path unregisters the cpufreq notifier. The provided references identify the fixes.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203