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

8.2 · HIGH
Published Jan 13, 2026 linux EPSS 0.25% (16th pctl)

Overview

CVE-2025-71072 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 8.2 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.2, 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:

shmem: fix recovery on rename failures

maple_tree insertions can fail if we are seriously short on memory;

simple_offset_rename() does not recover well if it runs into that.

The same goes for simple_offset_rename_exchange().

Moreover, shmem_whiteout() expects that if it succeeds, the caller will

progress to d_move(), i.e. that shmem_rename2() won't fail past the

successful call of shmem_whiteout().

Not hard to fix, fortunately - mtree_store() can't fail if the index we

are trying to store into is already present in the tree as a singleton.

For simple_offset_rename_exchange() that's enough - we just need to be

careful about the order of operations.

For simple_offset_rename() solution is to preinsert the target into the

tree for new_dir; the rest can be done without any potentially failing

operations.

That preinsertion has to be done in shmem_rename2() rather than in

simple_offset_rename() itself - otherwise we'd

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 >= 6.6.1, < 6.12.64 Affected

Frequently Asked Questions

What is CVE-2025-71072?

CVE-2025-71072 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 8.2 (HIGH).

How severe is CVE-2025-71072?

This vulnerability has a CVSS 3.1 base score of 8.2, 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-71072?

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

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