CVE-2026-64056
9.8Linux · Kernel
A race condition exists in the Linux kernel Cortina Ethernet driver due to improper management of per-port RX SKB buffers, which may lead to memory corruption or system instability.
Executive summary
A critical race condition in the Linux kernel Cortina Ethernet driver allows for potential memory corruption and system instability, necessitating an immediate kernel update.
Vulnerability
The vulnerability is a race condition within the gmac_rx function of the Cortina Ethernet driver. Because the socket buffer (SKB) used for packet assembly is static, simultaneous traffic on multiple ports can cause memory access conflicts, which may be triggered by an unauthenticated network attacker.
Business impact
The potential for memory corruption in the kernel poses a severe risk to system integrity and availability. An attacker capable of triggering this race condition could induce a system crash, leading to unplanned downtime for critical infrastructure, or potentially achieve arbitrary code execution in the kernel context. Given the CVSS score of 9.8, this flaw is categorized as critical due to the ease of exploitation over a network without requiring authentication.
Remediation
Immediate Action: Administrators must update the Linux kernel to the patched versions: 5.10.258, 5.15.209, 6.1.175, 6.6.142, or later.
Proactive Monitoring: Monitor system logs for kernel panics or unexplained crashes that correlate with high network traffic on systems utilizing the Cortina Gemini Ethernet driver.
Compensating Controls: While no direct network-level mitigation exists, segmenting critical network traffic and utilizing intrusion detection systems to monitor for anomalous Ethernet frame patterns may reduce the likelihood of successful triggering.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the severity of this vulnerability, organizations running affected Linux kernel versions on hardware utilizing the Cortina Gemini Ethernet chipset should prioritize patching. The kernel is a fundamental component of system security, and updates should be applied as part of the next scheduled maintenance window or immediately if the affected hardware is exposed to untrusted network segments.