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

7.8 · HIGH
Published Jan 13, 2026 linux CWE-362

Overview

CVE-2025-71074 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 13, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

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

functionfs: fix the open/removal races

ffs_epfile_open() can race with removal, ending up with file->private_data

pointing to freed object.

There is a total count of opened files on functionfs (both ep0 and

dynamic ones) and when it hits zero, dynamic files get removed.

Unfortunately, that removal can happen while another thread is

in ffs_epfile_open(), but has not incremented the count yet.

In that case open will succeed, leaving us with UAF on any subsequent

read() or write().

The root cause is that ffs->opened is misused; atomic_dec_and_test() vs.

atomic_add_return() is not a good idea, when object remains visible all

along.

To untangle that

* serialize openers on ffs->mutex (both for ep0 and for dynamic files)

* have dynamic ones use atomic_inc_not_zero() and fail if we had

zero ->opened; in that case the file we are opening is doomed.

* have the inodes of dynamic files marked on removal (from the

callback

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 >= 2.6.35.1, < 6.19 Affected

Frequently Asked Questions

What is CVE-2025-71074?

CVE-2025-71074 is a high-severity vulnerability affecting linux linux_kernel. It was published on January 13, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-71074?

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

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

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