Bug 2516563 (CVE-2026-72477) - CVE-2026-72477 kernel: fs/ntfs3: call _ntfs_bad_inode() when failing to rename
Summary: CVE-2026-72477 kernel: fs/ntfs3: call _ntfs_bad_inode() when failing to rename
Keywords:
Status: NEW
Alias: CVE-2026-72477
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:19 UTC by OSIDB Bzimport
Modified: 2026-08-19 18:12 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:19:07 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.