πŸ” CVE Alert

CVE-2026-82729

UNKNOWN 0.0

Quadratic chunk-size parsing in Mint.HTTP1.Parse allows CPU-exhaustion DoS

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Inefficient Algorithmic Complexity vulnerability in elixir-mint mint allows a remote HTTP server to exhaust CPU on the client host and cause a denial of service. parse_hex_prefix/2 in lib/mint/http1/parse.ex folds each hex digit of a chunked response's chunk-size field into an arbitrary-precision accumulator with acc * 16 + digit and imposes no limit on the digit count. Because the accumulator grows without bound, the multiplication is not constant time and one pass over N digits costs O(N squared). handle_data/2 prepends conn.buffer and re-parses from the start on every socket message, so a server that dribbles the digits out in small packets makes the client pay that cost repeatedly. A run of roughly 512,000 hex digits costs over ten seconds of CPU in a single pass, measured on stock defaults. The parser reaches this state after a valid status line and a complete, valid header section, so an intermediary inspecting only headers sees an ordinary 200 response. This issue affects mint: from 1.9.3 before 1.10.0.

CWE CWE-407
Vendor elixir-mint
Product mint
Published Sep 4, 2026
Last Updated Sep 4, 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
1.9.3 < 1.10.0
elixir-mint / mint
fc7d16538db7e40b56ed489f08683225cb0197fa < bd2a4e7513594997c140cfef9fe0e968712fb588

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/elixir-mint/mint/security/advisories/GHSA-7p8w-j234-7qc8 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82729.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82729 github.com: https://github.com/elixir-mint/mint/commit/bd2a4e7513594997c140cfef9fe0e968712fb588

Credits

Tr3bor πŸ” Tr3bor Andrea Leopardi Jonatan MΓ€nnchen / EEF