CVE-2026-72393
Linux · Kernel
A use-after-free vulnerability in the Linux kernel fbnic driver allows remote attackers to trigger memory corruption via improper skb shared info handling during reallocations.
Executive summary
A critical use-after-free vulnerability in the Linux kernel fbnic driver could allow an unauthenticated attacker to cause system crashes or potentially execute arbitrary code.
Vulnerability
The vulnerability exists within the fbnic_tx_lso function, which incorrectly caches a pointer to shared information (shinfo) that may be invalidated during an skb_cow_head call. This results in a use-after-free condition when the kernel attempts to access the freed memory, reachable by an unauthenticated attacker.
Business impact
The flaw carries a CVSS score of 9.8, reflecting its critical potential for remote code execution and system compromise. Successful exploitation could lead to full system instability, data corruption, or unauthorized access to sensitive memory, posing a significant risk to the integrity and availability of affected infrastructure.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.40, 7.1.5, or later versions where the fix has been backported.
Proactive Monitoring: Monitor system logs for kernel panics or KASAN-related error messages that may indicate an exploitation attempt targeting the memory management subsystem.
Compensating Controls: While no direct virtual patch exists, network-level segmentation and restricting access to systems utilizing the fbnic driver can reduce the attack surface for remote exploitation.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the critical nature of this kernel-level memory management flaw, administrators should prioritize patching as soon as stable updates are available from their distribution vendors. The potential for unauthenticated remote exploitation necessitates immediate attention to prevent system-wide compromise.