Katalog CVE

CVE-2026-93049

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w module mtdswap błąd konfiguracji debugfs po udanej rejestracji blktrans powodował podwójne zwolnienie struktury mbd_dev. Poprawka polega na wyczyszczeniu lokalnego wskaźnika po wyrejestrowaniu, aby wspólna ścieżka sprzątania nie zwalniała obiektu blktrans dwukrotnie.

Ocena ryzyka

Podwójne zwolnienie pamięci (double free) może prowadzić do uszkodzenia sterty jądra, awarii systemu lub potencjalnego wykonania dowolnego kodu, co jest poważnym zagrożeniem bezpieczeństwa.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę dla modułu mtdswap; do czasu aktualizacji unikaj konfiguracji debugfs na urządzeniach MTD korzystających z mtdswap.

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: mtd: mtdswap: Avoid freeing registered blktrans device twice In mtdswap_add_mtd(), debugfs setup failure after successful blktrans registration can free mbd_dev twice. add_mtd_blktrans_dev() initializes the blktrans device reference and publishes the disk. Once that succeeds, del_mtd_blktrans_dev() tears the disk down and drops the blktrans reference; when that reference reaches zero, blktrans_dev_release() frees the mtd_blktrans_dev. The debugfs failure path called del_mtd_blktrans_dev(mbd_dev), then fell through the common cleanup label and called kfree(mbd_dev) again. Clear the local pointer after deregistration so the common cleanup can still release the mtdswap state without freeing the blktrans object twice. This issue was found by a static analysis checker and confirmed by manual source review.

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