🔐 CVE Alert

CVE-2026-58229

UNKNOWN 0.0

Unbounded HTTP/1 response-header and chunked-trailer accumulation in Mint causes memory-exhaustion DoS

CVSS Score
0.0
EPSS Score
0.3%
EPSS Percentile
22th

Allocation of resources without limits vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. The Mint.HTTP1.decode_headers/5 and Mint.HTTP1.decode_trailer_headers/4 functions in lib/mint/http1.ex accumulate every parsed response header and chunked-trailer field into a per-request list that persists across incoming TCP segments as request.headers_buffer, and only clear it when the terminating blank line is received. The section has no cap on the number of headers or on total bytes, and the underlying :erlang.decode_packet(:httph_bin, binary, []) parser is invoked with an empty option list so its per-line and per-packet size limits also default to unlimited. A malicious HTTP server (reachable directly, via an attacker-controlled redirect, via SSRF, or via a man-in-the-middle) can stream complete header lines (or, after a chunked body, complete trailer lines) indefinitely without ever emitting the terminating blank line. The connection state grows without bound until the BEAM node is killed by the operating system's out-of-memory handler, taking down the entire application that uses Mint as an HTTP client. This issue affects mint: from 0.1.0 before 1.9.2.

CWE CWE-770
Vendor elixir-mint
Product mint
Published Jul 14, 2026
Last Updated Jul 14, 2026
Stay Ahead of the Next One

Get instant alerts for elixir-mint mint

Be the first to know when new unknown vulnerabilities affecting elixir-mint mint are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

elixir-mint / mint
0.1.0 < 1.9.2
elixir-mint / mint
3e6de4bac4821b0eb4d6109e8b1f3fb6458792c8 < 566d702e6f29105f77522ca7aabb9f64f2f4e333

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/elixir-mint/mint/security/advisories/GHSA-qrfr-wh4c-3qhw cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-58229.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-58229 github.com: https://github.com/elixir-mint/mint/commit/566d702e6f29105f77522ca7aabb9f64f2f4e333

Credits

zx (Jace) Andrea Leopardi Eric Meadows-Jönsson Jonatan Männchen / EEF