CVE-2026-80590
8.6Linux · Kernel
A vulnerability in the Linux kernel network stack allows unprivileged users to trigger a kernel panic via malformed GSO state in fragmented packets.
Executive summary
A flaw in the Linux kernel's handling of network fragment reassembly can be exploited by unprivileged local users to trigger a system-wide denial of service via a kernel panic.
Vulnerability
This is an improper input validation vulnerability where the kernel fails to strip Generic Segmentation Offload (GSO) state from IP fragments during reassembly. An unprivileged attacker can supply crafted network traffic to trigger a BUG_ON condition in the kernel's memory management routines, resulting in a system crash.
Business impact
Successful exploitation results in a kernel panic, which causes an immediate system crash and total service interruption for the affected host. Given the CVSS score of 8.6, this represents a high-severity threat to availability, particularly for critical infrastructure such as network gateways, virtual machine hosts, and container environments that process untrusted network traffic.
Remediation
Immediate Action: Update the Linux kernel to version 5.10.268, 5.15.219, 6.1.186, 6.6.155, or later, depending on your distribution's branch.
Proactive Monitoring: Monitor system logs (specifically dmesg or /var/log/messages) for signs of kernel BUG_ON events or unexpected system reboots that coincide with high network activity.
Compensating Controls: Restrict access to network interfaces (such as tun/tap devices) where possible and ensure that untrusted traffic is passed through a hardened firewall or inspection layer that drops malformed fragmented packets before they reach the kernel stack.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
This vulnerability presents a significant risk to system stability and availability. Organizations running Linux-based networking appliances or multi-tenant environments should prioritize patching as soon as vendor-supplied kernels are available. Testing the update in a staging environment is advised to ensure compatibility with existing network configurations before widespread deployment.