CVE-2026-89965

Source
https://cve.org/CVERecord?id=CVE-2026-89965
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89965.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89965
Downstream
Published
2026-09-16T10:32:46Z
Modified
2026-09-17T03:47:28Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
nvdimm/btt: reject an arena whose nfree is below the lane count
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89965.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5212e11fde4d40fa627668b4f2222d20db488f71
Fixed
eb491343d2d1784121ad9af91c25b338c28913c3
Fixed
59d5cd1f42b4bab3609512c3cb3d3540d3d21da7
Fixed
f6c5313aae794ecca8f762c1a3493de5c266f120
Fixed
f9bf05c63b77d000e9c01f3e47af36973887d350
Fixed
6f79d1a5f2611a3d36e9312be5425cd9cb397c51
Fixed
6b1faf1f099f7060b5f1f2f0d024132581f1726e
Fixed
9dfa11cef4750b67591307f2c62e47a23d60e4b7
Fixed
6a1f2e5ed9267ca19187038ac635393c165213ac

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89965.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.2.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89965.json"