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

ntfs: validate index block header more strictly

Modify ntfs_index_block_inconsisent() to perform stricter validation of
INDEX_HEADER geometry in INDX blocks, and update
ntfs_lookup_inode_by_name() to use that function to validate INDX
blocks.
Published: 2026-08-15
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel’s NTFS driver previously performed insufficient validation of the INDEX_HEADER geometry in INDX blocks. This lack of checks could allow a malformed INDX block in an NTFS file system to be processed without proper validation, potentially leading to undefined kernel behavior when a lookup operation is performed. The fix introduces stricter header validation and ensures the lookup routine enforces these checks. The nature of the deficiency is a data integrity weakness, classified as CWE-1288.

Affected Systems

All Linux kernel releases that include the legacy NTFS driver and have not yet incorporated the stricter header‑validation patch are affected. The exact version scope is not listed in the data, so any kernel containing the unpatched ntfs_index_block_inconsisent() routine may be vulnerable.

Risk and Exploitability

The CVSS base score of 9.8 emphasizes the severity of the issue, while the EPSS score of less than 1% indicates a low probability of exploitation at present. The vulnerability is not listed in CISA’s KEV catalog. Exploitation would require the kernel to mount a malicious NTFS volume with malformed INDX blocks, implying a likely local or possibly remote mounting vector. Results could include kernel instability or crash, but the exact impact is not explicitly defined in the description.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install a Linux kernel that contains the ntfs index block header validation patch.
  • Reboot the system after the kernel upgrade to activate the updated code.
  • If an immediate kernel upgrade is not feasible, suppress or restrict mounting of NTFS partitions from untrusted media by disabling the ntfs module or using read‑only mounts.

Generated by OpenCVE AI on August 22, 2026 at 10:55 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-125
CWE-787

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Weaknesses CWE-125
CWE-787

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

Type Values Removed Values Added
Weaknesses CWE-20

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

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: validate index block header more strictly Modify ntfs_index_block_inconsisent() to perform stricter validation of INDEX_HEADER geometry in INDX blocks, and update ntfs_lookup_inode_by_name() to use that function to validate INDX blocks.
Title ntfs: validate index block header more strictly
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:26.018Z

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

Link: CVE-2026-72206

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72206

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72206 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T11:00:04Z

Weaknesses
  • CWE-1288

    Improper Validation of Consistency within Input