CVE-2026-25800
WysokieCVSS 7.5Prawdopodobieństwo exploitacji (EPSS)
Niskie ryzykoPercentyl 27 - wyżej niż 27% wszystkich znanych CVE
Streszczenie
W bibliotece Quinn (implementacja protokołu QUIC w języku Rust) wykryto podatność w komponencie Assembler, który składa nieuporządkowane fragmenty strumienia w ciągłe bloki. Atakujący może wysyłać fragmenty z wieloma lukami, co prowadzi do nadmiernego buforowania i wyczerpania pamięci.
Ocena ryzyka
Organizacja narażona jest na atak DoS (odmowa usługi) poprzez wyczerpanie pamięci na serwerze lub kliencie korzystającym z podatnej wersji Quinn.
Rekomendacja
Należy niezwłocznie zaktualizować bibliotekę Quinn do wersji 0.11.15 lub nowszej.
Inne podatności w Quinn
Oryginalny opis (angielski, źródło NVD)
Quinn is a pure-Rust, async-compatible implementation of the IETF QUIC transport protocol. Starting in version 0.1.0 and prior to version 0.11.15, the `Assembler` component that assembles unordered stream fragments into consecutive chunks of the stream incurs some overhead for non-contiguous fragments. Readers that read from a `RecvStream` in order (through an `AsyncRead` impl for example) will be sensitive to peers that send fragments while leaving out early parts of the stream, and in particular, fragments with many gaps (because these cannot be defragmented). In such a scenario, the receiving connection suffers from high buffer overhead, enabling memory exhaustion. Version 0.11.15 fixes the issue.

