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

5.5 · MEDIUM
Published Mar 18, 2026 linux CWE-835 EPSS 0.12% (2th pctl)

Overview

CVE-2025-71265 is a medium-severity vulnerability affecting linux linux_kernel. It was published on March 18, 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:

fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata

We found an infinite loop bug in the ntfs3 file system that can lead to a

Denial-of-Service (DoS) condition.

A malformed NTFS image can cause an infinite loop when an attribute header

indicates an empty run list, while directory entries reference it as

containing actual data. In NTFS, setting evcn=-1 with svcn=0 is a valid way

to represent an empty run list, and run_unpack() correctly handles this by

checking if evcn + 1 equals svcn and returning early without parsing any run

data. However, this creates a problem when there is metadata inconsistency,

where the attribute header claims to be empty (evcn=-1) but the caller

expects to read actual data. When run_unpack() immediately returns success

upon seeing this condition, it leaves the runs_tree uninitialized with

run->runs as a NULL. The calling function attr_load_runs_range() assumes

that

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.15, < 5.15.202 Affected

Frequently Asked Questions

What is CVE-2025-71265?

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

How severe is CVE-2025-71265?

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

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

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