CVE-2026-64211 Details
Description
In the Linux kernel, the following vulnerability has been resolved: srcu: Don't queue workqueue handlers to never-online CPUs While an srcu_struct structure is in the midst of switching from CPU-0 to all-CPUs state, it can attempt to invoke callbacks for CPUs that have never been online. Worse yet, it can attempt in invoke callbacks for CPUs that never will be online, even including imaginary CPUs not in cpu_possible_mask. This can cause hangs on s390, which is not set up to deal with workqueue handlers being scheduled on such CPUs. This commit therefore causes Tree SRCU to refrain from queueing workqueue handlers on CPUs that have not yet (and might never) come online. Because callbacks are not invoked on CPUs that have not been online, it is an error to invoke call_srcu(), synchronize_srcu(), or synchronize_srcu_expedited() on a CPU that is not yet fully online. However, it turns out to be less code to redirect the callbacks from too-early invocations of call_srcu() than to warn about such invocations. This commit therefore also redirects callbacks queued on not-yet-fully-online CPUs to the boot CPU.
A vulnerability in the Linux kernel's handling of workqueue callbacks can lead to hangs on s390 systems. While an srcu_struct is transitioning from CPU-0 to all-CPUs state, it may mistakenly queue callbacks for CPUs that have never been online or never will be, including imaginary CPUs not in the cpu_possible_mask. This issue arises because the Tree SRCU can attempt to invoke callbacks on these non-existent or unavailable CPUs, causing the system to hang. The vulnerability affects the Linux kernel stable tree.
Users should avoid invoking SRCU callback functions on CPUs that are not fully online. The Linux kernel has been updated to redirect such callbacks from offline CPUs to the boot CPU, so ensure that the latest version containing this fix is applied.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/593889c401426004bd0ea0f6d4fcece728b03420 | kernel.org | Patch |
| https://git.kernel.org/stable/c/a4153538fcd2361c4e0039eb103265492d26044e | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-noinfo | Insufficient Information to Classify Weakness | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 7.0.1, < 7.0.11 7.0 - 7.0 rc6 7.0 rc7 7.1 rc1 7.1 rc2 7.1 rc3 7.1 rc4 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 11, 2026 | Initial Analysis | [email protected] |
| Jul 24, 2026 | New CVE Received | kernel.org |