CVE-2026-74612

10.0

Linux · Kernel

An improper skb length accounting vulnerability in the Linux kernel veth driver, occurring during XDP fragment adjustment, allows for memory-related exploits.

Executive summary

A critical vulnerability in the Linux kernel veth driver could allow an unauthenticated attacker to trigger an out-of-bounds memory condition, leading to system compromise.

Vulnerability

The veth driver fails to correctly update skb length after XDP program adjustments, which can result in inconsistent state and memory corruption when processing network packets. This is exploitable by an unauthenticated attacker sending specially crafted packets.

Business impact

This vulnerability could allow an attacker to gain unauthorized control over the kernel, leading to complete system compromise or persistent denial of service. The CVSS score of 10.0 underscores the severe risk this poses to any environment utilizing containerized or virtualized networking where veth interfaces are present.

Remediation

Immediate Action: Update the Linux kernel to version 6.1.184, 6.6.152, 6.12.104, 6.18.45, or later.

Proactive Monitoring: Monitor for unusual network traffic patterns or unexpected crashes in container orchestration layers that rely on veth pairs.

Compensating Controls: Restrict XDP program deployment to trusted users and implement network-level filtering to block malformed packet sequences.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

Given the central role of veth in modern Linux networking and containerization, this vulnerability represents an urgent security risk. Organizations should expedite the deployment of patched kernels to prevent potential remote code execution or system instability.

More Linux CVEs

Sources