Back to overview

CVE-2026-59249

MEDIUM Exploitation: PoC
6.3
CVSS 4.0
Description
Inconsistent interpretation of HTTP requests (HTTP response smuggling) vulnerability in elixir-mint mint allows a malicious HTTP/1 server to desynchronize a strict intermediary and the Mint client on the same pooled connection, enabling response-queue poisoning against subsequent requests that share the connection. The Mint.HTTP1.decode_body/5 function in lib/mint/http1.ex parses the chunk-size line of a Transfer-Encoding: chunked response with Integer.parse(data, 16). RFC 7230 defines chunk-size = 1*HEXDIG and forbids any sign prefix, but Integer.parse/2 accepts an optional leading + or -. A chunk-size line of +5 is accepted as a five-byte chunk; lines of +0 and -0 are accepted as the terminating zero-length chunk and end the message body early. An RFC-strict intermediary in the response path rejects these forms, so the intermediary and the Mint client disagree on where one response ends and the next begins. On a pooled keep-alive connection, an attacker-influenced origin can inject bytes that the client attributes to the next legitimate response on the same connection, poisoning the response queue and corrupting the responses returned to unrelated in-flight requests. This issue affects mint: from 0.1.0 before 1.9.3.

Metadata

CVE ID
CVE-2026-59249
State
PUBLISHED
Assigner
EEF
Reserved
2026-07-04 04:24 UTC
Published
2026-07-16 11:39 UTC
Last updated
2026-07-16 12:38 UTC
Primary CWE
CWE-444
CWE-444 Inconsistent Interpretation of HTTP Requests ('HTTP …
Vendor / Product
elixir-mint / mint
Sources
cve.org  ·  NVD

Severity & Metrics

6.3 MEDIUM CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
no
Tech. Impact
partial
Affected products (2)
VendorProductPlatformVersions
elixir-mint mint 0.1.0 < 1.9.3
elixir-mint mint 60089586ec7adc9fddb09f69a2f5919ba9ac7f33 < fc7d16538db7e40b56ed489f08683225cb0197fa
Weakness (CWE)
CWESourceDescription
CWE-444 cna CWE-444 Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.3 MEDIUM 4.0 cna CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
Back to overview