Katalog CVE

CVE-2026-64509

Niskie ryzyko· EPSS 5%
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.16%

Percentyl 5 - wyżej niż 5% wszystkich znanych CVE

Streszczenie

W jądrze Linux w sterowniku blokowym Rust wykryto problem z czyszczeniem ścieżek w GenDiskBuilder::build(). Błąd w ścieżce awaryjnej przed rejestracją powoduje wyciek tymczasowego gendisk i request_queue, co może prowadzić do utrzymywania stanu blk-mq po usunięciu tag setu.

Ocena ryzyka

Ryzyko polega na potencjalnym wycieku pamięci i nieprawidłowym stanie blk-mq, co może prowadzić do niestabilności systemu lub awarii sterownika blokowego.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę dodającą put_disk() w ścieżce awaryjnej oraz w GenDisk::drop().

Inne podatności w Linux kernel

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

In the Linux kernel, the following vulnerability has been resolved: rust: block: fix GenDisk cleanup paths GenDiskBuilder::build() still has fallible work after __blk_mq_alloc_disk(), but its error path only recovers the foreign queue data. That leaks the temporary gendisk and request_queue until later teardown. If the caller moved the last Arc<TagSet<T>> into build(), the leaked queue can retain blk-mq state after the tag set is dropped. Fix the pre-registration failure path by dropping the temporary gendisk reference with put_disk() before recovering queue_data, so disk_release() can tear down the owned queue. Also pair GenDisk::drop() with put_disk() after del_gendisk(). Once a Rust GenDisk has been added with device_add_disk(), del_gendisk() only unregisters it; the final gendisk reference still has to be dropped to complete the release path.

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