Katalog CVE

CVE-2026-89614

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux sterownik ntfs ogranicza skanowanie bitmapy wolnych klastrów na podstawie rozmiaru $Bitmap, a nie liczby klastrów wolumenu. Obraz z $Bitmap obejmującą więcej klastrów niż wolumen pozwala na indeksowanie poza tablicą lcn_empty_bits_per_page.

Ocena ryzyka

Atakujący może zamontować spreparowany obraz NTFS i rozszerzyć plik, powodując odczyt poza granicami pamięci (raportowany przez KASAN) i potencjalną awarię systemu.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę ograniczającą skanowanie do rozmiaru tablicy i odrzucającą LCN >= nr_clusters w dekoderze mapping pairs.

Inne podatności w Linux kernel (ntfs)

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS