CVE-2026-72339
Linux · Kernel
An off by one error in the Linux kernel qede driver leads to BD ring desynchronization, which can cause DMA page reference count corruption and SLUB freelist memory corruption.
Executive summary
A critical memory corruption vulnerability in the Linux kernel qede driver allows unauthenticated attackers to potentially trigger system instability or arbitrary code execution.
Vulnerability
The vulnerability exists in the qede_rx_build_skb and qede_tpa_rx_build_skb functions, which fail to validate NULL returns from qede_build_skb. This oversight triggers an off by one error during Buffer Descriptor ring consumption, ultimately resulting in heap memory corruption.
Business impact
The exploitation of this vulnerability poses a severe threat to system integrity and availability. Because the flaw occurs within the kernel, successful exploitation can lead to a complete system crash, denial of service, or potentially privilege escalation and remote code execution. Given the CVSS score of 9.8, this vulnerability is classified as critical and requires immediate patching to prevent unauthorized system control.
Remediation
Immediate Action: Apply the latest security updates provided by your Linux distribution vendor, ensuring the kernel is upgraded to at least version 5.10.261, 5.15.212, 6.1.178, or 6.6.145.
Proactive Monitoring: Monitor system logs for kernel panics or repeated driver initialization errors that may indicate memory corruption or exploitation attempts.
Compensating Controls: While no direct virtual patch exists for kernel-level memory corruption, utilizing host-based intrusion detection systems and ensuring that untrusted network traffic is inspected by a robust firewall can reduce the attack surface.
Exploitation status
Public Exploit Available: unknown
Analyst recommendation
This vulnerability represents a significant risk to the stability and security of Linux-based systems. IT administrators must prioritize the deployment of kernel updates across their infrastructure to remediate the memory corruption flaw. Failure to patch these systems leaves them susceptible to critical impacts, including system compromise and unplanned downtime.