CVE-2026-89614
Last modified
CVE-2026-89614 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the free-cluster bitmap scan to the volume vol->lcn_empty_bits_per_page is sized from vol->nr_clusters at mount, but ntfs_cluster_alloc() bounds its scan of that array by the size of $Bitmap. Those are independent on-disk quantities and the mount-time check only rejects a $Bitmap that is too small, so an image whose $Bitmap covers more clusters than the volume has lets the scan index past the array. A run whose LCN lies in that gap takes the allocator straight there, since the caller passes the file's own last LCN as its locality hint. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: ntfs: bound the free-cluster bitmap scan to the volume vol->lcn_empty_bits_per_page is sized from vol->nr_clusters at mount, but ntfs_cluster_alloc() bounds its scan of that array by the size of $Bitmap. Those are independent on-disk quantities and the mount-time check only rejects a $Bitmap that is too small, so an image whose $Bitmap covers more clusters than the volume has lets the scan index past the array. A run whose LCN lies in that gap takes the allocator straight there, since the caller passes the file's own last LCN as its locality hint. KASAN reports a slab out-of-bounds read when a file on such a volume is extended. Clamp the scan to what that array covers, mirroring the max_index calculation the mount-time scan already uses, and reject a decoded LCN at or beyond nr_clusters in the mapping pairs decoder. Conforming volumes are unaffected.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 11ccc9107dc460de28af90fac1f42404d9802735, < dc15a9f5307d5372aef3b64bf3ed7802f530c471; >= 11ccc9107dc460de28af90fac1f42404d9802735, < 19cac7902a8ab748e15f98ddaafcf5f8882be21d |
| Linux | Linux | 7.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89614?
How severe is CVE-2026-89614?
How do I fix CVE-2026-89614?
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-89609In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8961Spoofing issue in the Form Autofill component. This vulnerab…6.5
- CVE-2026-89610In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89611In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89612In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89613In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89615In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89616In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89617In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89618In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89619In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-8962Mitigation bypass in the DOM: Security component. This vulne…8.1
Are you affected by CVE-2026-89614?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
