Katalog CVE

CVE-2026-72006

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

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.20%

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

Streszczenie

W jądrze Linux w sterowniku mlx5 występuje wyciek pamięci przy wielokrotnym przydzielaniu i zwalnianiu mkeys z hintami TPH. Po usunięciu wpisu z idx_xa nie zwalniano struktury mlx5_st_idx_data, co prowadzi do narastania wycieku.

Ocena ryzyka

Długotrwałe działanie systemu z intensywnym przydzielaniem MR może prowadzić do wyczerpania pamięci i degradacji wydajności.

Rekomendacja

Zastosuj aktualizację jądra zawierającą poprawkę zwalniającą idx_data po xa_erase().

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: net/mlx5: free mlx5_st_idx_data on final dealloc Workloads that repeatedly allocate and release mkeys carrying TPH steering-tag hints (e.g. churning RDMA MRs) leak one struct mlx5_st_idx_data per cycle; kmemleak flags it as unreferenced and the kmalloc slab grows over time. When the last reference to an ST table entry is dropped, mlx5_st_dealloc_index() removed the entry from idx_xa but the backing mlx5_st_idx_data allocation was never freed. Free idx_data after the xa_erase() so the lifetime of the bookkeeping struct matches the lifetime of the ST entry it tracks.

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