CVE-2026-89965
Last modified
CVE-2026-89965 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: reject an arena whose nfree is below the lane count The BTT info block's nfree field, the number of reserve free blocks, is read from the medium without validation. btt_freelist_init() and btt_rtt_init() size the per-lane freelist[] and rtt[] arrays by nfree, but the I/O path indexes them by the lane from nd_region_acquire_lane(), which is bounded by nd_region->num_lanes (ND_MAX_LANES), not by nfree. A crafted or foreign arena whose nfree is below the lane count makes freelist[lane]/rtt[lane] run past the allocation: an out-of-bounds write. btt.rst documents the nlanes = min(nfree, num_cpus) invariant, which the code does not currently honor: num_lanes is ND_MAX_LANES regardless of nfree.
Description
In the Linux kernel, the following vulnerability has been resolved: nvdimm/btt: reject an arena whose nfree is below the lane count The BTT info block's nfree field, the number of reserve free blocks, is read from the medium without validation. btt_freelist_init() and btt_rtt_init() size the per-lane freelist[] and rtt[] arrays by nfree, but the I/O path indexes them by the lane from nd_region_acquire_lane(), which is bounded by nd_region->num_lanes (ND_MAX_LANES), not by nfree. A crafted or foreign arena whose nfree is below the lane count makes freelist[lane]/rtt[lane] run past the allocation: an out-of-bounds write. btt.rst documents the nlanes = min(nfree, num_cpus) invariant, which the code does not currently honor: num_lanes is ND_MAX_LANES regardless of nfree. Reject an arena whose nfree is below num_lanes at discovery, before the per-lane arrays are allocated, enforcing that invariant.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5212e11fde4d40fa627668b4f2222d20db488f71, < eb491343d2d1784121ad9af91c25b338c28913c3; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < 59d5cd1f42b4bab3609512c3cb3d3540d3d21da7; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < f6c5313aae794ecca8f762c1a3493de5c266f120; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < f9bf05c63b77d000e9c01f3e47af36973887d350; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < 6f79d1a5f2611a3d36e9312be5425cd9cb397c51; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < 6b1faf1f099f7060b5f1f2f0d024132581f1726e; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < 9dfa11cef4750b67591307f2c62e47a23d60e4b7; >= 5212e11fde4d40fa627668b4f2222d20db488f71, < 6a1f2e5ed9267ca19187038ac635393c165213ac |
| Linux | Linux | 4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89965?
How severe is CVE-2026-89965?
How do I fix CVE-2026-89965?
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-8996The Backup and Staging by WP Time Capsule plugin for WordPre…6.5
- CVE-2026-89960In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89961In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89962In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89963In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89964In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89966In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89967In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89968In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89969In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-8997vifm is vulnerable to a heap buffer overflow during the hist…4.8
- CVE-2026-89970In the Linux kernel, the following vulnerability has been re…9.8
Are you affected by CVE-2026-89965?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
