CVE-2026-72187
Last modified
CVE-2026-72187 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ntfs: avoid self-deadlock during inode eviction An attribute-list update performed while allocating clusters can drop the last reference to the temporary attribute inode. Evicting that inode drops its reference to the base inode and can invoke ntfs_drop_big_inode() for the base inode from within the base inode's own writeback path. If the base inode is unlinked, ntfs_drop_big_inode() calls truncate_setsize(), which waits for the inode's folio writeback to complete. 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: avoid self-deadlock during inode eviction An attribute-list update performed while allocating clusters can drop the last reference to the temporary attribute inode. Evicting that inode drops its reference to the base inode and can invoke ntfs_drop_big_inode() for the base inode from within the base inode's own writeback path. If the base inode is unlinked, ntfs_drop_big_inode() calls truncate_setsize(), which waits for the inode's folio writeback to complete. The same writeback worker is responsible for completing that writeback, so it waits for itself indefinitely. Prevent this self-deadlock by grabbing a reference to the base inode at the beginning of ntfs_writepages() and releasing it at the end of the function. This defers eviction until all bios have been submitted, allowing the wait for folio writeback to complete safely.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b041ca562526b3c4a71b41b80ba5e520eac636ad, < 5a5f877c5df7605e9bae524a25ec0df9b9cb8ea8; >= b041ca562526b3c4a71b41b80ba5e520eac636ad, < 77dc384207d5fa63ba97c3bf3285fe1215a1cbf6 |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-72187?
How severe is CVE-2026-72187?
How do I fix CVE-2026-72187?
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-72181In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-72182In the Linux kernel, the following vulnerability has been re…
- 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-72188In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-72189In the Linux kernel, the following vulnerability has been re…
- 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
Are you affected by CVE-2026-72187?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
