Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-64373 Details

Description

In the Linux kernel, the following vulnerability has been resolved: cpufreq: Fix hotplug-suspend race during reboot During system reboot, cpufreq_suspend() is called via the kernel_restart() -> device_shutdown() path. Unlike the normal system suspend path, the reboot path does not call freeze_processes(), so userspace processes and kernel threads remain active. This allows CPU hotplug operations to run concurrently with cpufreq_suspend(). The original code has no synchronization with CPU hotplug, leading to a race condition where governor_data can be freed by the hotplug path while cpufreq_suspend() is still accessing it, resulting in a null pointer dereference: Unable to handle kernel NULL pointer dereference Call Trace: do_kernel_fault+0x28/0x3c cpufreq_suspend+0xdc/0x160 device_shutdown+0x18/0x200 kernel_restart+0x40/0x80 arm64_sys_reboot+0x1b0/0x200 Fix this by adding cpus_read_lock()/cpus_read_unlock() to cpufreq_suspend() to block CPU hotplug operations while suspend is in progress. [ rjw: Changelog edits ]

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-362Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 4.4.198, < 4.5
>= 4.9.198, < 4.10
>= 4.14.151, < 4.15
>= 4.19.81, < 4.20
>= 5.3.8, < 5.4

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4:rc4:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4:rc5:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:5.4:rc8:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-64373
NVD Published Date:
Jul 25, 2026
NVD Last Modified:
Sep 8, 2026
Source:
kernel.org
CVE-2026-64373 Details - Not Deferred