CVE-2026-89595
Last modified
CVE-2026-89595 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix stale object mask after concurrent mark updates When a mark gets a new event bit, fanotify and inotify may avoid recalculating the object mask if the cached aggregate already contains that bit. This is racy with a recalculation triggered by a concurrent update to another mark on the same connector. The concurrent scan can read the mark before the new bit is added, while the updater reads the old aggregate before that scan publishes its result. The updater then skips recalculation and the scan publishes a mask without the bit, leaving the object mask stale after both updates complete. This can be reproduced with two fanotify groups watching the same inode: one thread removes FAN_MODIFY from one existing mark while another thread adds FAN_MODIFY to the other mark. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fsnotify: Fix stale object mask after concurrent mark updates When a mark gets a new event bit, fanotify and inotify may avoid recalculating the object mask if the cached aggregate already contains that bit. This is racy with a recalculation triggered by a concurrent update to another mark on the same connector. The concurrent scan can read the mark before the new bit is added, while the updater reads the old aggregate before that scan publishes its result. The updater then skips recalculation and the scan publishes a mask without the bit, leaving the object mask stale after both updates complete. This can be reproduced with two fanotify groups watching the same inode: one thread removes FAN_MODIFY from one existing mark while another thread adds FAN_MODIFY to the other mark. After both fanotify_mark() calls return, writes can fail to produce FAN_MODIFY for the group whose mark now contains the bit. This was reproduced on an unmodified v6.12.95 kernel. The equivalent inotify interleaving loses IN_MODIFY events. For normal fanotify additions, recalculate whenever the raw mark mask changes. The normal mask is not cleared asynchronously, so an unchanged addition cannot introduce missing interest. Always recalculate ignore-mask updates because FS_MODIFY handling may clear the ignore mask without taking mark->lock, making snapshot comparisons unreliable. Always recalculate after updating an existing inotify watch. Its replace path temporarily sets mark->mask to zero, so a concurrent scan can observe zero even when the old and final masks are equal. Assigning the replacement mask directly would avoid the transient zero, but existing-watch updates are infrequent, so unconditional recalculation is simpler.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < 27d172b60eeca5c8fd51b246f9fb959067cf102b; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < 2f09f08d602647fc4e328fc27ecb4c3008d10338; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < de75382d6e354b2b055df4896d12a91969f12090; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < 343ae18e960f6c5f1d34d58a69750c62cd463228; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < 92289e66639f62abc754c6f3bce5ead7e98e4ee2; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < 947400af98b9e63841929d079a2c3ea0a8ba227b; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < ac8d8b599d466a129122bded77db3d0f8b96b461; >= 63c882a05416e18de6fb59f7dd6da48f3bbe8273, < e422777fdd4746de1109575c51e65038d4c5c1be |
| Linux | Linux | 2.6.31 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89595?
How severe is CVE-2026-89595?
How do I fix CVE-2026-89595?
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-8959Sandbox escape due to incorrect boundary conditions in the W…9.6
- CVE-2026-89590In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89591In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89592In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89593In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89594In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89596In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-89597In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89598In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89599In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-8960Spoofing issue in WebExtensions. This vulnerability was fixe…7.5
- CVE-2026-89600In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89595?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
