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-68241

7.5 · HIGH
Published Dec 16, 2025 EPSS 0.46% (38th pctl)

Overview

CVE-2025-68241 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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:

ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe

The sit driver's packet transmission path calls: sit_tunnel_xmit() ->

update_or_create_fnhe(), which lead to fnhe_remove_oldest() being called

to delete entries exceeding FNHE_RECLAIM_DEPTH+random.

The race window is between fnhe_remove_oldest() selecting fnheX for

deletion and the subsequent kfree_rcu(). During this time, the

concurrent path's __mkroute_output() -> find_exception() can fetch the

soon-to-be-deleted fnheX, and rt_bind_exception() then binds it with a

new dst using a dst_hold(). When the original fnheX is freed via RCU,

the dst reference remains permanently leaked.

CPU 0 CPU 1

__mkroute_output()

find_exception() [fnheX]

update_or_create_fnhe()

fnhe_remove_oldest() [fnheX]

rt_bind_exception() [bind dst]

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-68241?

CVE-2025-68241 is a high-severity vulnerability. It was published on December 16, 2025 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2025-68241?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. 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-68241?

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-68241?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-68241 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.