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

5.5 · MEDIUM
Published Jan 13, 2026 linux EPSS 0.12% (2th pctl)

Overview

CVE-2025-71097 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 13, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

ipv4: Fix reference count leak when using error routes with nexthop objects

When a nexthop object is deleted, it is marked as dead and then

fib_table_flush() is called to flush all the routes that are using the

dead nexthop.

The current logic in fib_table_flush() is to only flush error routes

(e.g., blackhole) when it is called as part of network namespace

dismantle (i.e., with flush_all=true). Therefore, error routes are not

flushed when their nexthop object is deleted:

# ip link add name dummy1 up type dummy

# ip nexthop add id 1 dev dummy1

# ip route add 198.51.100.1/32 nhid 1

# ip route add blackhole 198.51.100.2/32 nhid 1

# ip nexthop del id 1

# ip route show

blackhole 198.51.100.2 nhid 1 dev dummy1

As such, they keep holding a reference on the nexthop object which in

turn holds a reference on the nexthop device, resulting in a reference

count leak:

# ip link del dev dummy1

[ 70.516258] unregister

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 5.3.1, < 5.10.248 Affected

Frequently Asked Questions

What is CVE-2025-71097?

CVE-2025-71097 is a medium-severity vulnerability affecting linux linux_kernel. It was published on January 13, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-71097?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

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

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-71097?

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