CVE-2025-68341
Linux Kernel vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Mitigation and workarounds

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).

Community reactions

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).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management