Katalog CVE

CVE-2026-93153

Nieznane
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linux funkcja __wait_for_resp() sterownika RDMA/bng_re ignorowała wygaśnięcie wait_event_timeout(). Jeśli po przekroczeniu limitu czasu i próbie obsługi CREQ slot odpowiedzi pozostawał zajęty, pętla rozpoczynała kolejny pełny okres oczekiwania i mogła powtarzać się w nieskończoność.

Ocena ryzyka

Może prowadzić do zawieszenia się wątku jądra w nieskończonej pętli oczekiwania, powodując zawieszenie lub degradację systemu.

Rekomendacja

Zaktualizować jądro Linux do wersji, w której po przekroczeniu limitu czasu bez odpowiedzi zwracany jest błąd -ENODEV, a wywołujący oznacza stan FIRMWARE_STALL_DETECTED i zwraca -ETIMEDOUT.

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/bng_re: return a timeout when firmware responses stall __wait_for_resp() documents that it returns a non-zero error when a firmware command does not complete, and bng_re_rcfw_send_message() already marks the firmware as stalled when the helper returns -ENODEV. However, the helper ignores wait_event_timeout() expiry. If the response slot remains in use after the timeout and after the polled CREQ service attempt, the loop starts another full timeout period and can repeat forever. Return -ENODEV after a timed out wait that still has no response. The existing caller then marks FIRMWARE_STALL_DETECTED and returns -ETIMEDOUT to the command issuer.

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