CVE-2026-64598
8.8Linux · Kernel
A memory handling error in the Linux kernel smb/client module allows for a potential system crash via an invalid pointer dereference.
Executive summary
A memory management flaw in the Linux kernel SMB client could lead to a system crash, representing a significant availability risk.
Vulnerability
This vulnerability is a memory management error within the smb2_aead_req_alloc function of the Linux kernel SMB client. An attacker could potentially trigger a crash through an invalid pointer dereference, as the system fails to correctly handle return values during resource allocation.
Business impact
The primary risk associated with this vulnerability is an unauthenticated denial of service, as a successful exploit causes the kernel to dereference an invalid pointer and crash. Given the CVSS score of 8.8, this flaw is categorized as high severity because it impacts system availability, which is critical for core infrastructure components running the SMB client. Organizations relying on SMB for file sharing or storage services may face operational disruptions if their kernel versions remain unpatched.
Remediation
Immediate Action: Update your Linux kernel to version 6.6.145, 6.12.96, 6.18.39, or 7.1.4 to incorporate the necessary memory management fixes.
Proactive Monitoring: Monitor system logs for kernel panic events or unexpected service restarts specifically related to the smb client module.
Compensating Controls: Restrict network access to SMB services to trusted internal subnets to minimize the potential for remote attackers to reach the vulnerable code path.
Exploitation status
Public Exploit Available: No
Analyst recommendation
This vulnerability presents a clear risk to system stability by allowing for a kernel-level denial of service. IT administrators should prioritize patching the kernel to the versions listed above during the next maintenance window. Due to the critical nature of the kernel, ensure that all updates are tested in a staging environment before deployment to production systems.