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

ntfs: detect mapping-pairs LCN accumulator overflow

The NTFS mapping-pairs parser accumulates relative LCN deltas in a
signed integer. A corrupted attribute can drive that addition past
the representable range.

One corrupt runlist shape sets the accumulated LCN to S64_MAX and
then adds a delta of 1 in the next mapping-pairs entry.

Signed overflow is undefined and can turn an invalid runlist into a
different set of physical clusters.

Check the LCN addition for overflow before storing the next run.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises in the NTFS run‑list parser of the Linux kernel. It accumulates relative logical cluster number deltas in a signed 64‑bit integer. A crafted runlist can drive this accumulator to its maximum value and then add another delta, causing a signed integer overflow. The overflow is undefined and can cause a corrupt NTFS volume to be treated as a different sequence of physical clusters, potentially resulting in read or write errors and data loss.

Affected Systems

The flaw is present in the core Linux kernel. All Linux distributions that ship the vanilla kernel and have not applied the commit that fixes the overflow are vulnerable. No specific kernel release is mentioned, meaning every unpatched release is at risk until the patch is applied.

Risk and Exploitability

The likely attack vector is a malicious NTFS volume containing a corrupted runlist that the kernel mounts. The vulnerability is not listed in CISA's KEV catalog and its EPSS score is < 1%. Exploitation would therefore require the kernel to parse a manipulated NTFS attribute on a storage device accessible to the system, implying a local or physical‑access attack surface. While the impact is limited to data integrity and does not provide code execution, the undefined behavior and potential for widespread data corruption, combined with a CVSS score of 9.8, indicate a high‑severity flaw from a kernel reliability perspective.

Generated by OpenCVE AI on August 17, 2026 at 20:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the commit fixing the overflow
  • Until a patch is applied, avoid mounting untrusted NTFS filesystems that may contain manipulated runlists
  • Maintain recent backups of NTFS volumes and run regular integrity checks such as fsck or Windows chkdsk to detect corruption

Generated by OpenCVE AI on August 17, 2026 at 20:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 19 Aug 2026 07:45:00 +0000


Wed, 19 Aug 2026 00:15:00 +0000


Mon, 17 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190

Mon, 17 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190

Mon, 17 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 15 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190

Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ntfs: detect mapping-pairs LCN accumulator overflow The NTFS mapping-pairs parser accumulates relative LCN deltas in a signed integer. A corrupted attribute can drive that addition past the representable range. One corrupt runlist shape sets the accumulated LCN to S64_MAX and then adds a delta of 1 in the next mapping-pairs entry. Signed overflow is undefined and can turn an invalid runlist into a different set of physical clusters. Check the LCN addition for overflow before storing the next run.
Title ntfs: detect mapping-pairs LCN accumulator overflow
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-08-19T07:37:24.697Z

Reserved: 2026-08-09T03:40:39.911Z

Link: CVE-2026-72200

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:21:38.640

Modified: 2026-08-19T08:17:13.293

Link: CVE-2026-72200

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72200 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-17T21:00:14Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound