CVE-2026-64373
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/07/2026
Última modificación:
25/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
cpufreq: Fix hotplug-suspend race during reboot<br />
<br />
During system reboot, cpufreq_suspend() is called via the<br />
kernel_restart() -> device_shutdown() path. Unlike the normal system<br />
suspend path, the reboot path does not call freeze_processes(), so<br />
userspace processes and kernel threads remain active.<br />
<br />
This allows CPU hotplug operations to run concurrently with<br />
cpufreq_suspend(). The original code has no synchronization with CPU<br />
hotplug, leading to a race condition where governor_data can be freed<br />
by the hotplug path while cpufreq_suspend() is still accessing it,<br />
resulting in a null pointer dereference:<br />
<br />
Unable to handle kernel NULL pointer dereference<br />
Call Trace:<br />
do_kernel_fault+0x28/0x3c<br />
cpufreq_suspend+0xdc/0x160<br />
device_shutdown+0x18/0x200<br />
kernel_restart+0x40/0x80<br />
arm64_sys_reboot+0x1b0/0x200<br />
<br />
Fix this by adding cpus_read_lock()/cpus_read_unlock() to<br />
cpufreq_suspend() to block CPU hotplug operations while suspend is in<br />
progress.<br />
<br />
[ rjw: Changelog edits ]
Impacto
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/6d5dd354c37abaf4d60400c55c71f23ba2b33639
- https://git.kernel.org/stable/c/6e175c00c62dca3d91b987015808b5d52e8db2b4
- https://git.kernel.org/stable/c/73255d702c7560185fd5951aadcf7eb057c2f453
- https://git.kernel.org/stable/c/9103078c7b3091a2fbb52af176f95982ee7dd7f8
- https://git.kernel.org/stable/c/a0106b41f9a724868d390b8b3b4ea5ca0e04ea53
- https://git.kernel.org/stable/c/a0ef2fc89d28ca62923376c4b8ffaa57136a36be
- https://git.kernel.org/stable/c/a9029dd55696c651ee46912afa2a166fa456bb3e
- https://git.kernel.org/stable/c/cd4524ff6567fa4458a5bec4b017105e671d393e



