CVE-2026-58229
Last modified
CVE-2026-58229 is a high-severity vulnerability rated 8.2/10 on the CVSS scale. 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. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| elixir-mint | mint | >= 0.1.0, < 1.9.2 |
| elixir-mint | mint | >= 3e6de4bac4821b0eb4d6109e8b1f3fb6458792c8, < 566d702e6f29105f77522ca7aabb9f64f2f4e333 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-58229?
How severe is CVE-2026-58229?
How do I fix CVE-2026-58229?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5822Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-58222A security flaw combining LDAP filter injection and improper…8.8
- CVE-2026-58225SQL Injection vulnerability in elixir-ecto postgrex allows a…2.1
- CVE-2026-58226Inefficient Algorithmic Complexity vulnerability in elixir-m…8.7
- CVE-2026-58227The Erlang/OTP ssl application does not detect cycles when r…8.7
- CVE-2026-58228Cross-site scripting vulnerability in phoenixframework phoen…5.1
- CVE-2026-5823A weakness has been identified in itsourcecode Construction …6.3
- CVE-2026-58233SAP Change and Transport System Attach Tool (ctsattach) allo…7.6
- CVE-2026-5824A security vulnerability has been detected in code-projects …7.3
- CVE-2026-58246SAP NetWeaver Application Server for ABAP and ABAP Platform …4.3
- CVE-2026-5825A vulnerability was detected in code-projects Simple Laundry…4.3
- CVE-2026-58250NATS Server is a high-performance server for NATS.io, the cl…7.5
Are you affected by CVE-2026-58229?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
