CVE-2026-72189
Last modified
CVE-2026-72189 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ntfs: fail attrlist updates when the superblock is inactive generic_shutdown_super() clears SB_ACTIVE before evicting cached inodes. If eviction selects the fake inode for a base inode's unnamed $ATTRIBUTE_LIST attribute, ntfs_evict_big_inode() drops the fake inode's reference on the base inode while the fake inode is still hashed and marked I_FREEING. That iput can synchronously write back the base inode. The writeback path may update mapping pairs and call ntfs_attrlist_update(), which unconditionally calls ntfs_attr_iget() for the same $ATTRIBUTE_LIST fake inode. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs: fail attrlist updates when the superblock is inactive generic_shutdown_super() clears SB_ACTIVE before evicting cached inodes. If eviction selects the fake inode for a base inode's unnamed $ATTRIBUTE_LIST attribute, ntfs_evict_big_inode() drops the fake inode's reference on the base inode while the fake inode is still hashed and marked I_FREEING. That iput can synchronously write back the base inode. The writeback path may update mapping pairs and call ntfs_attrlist_update(), which unconditionally calls ntfs_attr_iget() for the same $ATTRIBUTE_LIST fake inode. VFS then finds the I_FREEING inode and waits for eviction to finish, but the current task is still inside that eviction path, causing a self-deadlock in find_inode(). Fix this by mirroring the teardown guard used by __ntfs_write_inode(): once SB_ACTIVE has been cleared, do not try to iget the attribute-list fake inode. Return -EIO so teardown aborts the update instead of waiting on the inode it is evicting.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 495e90fa334828d4119061e2726af51d0a0fb4ed, < d5379035355c0dcb1e92a2544d40f48441e1d637; >= 495e90fa334828d4119061e2726af51d0a0fb4ed, < 0ebe8f625ab0520217a425d7cd366e4670484941 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72189?
How severe is CVE-2026-72189?
How do I fix CVE-2026-72189?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-72183In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-72184In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72185In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72186In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-72187In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72188In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-7219A flaw has been found in Totolink N300RT 3.4.0-B20250430. Th…7.3
- CVE-2026-72190In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72191In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72192In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-72193In the Linux kernel, the following vulnerability has been re…
- CVE-2026-72194In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-72189?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
