CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-48862

HighCVSS 8.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.38%

30th percentile - higher than 30% of all known CVEs

Summary

Podatność w elixir-mint Mint pozwala atakującym kontrolować serwery HTTP/2, które mogą wyczerpać pamięć w kliencie Mint poprzez zalewanie go ramkami PUSH_PROMISE. Problem wynika z braku ograniczeń przy alokacji zasobów, co pozwala na dodawanie nieograniczonej liczby obiecanych identyfikatorów strumieni.

Risk Assessment

Organizacja może doświadczyć wyczerpania pamięci w kliencie Mint, co prowadzi do awarii aplikacji lub serwera. Atakujący może wykorzystać tę podatność do destabilizacji usług lub przeprowadzenia ataków Denial of Service.

Recommendation

Zaleca się aktualizację elixir-mint do wersji 1.9.0 lub nowszej, aby usunąć tę podatność. Dodatkowo, warto rozważyć ograniczenie akceptacji PUSH w ustawieniach klienta HTTP/2.

Original NVD description (English source)

Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint Mint allows attacker-controlled HTTP/2 servers to exhaust memory in a Mint client via PUSH_PROMISE flooding. In lib/mint/http2.ex, Mint.HTTP2.decode_push_promise_headers_and_add_response/5 inserts a :reserved_remote entry into conn.streams for every promised stream ID. The neighbouring Mint.HTTP2.assert_valid_promised_stream_id/2 only verifies that the promised ID is even and not already present; client_settings.max_concurrent_streams is not consulted at promise time. The concurrency cap is only checked when the response HEADERS for the promised stream arrive, so a server that emits PUSH_PROMISE frames and withholds the matching HEADERS never trips that check. HTTP/2 server push is accepted by default (client_settings.enable_push defaults to true). A single long-lived HTTP/2 connection to a hostile server lets that server pin one conn.streams entry per PUSH_PROMISE frame it sends, with no upper bound, until the client process runs out of memory. This issue affects mint: from 0.2.0 before 1.9.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS