PatchSiren cyber security CVE debrief
CVE-2026-64415 Linux CVE debrief
The Linux kernel was updated to address a softlockup vulnerability in the swap_reclaim_full_clusters function. This vulnerability was triggered during a stress test on a large arm64 machine with 320 CPUs, about 1TB memory, and an 8.6GB swap device under heavy load with a large number of full clusters on the swap device. The issue was caused by a lack of periodic cond_resched() calls during large full_clusters reclaim operations, leading to a softlockup. The vulnerability was resolved by adding cond_resched() calls to prevent softlockup issues. Linux kernel users and administrators should be aware of this vulnerability and ensure they are running the patched kernel.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-25
- Original CVE updated
- 2026-09-04
- Advisory published
- 2026-07-25
- Advisory updated
- 2026-09-04
Who should care
Linux kernel users and administrators, especially those with large arm64 machines and heavy workloads, should be aware of this vulnerability and ensure they are running the patched kernel.
Technical summary
A softlockup vulnerability was found in the Linux kernel's swap_reclaim_full_clusters function. The vulnerability was caused by a lack of periodic cond_resched() calls during large full_clusters reclaim operations, leading to a softlockup. The issue was resolved by adding cond_resched() calls to prevent softlockup issues. The vulnerability was triggered during a stress test on a large arm64 machine with 320 CPUs, about 1TB memory, and an 8.6GB swap device under heavy load.
Defensive priority
Medium
Recommended defensive actions
- Apply the patched Linux kernel to prevent softlockup issues
- Monitor system logs for softlockup events
- Ensure the system is running with the latest kernel updates
- Review system configuration to prevent similar issues
- Check for any other potential vulnerabilities in the system
- Perform regular system maintenance to ensure stability
- Verify that the patched kernel is properly installed and configured
Evidence notes
The vulnerability was triggered during a stress test on a large arm64 machine with 320 CPUs, about 1TB memory, and an 8.6GB swap device under heavy load. The system was under heavy load and the swap device had a large number of full clusters. The vulnerability was resolved by adding cond_resched() calls to prevent softlockup issues.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-64415 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-64415
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-64415 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-64415
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/2a55fdf9f746a1a6ced7fd62ea1080b8a917e0b0
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/60cbe67d1342f34b66df1c2ee328e3cd333767d7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/66366d291f666ddeda5f8c84f253e308de3e6b55
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/69c0e6246575b780ae0d3f411c749bcf13c221f3
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.