CVE-2026-64386
9.8Linux · Kernel
A double-free vulnerability exists in the Linux kernel SMB client query_info function, which can occur during error handling of replayable requests.
Executive summary
A critical memory management flaw in the Linux kernel SMB client allows for potential system instability or arbitrary code execution via a double-free vulnerability.
Vulnerability
The vulnerability involves improper handling of response buffers during SMB2 query information operations. An unauthenticated attacker can trigger a double-free condition by causing specific replayable error states that lead the kernel to incorrectly reuse and free stale buffer memory.
Business impact
The CVSS score of 9.8 reflects the high potential for a complete compromise of system integrity, availability, and confidentiality. Successful exploitation of this memory corruption bug can result in kernel panic, leading to denial of service, or potentially facilitate arbitrary code execution with the highest level of system privileges.
Remediation
Immediate Action: Update the Linux kernel to the corrected versions (6.6.145, 6.12.96, 6.18.39, 7.1.4 or later) as provided by your distribution vendor.
Proactive Monitoring: Monitor system logs for kernel oops or unexpected service crashes related to the SMB client subsystem.
Compensating Controls: Restrict access to SMB services to trusted internal networks and utilize network-level segmentation to prevent unauthorized entities from interacting with the vulnerable SMB client interface.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the critical CVSS severity and the potential for deep system-level impact, administrators should prioritize the deployment of kernel updates across all affected environments. Testing these updates in a staging environment is advised to ensure compatibility before applying them to production systems, although the severity warrants an expedited patching cycle.