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

ntfs: verify run length exceeding volume boundary

The mapping pairs decoder validates that the starting LCN is within the
volume but does not check if the run extends beyond the volume boundary.

A malformed NTFS image with a crafted mapping pairs array could cause
the kernel to access memory beyond the volume boundary, potentially leading
to memory corruption and privilege escalation.

Add validation to ensure lcn + length stays within nr_clusters.
Published: 2026-09-11
Score: 7.0 High
EPSS: < 1% Very Low
KEV: No
Impact: Privilege Escalation via Memory Corruption
Action: Patch Immediately
AI Analysis

Impact

In the Linux kernel ntfs subsystem, the mapping pairs decoder verifies only the starting LCN of a file run, but does not ensure that the length of the run stays within the bounds of the volume. A malicious NTFS image can embed a mapping pair with an excessively long run, causing the kernel to read or write memory beyond the end of the volume. This memory corruption can compromise kernel integrity and provide an attacker with the ability to elevate privileges to root level.

Affected Systems

Every Linux kernel build that includes the ntfs mapping decoder without the added boundary check, which is the default state in upstream kernels prior to the included commits. All deployments using such kernels – across major distributions and custom builds – are susceptible when the kernel mounts or processes a malicious NTFS filesystem.

Risk and Exploitability

The CVSS score of 7.0 indicates a high impact; the EPSS score of under 1% reflects a low probability of real‑world exploitation. No public exploit has been disclosed, and the vulnerability is not tracked in CISA's KEV catalog. Attackers would need to provide a specially crafted NTFS volume, commonly via removable media or a controllable remote file system mount. The exploit would trigger when the kernel decodes the offending mapping pair, leading to memory corruption and potential privilege escalation.

Generated by OpenCVE AI on September 13, 2026 at 01:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds validation to the ntfs mapping pairs decoder (commit 6e844d4b82434a781b80d02145fd1b17cf90e3c3 or fea9e4488f384c0ef1c0e3d96b565127c1b98447).
  • Reboot the system after installing the updated kernel to ensure that the patched code is active.
  • Until the kernel is updated, unmount or disable all NTFS filesystems to prevent the flaw from being triggered.

Generated by OpenCVE AI on September 13, 2026 at 01:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 14:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Sat, 12 Sep 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-787
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.0, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Important


Sat, 12 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-119

Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ntfs: verify run length exceeding volume boundary The mapping pairs decoder validates that the starting LCN is within the volume but does not check if the run extends beyond the volume boundary. A malformed NTFS image with a crafted mapping pairs array could cause the kernel to access memory beyond the volume boundary, potentially leading to memory corruption and privilege escalation. Add validation to ensure lcn + length stays within nr_clusters.
Title ntfs: verify run length exceeding volume boundary
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:45:11.864Z

Reserved: 2026-09-11T19:38:34.734Z

Link: CVE-2026-89610

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:46.093

Modified: 2026-09-11T20:19:46.093

Link: CVE-2026-89610

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-11T19:45:11Z

Links: CVE-2026-89610 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T04:30:08Z

Weaknesses