Katalog CVE

CVE-2026-59249

ŚrednieCVSS 6.3
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność w bibliotece Mint (wersje od 0.1.0 do 1.9.2) umożliwia przemycanie odpowiedzi HTTP (HTTP response smuggling) poprzez akceptowanie znaku plus/minus w rozmiarze fragmentu kodowania Transfer-Encoding: chunked. Złośliwy serwer HTTP/1 może wykorzystać tę niezgodność interpretacji, aby zatruć kolejkę odpowiedzi na współdzielonym połączeniu keep-alive, co prowadzi do przekazania fałszywych odpowiedzi do kolejnych żądań.

Ocena ryzyka

Atakujący może wstrzyknąć złośliwe dane do odpowiedzi HTTP, które zostaną odebrane przez klienta Mint jako odpowiedź na inne, niezwiązane żądanie. Może to prowadzić do kradzieży danych, naruszenia integralności sesji lub wykonania nieautoryzowanych działań w kontekście ofiary.

Rekomendacja

Należy natychmiast zaktualizować bibliotekę Mint do wersji 1.9.3 lub nowszej. Jeśli aktualizacja nie jest możliwa, należy tymczasowo wyłączyć użycie połączeń keep-alive lub zastosować dodatkowe proxy zgodne z RFC.

Inne podatności w Mint

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

Inconsistent interpretation of HTTP requests (HTTP response smuggling) vulnerability in elixir-mint mint allows a malicious HTTP/1 server to desynchronize a strict intermediary and the Mint client on the same pooled connection, enabling response-queue poisoning against subsequent requests that share the connection. The Mint.HTTP1.decode_body/5 function in lib/mint/http1.ex parses the chunk-size line of a Transfer-Encoding: chunked response with Integer.parse(data, 16). RFC 7230 defines chunk-size = 1*HEXDIG and forbids any sign prefix, but Integer.parse/2 accepts an optional leading + or -. A chunk-size line of +5 is accepted as a five-byte chunk; lines of +0 and -0 are accepted as the terminating zero-length chunk and end the message body early. An RFC-strict intermediary in the response path rejects these forms, so the intermediary and the Mint client disagree on where one response ends and the next begins. On a pooled keep-alive connection, an attacker-influenced origin can inject bytes that the client attributes to the next legitimate response on the same connection, poisoning the response queue and corrupting the responses returned to unrelated in-flight requests. This issue affects mint: from 0.1.0 before 1.9.3.

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