CVE-2026-64414
7.5Linux · Kernel
The Linux kernel netfilter module improperly handles unreadable fragments in sk_buff structures, potentially leading to denial of service via unhandled negative error codes.
Executive summary
A vulnerability in the Linux kernel netfilter component allows unauthenticated remote attackers to trigger a denial of service condition through the processing of malformed network fragments.
Vulnerability
The flaw exists in how the kernel processes network fragments that are marked as unreadable, specifically when interacting with the u32 module and netfilter queues. An unauthenticated attacker can send crafted network traffic to trigger an improper state, resulting in a system denial of service.
Business impact
Successful exploitation of this vulnerability results in a denial of service, which can cause significant operational disruption by crashing affected network services or the entire host system. Given the CVSS score of 7.5, the risk is high due to the lack of required authentication and the potential for remote exploitation, which could lead to critical system instability in production environments.
Remediation
Immediate Action: Update the Linux kernel to version 6.12.96, 6.18.39, 7.1.4, or later, as these releases contain the necessary patches to handle unreadable fragments correctly.
Proactive Monitoring: Monitor system logs for repeated netfilter errors or sudden kernel panics that may indicate an exploitation attempt against the network stack.
Compensating Controls: Deploy network-level traffic filtering to drop malformed packets or unexpected fragment types before they reach the kernel network processing path.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability presents a clear risk to system availability, particularly for servers exposed to untrusted network traffic. IT administrators should prioritize the deployment of the provided kernel patches to ensure the netfilter module correctly handles unreadable fragments and prevents potential service disruption.