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

ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()

ntfs_lookup_inode_by_name() returns MFT references read from directory
index entries on disk. These values are untrusted, but the function can
currently return an error-marked MFT reference to its callers without
validating it.

Callers later decode lookup failures with MREF_ERR(). A crafted NTFS image
can set the MREF error bit while leaving the low bits as an arbitrary
value, causing callers to consume a bogus pseudo-errno instead of treating
the lookup result as corrupted on-disk metadata.

Fix this at the source by normalizing every error-marked MFT reference
returned from ntfs_lookup_inode_by_name() to ERR_MREF(-EIO). Apply this to
all four directory lookup return paths so every caller gets a validated
result without needing additional checks or an API change.

This keeps the sanitization in the common lookup helper, which is cleaner
than duplicating validation in each caller.
Published: 2026-08-15
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's NTFS driver returns MFT references read from disk without validating the error‑mark bit. A malicious NTFS image can set the MREF error bit and leave the low bits arbitrary, causing callers to treat the value as a bogus pseudo‑errno instead of recognizing corrupted metadata. This flaw may lead to erroneous kernel behavior or denial of service because operations on corrupted file system objects are not properly prohibited.

Affected Systems

All Linux distributions that ship the current kernel without the recent ntfs lookup sanitization patch are affected. The vulnerability resides in the core kernel NTFS module; no specific version numbers are listed in the CNA data, but any kernel lacking this fix is considered vulnerable.

Risk and Exploitability

The exploit requires the ability to present a crafted NTFS image to the kernel, which is typically possible by mounting a malicious file system. The vulnerability does not have an assigned EPSS or CVSS score in the data, and it is not listed in the CISA KEV catalog. However, because the flaw can trigger kernel misbehavior during file system operations, the potential impact could be high. An attacker with access to mount privileges or who can supply a custom NTFS image could exploit this to cause a denial‑of‑service condition.

Generated by OpenCVE AI on August 15, 2026 at 09:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the ntfs lookup sanitization patch or apply the vendor's official patch that normalizes error‑marked MFT references to ERR_MREF(-EIO).
  • Reboot the system (or reload the kernel module) to ensure the updated code is active.
  • If maintaining an older kernel that cannot be updated immediately, temporarily disable NTFS support or block mounting of external NTFS file systems until the patch is applied.

Generated by OpenCVE AI on August 15, 2026 at 09:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Weaknesses CWE-596

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: sanitize MFT references returned from ntfs_lookup_inode_by_name() ntfs_lookup_inode_by_name() returns MFT references read from directory index entries on disk. These values are untrusted, but the function can currently return an error-marked MFT reference to its callers without validating it. Callers later decode lookup failures with MREF_ERR(). A crafted NTFS image can set the MREF error bit while leaving the low bits as an arbitrary value, causing callers to consume a bogus pseudo-errno instead of treating the lookup result as corrupted on-disk metadata. Fix this at the source by normalizing every error-marked MFT reference returned from ntfs_lookup_inode_by_name() to ERR_MREF(-EIO). Apply this to all four directory lookup return paths so every caller gets a validated result without needing additional checks or an API change. This keeps the sanitization in the common lookup helper, which is cleaner than duplicating validation in each caller.
Title ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()
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-15T05:53:49.593Z

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

Link: CVE-2026-72188

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-15T06:21:37.197

Link: CVE-2026-72188

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T10:00:06Z

Weaknesses
  • CWE-596

    DEPRECATED: Incorrect Semantic Object Comparison