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

ntfs: validate index entries on reading

Validate index entries immediately after reading an index root or index
block from disk. This eliminates repeated checks in lookup and readdir,
and reduce the risk of missing checks in those paths.
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 includes a patch that validates NTFS index entries immediately after they are read from disk. The previous implementation failed to perform adequate checks on these entries, creating an opportunity for malformed NTFS metadata to cause memory corruption or kernel crashes. This flaw is a classic case of missing input validation, which, if exploited, could allow an attacker to execute arbitrary code with privileged kernel rights, cause a denial of service, or otherwise disrupt system stability. The CVE information indicates that the fix reduces the risk by ensuring checks are performed at the point of data ingestion rather than relying on later stages of the file‑system code.

Affected Systems

Any Linux system running a kernel that contains the NTFS driver before the application of this patch is at potential risk. The vendor product affected is the Linux kernel; specific affected releases are not enumerated in the advisory, but any build prior to the commit that introduced the validation logic would be vulnerable.

Risk and Exploitability

The vulnerability stems from a lack of validation of NTFS metadata during index processing, which could allow a crafted NTFS filesystem to trigger memory corruption or a kernel panic. This exploit is rated a CVSS score of 9.8 and an EPSS score of < 1%, indicating a high severity but low probability of exploitation at this time; it is also not listed in the CISA KEV catalog. The flaw could allow an attacker with local access to a malicious NTFS volume to execute arbitrary code with kernel privileges, causing a system compromise, or to force a denial of service. Although no publicly disclosed exploits exist yet, the high severity score demands prompt attention.

Generated by OpenCVE AI on August 22, 2026 at 08:46 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ntfs: validate index entries patch.
  • Ensure the ntfs module is correctly loaded and that any NTFS mounts are performed from trusted devices or volumes.
  • If an immediate kernel upgrade is not feasible, restrict or remove access to NTFS file systems on the affected host—consider using alternative file systems such as ext4 or xfs for critical data.

Generated by OpenCVE AI on August 22, 2026 at 08:46 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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 19:30:00 +0000

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

Mon, 17 Aug 2026 17:30: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 entries on reading Validate index entries immediately after reading an index root or index block from disk. This eliminates repeated checks in lookup and readdir, and reduce the risk of missing checks in those paths.
Title ntfs: validate index entries on reading
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:18.944Z

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

Link: CVE-2026-72201

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72201

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72201 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:00:10Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input

  • CWE-20

    Improper Input Validation

  • CWE-787

    Out-of-bounds Write