CVE-2026-89601
Last modified
CVE-2026-89601 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ext2: Fix lost inode updates for IS_SYNC inodes ext2_setsize() and ext2_xattr_set2() had a construct like: if (IS_SYNC(inode)) { sync_inode_metadata(inode, 1); } else { mark_inode_dirty(inode); } which leads to lost inode updates for IS_SYNC inodes because sync_inode_metadata() does anything only if the inode is already dirty and hence inode updates may be simply lost. Fix the problem by unconditionally marking the inode dirty and *then* call sync_inode_metadata().. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ext2: Fix lost inode updates for IS_SYNC inodes ext2_setsize() and ext2_xattr_set2() had a construct like: if (IS_SYNC(inode)) { sync_inode_metadata(inode, 1); } else { mark_inode_dirty(inode); } which leads to lost inode updates for IS_SYNC inodes because sync_inode_metadata() does anything only if the inode is already dirty and hence inode updates may be simply lost. Fix the problem by unconditionally marking the inode dirty and *then* call sync_inode_metadata().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 5efb3350230fef831167740e69e6db2861101186; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 356984d1a5c32e94810cbb6c8dc7d8ff2d4d919a |
| Linux | Linux | 2.6.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89601?
How severe is CVE-2026-89601?
How do I fix CVE-2026-89601?
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-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
- CVE-2026-89602In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89603In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89604In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89605In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89606In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89607In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89601?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
