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

ntfs: centalize $INDEX_ROOT header validation

Add a dedicated helper to perform stricter validation of $INDEX_ROOT and
use it for both directory inodes and named index inodes. This keeps the
root size and header geometry checks consistent across both read paths.
Published: 2026-08-15
Score: 8.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from inadequate validation of the $INDEX_ROOT section within the NTFS filesystem driver in the Linux kernel. Malformed or inconsistent header data could be accepted when reading directory and named‑index inodes, potentially leading to incorrect processing or a kernel error. The patch introduces a helper that enforces stricter checks on the root size and header geometry, ensuring only well‑formed NTFS structures are processed.

Affected Systems

All Linux kernel versions that include NTFS support and have not yet incorporated the fix from the referenced upstream commits are affected. Because the weakness resides in the generic kernel source, it applies to every distribution shipping a kernel with built‑in or module‑based NTFS support.

Risk and Exploitability

Based on the description, it is inferred that the likely attack vector is presenting malicious NTFS data—such as via removable media or a crafted file system image—to the kernel. The CVSS score of 8.4 indicates a high severity vulnerability, while the EPSS score of <1% denotes a low likelihood of exploitation. The issue remains unlisted in the CISA KEV catalog. The flaw could be triggered by presenting malicious NTFS data—such as via a removable media device or crafted filesystem image—potentially leading to a kernel error or crash. While no publicly documented exploits exist, the potential impact makes the vulnerability of concern for systems that expose the kernel to untrusted NTFS data.

Generated by OpenCVE AI on August 22, 2026 at 10:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a version that contains the NTFS $INDEX_ROOT header validation fix (see commits 8b97b302f553a480fb76d2afd53cd6c0635a9dcd or b06730c6af58d3569883f8dd7c36a90aba5ecc0a).
  • If NTFS support is not required, unload or disable the kernel module that implements NTFS handling to eliminate exposure to the flaw.
  • Monitor kernel logs for crash or abnormal messages related to NTFS processing as an additional safety check.

Generated by OpenCVE AI on August 22, 2026 at 10:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 22 Aug 2026 09:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
CWE-20

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-122
CWE-20

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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: centalize $INDEX_ROOT header validation Add a dedicated helper to perform stricter validation of $INDEX_ROOT and use it for both directory inodes and named index inodes. This keeps the root size and header geometry checks consistent across both read paths.
Title ntfs: centalize $INDEX_ROOT header validation
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-18T06:56:23.160Z

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

Link: CVE-2026-72204

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T07:16:53.780

Link: CVE-2026-72204

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72204 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T10:45:03Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input