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

fs/ntfs3: call _ntfs_bad_inode() when failing to rename

It is safe to call _ntfs_bad_inode on live inodes since:
commit 519b078998ce ("fs/ntfs3: Exclude call make_bad_inode for live nodes.")

The WARN_ON was added when it wasn't safe by:
commit d99208b91933 ("fs/ntfs3: cancle set bad inode after removing name fails")

Replace the WARN_ON with a call to _ntfs_bad_inode() to prevent further
operations on the inconsistent inode.
Published: 2026-08-15
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel's NTFS3 filesystem driver failed to mark an inode as bad when a rename operation failed, leaving the inode in an inconsistent state. This oversight caused the WARN_ON macro to trigger without protecting the inode from further use, potentially allowing read or write operations on an invalid inode. Such improper error handling can lead to filesystem corruption or loss of data on NTFS partitions mounted in Linux. The weakness stems from incorrect handling of error conditions in the filesystem driver, a classic denial‑of‑service or data‑corruption scenario.

Affected Systems

All Linux kernel releases that include an NTFS3 driver and that are susceptible to the described bug. The patch that fixes the issue is contained in commit 519b078998ce and later releases of the kernel. Users of any Linux distribution running a kernel version prior to these commits are affected.

Risk and Exploitability

The vulnerability is local; an attacker must be able to trigger a rename operation on an NTFS partition that the kernel is managing. There is no publicly available exploit code and the EPSS score is not reported, meaning we lack a quantified exploitation probability. The vulnerability is not listed in the CISA KEV catalog. Because the flaw can trigger a kernel warning and compromise filesystem integrity, it remains a high‑severity risk for systems exposing NTFS mounts to untrusted users or processes. The risk is mitigated only by applying the kernel patch that replaces the insecure WARN_ON with a proper call to _ntfs_bad_inode()

Generated by OpenCVE AI on August 15, 2026 at 12:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the kernel to a release that incorporates commit 519b078998ce or later, which replaces the unsafe WARN_ON with a proper bad‑inode handler.
  • If a kernel upgrade is delayed, remount NTFS partitions with the read‑only option or unmount them entirely to prevent rename operations that could trigger the bug.
  • Monitor system logs for "_ntfs_bad_inode" warnings or related kernel oops messages to identify any remaining instances of the issue and to verify that the patch is effective

Generated by OpenCVE AI on August 15, 2026 at 12:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-404

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

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: call _ntfs_bad_inode() when failing to rename It is safe to call _ntfs_bad_inode on live inodes since: commit 519b078998ce ("fs/ntfs3: Exclude call make_bad_inode for live nodes.") The WARN_ON was added when it wasn't safe by: commit d99208b91933 ("fs/ntfs3: cancle set bad inode after removing name fails") Replace the WARN_ON with a call to _ntfs_bad_inode() to prevent further operations on the inconsistent inode.
Title fs/ntfs3: call _ntfs_bad_inode() when failing to rename
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:57:17.035Z

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

Link: CVE-2026-72477

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:21.867

Modified: 2026-08-15T06:22:21.867

Link: CVE-2026-72477

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T12:30:07Z

Weaknesses
  • CWE-404

    Improper Resource Shutdown or Release