Improper Initialization in Linux kernel - CVE-2026-64250

 

Improper Initialization in Linux kernel - CVE-2026-64250

Published: July 27, 2026


Vulnerability identifier: #VU139741
CSH Severity: Low
CVSS v4: 5.7 [CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64250
CWE-ID: CWE-665
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper state management in stop_this_cpu() when handling reboot, shutdown, or halt paths after secondary CPUs are parked. A local user can trigger a reboot or shutdown sequence to cause a denial of service.

The issue occurs on LoongArch systems because parked CPUs are marked offline for the scheduler but are not reported dead to RCU, which can cause an RCU grace period to wait indefinitely. It affects cases where irq_work_sync() invokes synchronize_rcu() on architectures without an irq_work self-IPI.


Affected software

Linux kernel

How to mitigate CVE-2026-64250

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins