Katalog CVE

CVE-2026-97982

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux w sterowniku ethernet cortina występuje błąd w rozliczaniu budżetu NAPI. Funkcja gmac_rx() zwraca pozostały budżet NAPI, ale jej wywołujący interpretuje zwracaną wartość jako liczbę odebranych pakietów. Bezczynny poll zgłasza pełny budżet i pozostaje zaplanowany. Poprawka polega na zwracaniu liczby odebranych pakietów.

Ocena ryzyka

Nieprawidłowe rozliczanie budżetu NAPI może prowadzić do nadmiernego zużycia CPU i problemów z wydajnością sieci. Dotyczy systemów z kartami ethernet cortina.

Rekomendacja

Zaktualizuj jądro Linux do wersji z poprawką. Monitoruj wydajność sieci i użycie CPU na systemach z tym sterownikiem.

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: ethernet: cortina: Fix budget accounting The gmac_rx() function returns the remaining NAPI budget, but its caller treats the return value as the number of packets received. An idle poll therefore reports a full budget and remains scheduled. Return the number of received packets instead. Preserve the existing free queue refill accounting by adding that count directly; continuing to subtract it from the budget would invert the refill behavior.

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