Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-68341

9.8 · CRITICAL
Published Dec 23, 2025 EPSS 0.43% (36th pctl)

Overview

CVE-2025-68341 is a critical-severity vulnerability. It was published on December 23, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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 kthre

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2025-68341?

CVE-2025-68341 is a critical-severity vulnerability. It was published on December 23, 2025 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2025-68341?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2025-68341?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-68341?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68341 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.