Elixir Mint HTTP Response Smuggling Vulnerability

Vulnerability

A vulnerability allowing HTTP response smuggling has been identified in the Elixir Mint library, specifically in versions 0.1.0 prior to 1.9.3. This issue arises from an inconsistent interpretation of HTTP chunked transfer encoding, where the Mint HTTP/1 client accepts sign-prefixed chunk sizes that are rejected by strict intermediaries. Exploitation of this vulnerability can lead to desynchronization between the client and intermediary, allowing for response-queue poisoning on pooled connections.

Impact

Exploitation of this vulnerability allows a malicious HTTP/1 server to inject responses into the Mint client's response queue, corrupting the data received by unrelated in-flight requests on the same connection.

Reproduction

To reproduce this vulnerability, deploy an Elixir Mint HTTP/1 client that uses connection pooling and keep-alive. Introduce an RFC-strict HTTP/1 intermediary between the Mint client and an attacker-controlled origin. When the origin sends a response with sign-prefixed chunk sizes, the Mint client will accept these while the intermediary rejects them, creating a desynchronization that can be exploited to poison the response queue.

Remediation

Users can upgrade to Elixir Mint version 1.9.3 or later, where this vulnerability has been fixed.

Added: Jul 16, 2026, 12:27 PM
Updated: Jul 16, 2026, 12:27 PM

Vulnerability Rating

Custom Algorithm
spread
0.0
impact
1.3
exploitability
7.2
remediation
0.0
relevance
9.7
threat
4.8
urgency
2.9
incentive
0.0

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.