PatchSiren

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
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-25
Original CVE updated
2026-07-25
Advisory published
2026-07-25
Advisory updated
2026-07-25

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.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-07-25T10:17:25.343Z and has not been modified since then.