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: 9.1 Critical
EPSS: < 1% Very Low
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, which is an improper input validation flaw. A malicious NTFS image can set the MREF error bit while leaving the low bits arbitrary, so callers interpret the value as a bogus pseudo‑errno rather than recognizing corrupted metadata. This misinterpretation may result in erroneous kernel behavior, reflects improper error handling (CWE-252), and can lead to a denial‑of‑service condition.

Affected Systems

All Linux distributions that ship a kernel version lacking the recent ntfs lookup sanitization patch are affected. The flaw exists in the core kernel NTFS module; any kernel lacking this fix is considered vulnerable, regardless of specific version numbers.

Risk and Exploitability

Based on the description, the likely attack vector is mounting a malicious NTFS filesystem to supply crafted metadata. The exploit requires the ability to present a crafted NTFS image to the kernel, normally possible by mounting such a filesystem. The vulnerability has a CVSS score of 9.1, an EPSS score of <1%, and is not listed in the CISA KEV catalog. Given its potential to trigger kernel misbehavior during filesystem operations, the impact could be high, and an attacker with 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 18, 2026 at 19:40 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 filesystems until the patch is applied.

Generated by OpenCVE AI on August 18, 2026 at 19:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 15:00:00 +0000

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

Tue, 18 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Mon, 17 Aug 2026 18:45:00 +0000

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

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

Type Values Removed Values Added
Weaknesses CWE-596

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

Type Values Removed Values Added
Metrics cvssV3_1

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


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-17T05:41:17.414Z

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-17T06:18:19.383

Link: CVE-2026-72188

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-72188 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T19:45:03Z

Weaknesses