Katalog CVE

CVE-2026-53366

WysokieCVSS 7.8
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.17%

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

Streszczenie

W jądrze Linux w funkcji __ip_append_data() dla IPv4 występuje błąd w obliczeniach alloclen i pagedlen na ścieżce alokacji stronicowanej, co prowadzi do niedoszacowania rozmiaru obszaru liniowego i przeszacowania pagedlen. Może to powodować błędy w obsłudze pakietów.

Ocena ryzyka

Ryzyko polega na potencjalnym uszkodzeniu danych lub awarii systemu podczas przetwarzania pakietów IP, co może prowadzić do niestabilności sieci.

Rekomendacja

Zaleca się aktualizację jądra Linux do wersji zawierającej poprawkę dla tej luki.

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: ipv4: account for fraggap on the paged allocation path In __ip_append_data(), when the paged-allocation branch is taken, alloclen and pagedlen are computed as alloclen = fragheaderlen + transhdrlen; pagedlen = datalen - transhdrlen; datalen already includes fraggap, but the fraggap bytes carried over from the previous skb are copied into the new skb's linear area at offset transhdrlen by the subsequent skb_copy_and_csum_bits(). The linear area is therefore undersized by fraggap bytes while pagedlen is overstated by the same amount. The non-paged branch sets alloclen to fraglen, which already accounts for fraggap because datalen does. Bring the paged branch in line by adding fraggap to alloclen and subtracting it from pagedlen. After this adjustment, copy no longer collapses to -fraggap on the paged path, so remove the stale comment describing that old arithmetic.

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