Katalog CVE

CVE-2026-90415

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w module RDMA/cxgb4 występuje wyciek indeksu STAG, gdy zapis wpisu TPT się nie powiedzie. Funkcja write_tpt_entry() alokuje indeks STAG, ale przy błędzie write_adapter_mem() nie zwalnia go ani nie cofa statystyk, co prowadzi do wycieku aż do wyłączenia urządzenia.

Ocena ryzyka

Wyciek indeksów STAG może prowadzić do wyczerpania zasobów sprzętowych i niemożności rejestracji nowych regionów pamięci. W dłuższej perspektywie może to wymusić restart urządzenia lub systemu.

Rekomendacja

Zaktualizuj jądro Linux do wersji zawierającej poprawkę, która zwraca indeks STAG do tpt_table i zmniejsza stats.stag.cur przy błędzie zapisu. Zalecana jest aktualizacja sterowników RDMA cxgb4.

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: RDMA/cxgb4: free STAG index when TPT entry write fails write_tpt_entry() allocates a new STAG index with c4iw_get_resource() and bumps stats.stag.cur before programming the entry. When write_adapter_mem() fails, it returns the error without releasing the index or reversing the statistic. No MR is inserted into rhp->mrs, so deregistration never reclaims it, leaking the index until device teardown. Record whether this call allocated the index and, on a failed write, return it to tpt_table and decrement stats.stag.cur. Key the rollback on both the write error and that flag, not the error alone: a non-reset update carries a caller-owned STAG that this call did not allocate and must not free.

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