Katalog CVE

CVE-2026-31435

Wysokie
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W jądrze Linuxa naprawiono podatność, która powodowała porzucenie wszystkich pozostałych subżądań podczas ponownej próby odczytu w określonych okolicznościach. Proces porzucania nie zawsze miał poprawną wartość zmiennej 'subreq', co mogło prowadzić do błędów.

Ocena ryzyka

Organizacje mogą napotkać problemy z integralnością danych podczas operacji odczytu, co może prowadzić do utraty informacji lub nieprawidłowych wyników.

Rekomendacja

Zaleca się aktualizację jądra Linuxa do najnowszej wersji, aby usunąć tę podatność i zapewnić stabilność operacji odczytu.

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: netfs: Fix read abandonment during retry Under certain circumstances, all the remaining subrequests from a read request will get abandoned during retry. The abandonment process expects the 'subreq' variable to be set to the place to start abandonment from, but it doesn't always have a useful value (it will be uninitialised on the first pass through the loop and it may point to a deleted subrequest on later passes). Fix the first jump to "abandon:" to set subreq to the start of the first subrequest expected to need retry (which, in this abandonment case, turned out unexpectedly to no longer have NEED_RETRY set). Also clear the subreq pointer after discarding superfluous retryable subrequests to cause an oops if we do try to access it.

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