CVE-2025-68341
Last modified
CVE-2025-68341 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: veth: reduce XDP no_direct return section to fix race As explain in commit fa349e396e48 ("veth: Fix race with AF_XDP exposing old or uninitialized descriptors") for veth there is a chance after napi_complete_done() that another CPU can manage start another NAPI instance running veth_pool(). For NAPI this is correctly handled as the napi_schedule_prep() check will prevent multiple instances from getting scheduled, but for the remaining code in veth_pool() this can run concurrent with the newly started NAPI instance. The problem/race is that xdp_clear_return_frame_no_direct() isn't designed to be nested. Prior to commit 401cb7dae813 ("net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.") the temporary BPF net context bpf_redirect_info was stored per CPU, where this wasn't an issue. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: veth: reduce XDP no_direct return section to fix race As explain in commit fa349e396e48 ("veth: Fix race with AF_XDP exposing old or uninitialized descriptors") for veth there is a chance after napi_complete_done() that another CPU can manage start another NAPI instance running veth_pool(). For NAPI this is correctly handled as the napi_schedule_prep() check will prevent multiple instances from getting scheduled, but for the remaining code in veth_pool() this can run concurrent with the newly started NAPI instance. The problem/race is that xdp_clear_return_frame_no_direct() isn't designed to be nested. Prior to commit 401cb7dae813 ("net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.") the temporary BPF net context bpf_redirect_info was stored per CPU, where this wasn't an issue. Since this commit the BPF context is stored in 'current' task_struct. When running veth in threaded-NAPI mode, then the kthread becomes the storage area. Now a race exists between two concurrent veth_pool() function calls one exiting NAPI and one running new NAPI, both using the same BPF net context. Race is when another CPU gets within the xdp_set_return_frame_no_direct() section before exiting veth_pool() calls the clear-function xdp_clear_return_frame_no_direct().
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 401cb7dae8130fd34eb84648e02ab4c506df7d5e, < c1ceabcb347d1b0f7e70a7384ec7eff3847b7628; >= 401cb7dae8130fd34eb84648e02ab4c506df7d5e, < d0bd018ad72a8a598ae709588934135017f8af52; >= 401cb7dae8130fd34eb84648e02ab4c506df7d5e, < a14602fcae17a3f1cb8a8521bedf31728f9e7e39 |
| Linux | Linux | 6.11 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68341?
How severe is CVE-2025-68341?
How do I fix CVE-2025-68341?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68336In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68337In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2025-68338In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68339In the Linux kernel, the following vulnerability has been re…
- CVE-2025-6834A vulnerability was found in code-projects Inventory Managem…9.8
- CVE-2025-68340In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-68342In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68343In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68344In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68345In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68346In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68347In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2025-68341?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
