NONE · 0

CVE-2026-90364

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Unregister cpufreq notifier on init failure acpi_processor_driver_init() registers the cpufreq policy notifier be...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Unregister cpufreq notifier on init failure acpi_processor_driver_init() registers the cpufreq policy notifier before registering the ACPI processor driver and setting up CPU hotplug state. If driver_register() or cpuhp_setup_state() 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.

References

FAQ

What is CVE-2026-90364?

CVE-2026-90364 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: ACPI: processor: Unregister cpufreq notifier on init failure acpi_processor_driver_init() registers the cpufreq policy notifier be...

How severe is CVE-2026-90364?

CVSS scoring is not yet available for CVE-2026-90364. Check NVD for updates.

Is there a patch for CVE-2026-90364?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.