CVE-2026-64459

9.8

Linux · Kernel

A race condition in the Linux kernel TCP-AO implementation allows potential use-after-free scenarios during socket destruction.

Executive summary

A critical use-after-free vulnerability in the Linux kernel TCP stack exposes systems to potential remote code execution or denial of service attacks.

Vulnerability

This flaw exists due to the incorrect removal of an RCU grace period in the tcp_ao_destroy_sock function. An unauthenticated remote attacker can trigger this race condition, causing the kernel to access memory that is in the process of being freed, leading to memory corruption.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical severity level due to its potential for full system compromise. Successful exploitation could allow an attacker to execute arbitrary code with kernel-level privileges or crash the system, resulting in significant service disruption and data exposure.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.39, 7.1.4, or later versions where the RCU grace period restoration fix has been implemented.

Proactive Monitoring: Monitor system logs for kernel panics or unexpected segmentation faults that may indicate exploitation attempts against the network stack.

Compensating Controls: While no direct virtual patch exists, ensure that network perimeter defenses are configured to drop malformed or suspicious TCP packets that may attempt to trigger complex socket state transitions.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Given the critical nature of this kernel-level vulnerability, organizations must prioritize patching their Linux environments. System administrators should verify their current kernel version and apply the recommended updates as part of the next scheduled maintenance window to eliminate the risk of remote memory corruption.

More Linux CVEs

Sources