Katalog CVE

CVE-2026-46107

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.13%

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

Streszczenie

W module dm-thin jądra Linux wykryto błąd w funkcji rebalance_children, polegający na nieprawidłowym zliczaniu referencji do węzłów potomnych drzewa btree. Gdy wewnętrzny węzeł btree ma jeden wpis, a jego węzeł potomny jest współdzielony (liczba referencji > 1), kod nie zwiększa liczników referencji dla wnuków, co prowadzi do niedomiaru referencji i błędów 'unable to decrement block'.

Ocena ryzyka

Błąd może powodować niestabilność systemu plików i utratę integralności danych na woluminach dm-thin. Występujące błędy alokacji bloków mogą prowadzić do uszkodzenia metadanych i potencjalnej niedostępności danych.

Rekomendacja

Zastosuj najnowszą łatkę jądra Linux zawierającą poprawkę dla dm-thin. Aktualizacja powinna być wdrożona priorytetowo na systemach wykorzystujących thin provisioning w Device Mapperze.

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

In the Linux kernel, the following vulnerability has been resolved: dm-thin: fix metadata refcount underflow There's a bug in dm-thin in the function rebalance_children. If the internal btree node has one entry, the code tries to copy all btree entries from the node's child to the node itself and then decrement the child's reference count. If the child node is shared (it has reference count > 1), we won't free it, so there would be two pointers to each of the grandchildren nodes. But the reference counts of the grandchildren is not increased, thus the reference count doesn't match the number of pointers that point to the grandchildren. This results in "device mapper: space map common: unable to decrement block" errors. Fix this bug by incrementing reference counts on the grandchildren if the btree node is shared.

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