EEF-CVE-2026-58229

Source
https://cna.erlef.org/osv/EEF-CVE-2026-58229.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-58229.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-58229
Aliases
  • CVE-2026-58229
  • GHSA-qrfr-wh4c-3qhw
Published
2026-07-14T08:36:54.616Z
Modified
2026-07-14T15:07:57.359Z
Severity
  • 8.2 (High) CVSS_V4 - 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 CVSS Calculator
Summary
Unbounded HTTP/1 response-header and chunked-trailer accumulation in Mint causes memory-exhaustion DoS
Details

Summary

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.

Database specific
{
    "cwe_ids": [
        "CWE-770"
    ],
    "capec_ids": [
        "CAPEC-130"
    ],
    "cpe_ids": [
        "cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*"
    ]
}
References
Credits
    • zx (Jace) - FINDER
    • Andrea Leopardi - REMEDIATION_DEVELOPER
    • Eric Meadows-Jönsson - REMEDIATION_REVIEWER
    • Jonatan Männchen / EEF - ANALYST

Affected packages

Hex / mint

Package

Name
mint
Purl
pkg:hex/mint

Affected ranges

Type
SEMVER
Events
Introduced
0.1.0
Fixed
1.9.2

Affected versions

0.*
0.1.0
0.2.0
0.2.1
0.3.0
0.4.0
0.5.0
1.*
1.0.0
1.1.0
1.2.0
1.2.1
1.3.0
1.4.0
1.4.1
1.4.2
1.5.0
1.5.1
1.5.2
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.8.0
1.9.0
1.9.1

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-58229.json"

Git / github.com/elixir-mint/mint

Affected ranges

Type
GIT
Repo
https://github.com/elixir-mint/mint
Events

Affected versions

v0.*
v0.1.0
v0.2.0
v0.2.1
v0.4.0
v0.5.0
v1.*
v1.0.0
v1.1.0
v1.2.0
v1.2.1
v1.3.0
v1.4.0
v1.4.1
v1.4.2
v1.5.0
v1.5.1
v1.5.2
v1.6.0
v1.6.1
v1.6.2
v1.7.0
v1.7.1
v1.8.0
v1.9.0
v1.9.1

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-58229.json"