
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68341 is a race condition vulnerability in the Linux kernel's veth (virtual Ethernet) networking subsystem, specifically in the XDP (eXpress Data Path) no_direct return section of the veth_pool() function. The flaw was introduced after commit 401cb7dae813 changed the storage of the BPF net context bpf_redirect_info from a per-CPU variable to the current task_struct, creating a shared-state race condition when veth operates in threaded-NAPI mode. It was disclosed on December 23, 2025, and affects Linux kernel versions from commit 401cb7dae813 up to the patched stable releases. The vulnerability carries a CVSS v3.1 base score of 5.5 (Medium), with local attack vector and high availability impact (Red Hat Advisory, Red Hat Bugzilla).
The root cause is a race condition (CWE-362) in the veth_pool() function when running in threaded-NAPI mode. After napi_complete_done() returns, another CPU can immediately start a new NAPI instance also executing veth_pool(). Because xdp_clear_return_frame_no_direct() is not designed to be re-entrant or nested, two concurrent veth_pool() calls — one exiting NAPI and one starting a new NAPI cycle — can simultaneously access and modify the same bpf_redirect_info BPF net context stored in the kthread's task_struct. The race window exists between xdp_set_return_frame_no_direct() being called by one instance and xdp_clear_return_frame_no_direct() being called by the other, leading to corrupted state. Exploitation requires local access and the ability to trigger concurrent network packet processing on a veth interface configured with XDP and threaded-NAPI (Red Hat Bugzilla, Feedly).
Successful exploitation of this vulnerability can cause a denial of service (DoS) by corrupting the shared BPF net context, leading to system instability or unexpected behavior in network packet processing. The impact is limited to availability — there is no confidentiality or integrity impact. Affected systems include any Linux kernel deployment using veth interfaces with XDP enabled in threaded-NAPI mode, which is common in containerized environments and virtual networking setups (Red Hat Advisory, Feedly).
Patches have been applied to the Linux kernel stable trees. Fixed versions include kernel 6.12.61, 6.17.11, and 6.18. The fix reduces the XDP no_direct return section in veth_pool() so that xdp_clear_return_frame_no_direct() is called before napi_complete_done(), eliminating the race window. Administrators should update to a patched kernel version as the primary remediation. As a temporary workaround, limiting local user access and avoiding threaded-NAPI mode with XDP on veth interfaces can reduce exposure (Red Hat Advisory, ENISA EUVD).
Red Hat triaged the vulnerability as low severity/priority and opened a tracking bug via their OSIDB automated import process. No significant public researcher commentary or media coverage has been identified beyond standard vulnerability database entries and scanner detections by Nessus and Qualys (Red Hat Bugzilla).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."