CVE-2026-89614

Source
https://cve.org/CVERecord?id=CVE-2026-89614
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89614.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89614
Downstream
Published
2026-09-11T19:45:14Z
Modified
2026-09-13T03:47:19Z
Summary
ntfs: bound the free-cluster bitmap scan to the volume
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89614.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
11ccc9107dc460de28af90fac1f42404d9802735
Fixed
dc15a9f5307d5372aef3b64bf3ed7802f530c471
Fixed
19cac7902a8ab748e15f98ddaafcf5f8882be21d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
7.1.0
Fixed
7.2.4

Database specific

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