CVE-2026-64077
7.8Linux · Kernel
A race condition flaw exists in the netfilter ebtables component of the Linux kernel due to an improper table removal scheme. This issue allows a local authenticated attacker with low privileges to achieve full system compromise.
Executive summary
A local privilege escalation vulnerability in the Linux kernel netfilter ebtables component allows low-privileged users to achieve complete system compromise.
Vulnerability
This vulnerability is an improper synchronization flaw within the netfilter ebtables subsystem, where table operations are assigned without properly holding the ebt mutex, requiring local authenticated access to exploit.
Business impact
Successful exploitation of this flaw grants an attacker full control over the affected operating system, leading to complete confidentiality, integrity, and availability loss. The CVSS score of 7.8 reflects the high severity of potential impacts, although the requirement for local access prevents an even higher rating.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.34, 7.0.11, or later where the ebtables two-stage removal scheme fix has been applied.
Proactive Monitoring: Monitor system logs for unauthorized privilege escalation attempts or unusual kernel error messages related to netfilter modules.
Compensating Controls: Restrict local shell access and carefully audit user accounts to minimize the number of users capable of executing local commands.
Exploitation status
Public Exploit Available: False
Analyst recommendation
Given the high CVSS score and the severity of local privilege escalation flaws in core operating system components, administrators must prioritize applying the kernel patches immediately. Ensuring the Linux kernel is updated to the fixed releases prevents attackers from leveraging this race condition to compromise the host.