CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-31644

High
Published: Translated: NVD NIST

Summary

W jądrze systemu Linux zidentyfikowano podatność w funkcji lan966x_fdma_reload(), która może prowadzić do wykorzystania po zwolnieniu pamięci oraz wycieku pamięci. Problem występuje, gdy funkcja nie może przydzielić nowych buforów RX, co skutkuje ponownym uruchomieniem DMA z użyciem starych deskryptorów, których strony zostały już zwolnione.

Risk Assessment

Podatność ta może prowadzić do nieautoryzowanego dostępu do pamięci, co zagraża integralności systemu oraz może umożliwić atakującym wykorzystanie zasobów systemowych. Może to prowadzić do destabilizacji systemu oraz potencjalnych wycieków danych.

Recommendation

Zaleca się aktualizację jądra systemu Linux do najnowszej wersji, w której wprowadzono poprawki eliminujące tę podatność. Należy również monitorować systemy pod kątem nieautoryzowanych działań oraz przeprowadzać regularne audyty bezpieczeństwa.

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: net: lan966x: fix use-after-free and leak in lan966x_fdma_reload() When lan966x_fdma_reload() fails to allocate new RX buffers, the restore path restarts DMA using old descriptors whose pages were already freed via lan966x_fdma_rx_free_pages(). Since page_pool_put_full_page() can release pages back to the buddy allocator, the hardware may DMA into memory now owned by other kernel subsystems. Additionally, on the restore path, the newly created page pool (if allocation partially succeeded) is overwritten without being destroyed, leaking it. Fix both issues by deferring the release of old pages until after the new allocation succeeds. Save the old page array before the allocation so old pages can be freed on the success path. On the failure path, the old descriptors, pages and page pool are all still valid, making the restore safe. Also ensure the restore path re-enables NAPI and wakes the netdev, matching the succes

Vulnerability data from NVD (NIST) · CISA KEV · EPSS