CVE-2026-89617
Last modified
CVE-2026-89617 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate dirty page table on log replay Each DIR_PAGE_ENTRY ends in a page_lcns[] array whose length is the on-disk lcns_follow field. check_rstbl() validates the table bookkeeping but never checks that this array fits in the entry, so a crafted lcns_follow lets the v0->v1 conversion memmove and later replay passes run off the entry. Add check_dp_table() to reject, right after check_rstbl(), any entry larger than its size claims via struct_size() (the same expression used to allocate these entries, so the check is overflow-safe by construction). EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: validate dirty page table on log replay Each DIR_PAGE_ENTRY ends in a page_lcns[] array whose length is the on-disk lcns_follow field. check_rstbl() validates the table bookkeeping but never checks that this array fits in the entry, so a crafted lcns_follow lets the v0->v1 conversion memmove and later replay passes run off the entry. Add check_dp_table() to reject, right after check_rstbl(), any entry larger than its size claims via struct_size() (the same expression used to allocate these entries, so the check is overflow-safe by construction). All consumers can then trust lcns_follow as the real capacity. This covers every page_lcns[] access whose index is bounded by the entry itself (the conversion memmove, the HotFix store via find_dp(), and the self-bounded scan loops). Accesses whose index comes from the log record need a separate bound and are handled in a follow-up patch.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b46acd6a6a627d876898e1c84d3f84902264b445, < 0e07ea2fc45a7b4757ef7bf1f692cc0180a08323; >= b46acd6a6a627d876898e1c84d3f84902264b445, < 1e90b1703ee1a04cd3e9e399353fc536f5f3ba10; >= b46acd6a6a627d876898e1c84d3f84902264b445, < d23155634a4bc1183e761d5eb2c043b2e693cc98; >= b46acd6a6a627d876898e1c84d3f84902264b445, < 1200c2779c43b62656ccbb67df9468a7a9af2484; >= b46acd6a6a627d876898e1c84d3f84902264b445, < 2d94ffc9d7b5bb3517b129fe63b52d84bcd4ae56; >= b46acd6a6a627d876898e1c84d3f84902264b445, < 0908da07c23be4f94b99dfd9a94765525f0fe4bd; >= b46acd6a6a627d876898e1c84d3f84902264b445, < 006cb7713dec10368e699abc4367e5faa334c9a5 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89617?
How severe is CVE-2026-89617?
How do I fix CVE-2026-89617?
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-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-89614In 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-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
- CVE-2026-89620In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89621In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89622In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-89617?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
