Katalog CVE

CVE-2026-23423

ŚrednieCVSS 5.5
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.12%

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

Streszczenie

W systemie plików Btrfs w jądrze Linuxa występuje wyciek pamięci w funkcji btrfs_uring_read_extent(). Obiekt 'pages' nie jest zwalniany w ścieżkach błędów, gdy poprzednie alokacje się nie powiodą lub gdy funkcja btrfs_encoded_read_regular_fill_pages() nie zwróci -EIOCBQUEUED.

Ocena ryzyka

Wyciek pamięci może prowadzić do wyczerpania pamięci jądra i niestabilności systemu, szczególnie przy intensywnych operacjach odczytu przez io_uring.

Rekomendacja

Zastosuj łatkę, która dodaje zwalnianie obiektu 'pages' w sekcji czyszczącej (cleanup) dla wszystkich ścieżek błędów.

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

In the Linux kernel, the following vulnerability has been resolved: btrfs: free pages on error in btrfs_uring_read_extent() In this function the 'pages' object is never freed in the hopes that it is picked up by btrfs_uring_read_finished() whenever that executes in the future. But that's just the happy path. Along the way previous allocations might have gone wrong, or we might not get -EIOCBQUEUED from btrfs_encoded_read_regular_fill_pages(). In all these cases, we go to a cleanup section that frees all memory allocated by this function without assuming any deferred execution, and this also needs to happen for the 'pages' allocation.

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