目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-59249— Elixir Mint Mint 输入验证错误漏洞

一分钟漏洞结论

影响对象
elixir-mint mint
利用判断
尚无明确在野利用证据,仍需结合暴露面评估
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

elixir-mint mint是elixir-mint的HTTP客户端库。 Elixir Mint Mint 0.1.0版本至1.9.3之前版本存在输入验证错误漏洞,该漏洞源于对HTTP请求的解析不一致,Transfer-Encoding: chunked响应中块大小行的Integer.parse(data, 16)函数接受可选的前导+或-符号,而与RFC 7230严格中介的分块解析不一致,导致同一连接上HTTP响应夹带攻击,使得恶意HTTP/1服务器能够对后续请求进行响应队列投毒。

AI 预测 7.5 利用难度: 中等 EPSS 0.52% · P42

影响版本矩阵 2

厂商产品 版本范围状态
elixir-mint mint 0.1.0< 1.9.3 affected
60089586ec7adc9fddb09f69a2f5919ba9ac7f33< fc7d16538db7e40b56ed489f08683225cb0197fa affected
获取后续新漏洞提醒 登录后订阅

一、 漏洞 CVE-2026-59249 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
Sign-tolerant HTTP/1 chunk-size parser in Mint enables response smuggling against strict intermediaries on pooled connections
来源: CVE Program / CVE List V5
Vulnerability 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.
来源: CVE Program / CVE List V5
CVSS Information
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
来源: CVE Program / CVE List V5
Vulnerability Type
HTTP请求的解释不一致性(HTTP请求私运)
来源: CVE Program / CVE List V5
Vulnerability Title
Elixir Mint Mint 输入验证错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
elixir-mint mint是elixir-mint的HTTP客户端库。 Elixir Mint Mint 0.1.0版本至1.9.3之前版本存在输入验证错误漏洞,该漏洞源于对HTTP请求的解析不一致,Transfer-Encoding: chunked响应中块大小行的Integer.parse(data, 16)函数接受可选的前导+或-符号,而与RFC 7230严格中介的分块解析不一致,导致同一连接上HTTP响应夹带攻击,使得恶意HTTP/1服务器能够对后续请求进行响应队列投毒。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
elixir-mint mint 0.1.0 ~ 1.9.3 cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*
elixir-mint mint 60089586ec7adc9fddb09f69a2f5919ba9ac7f33 ~ fc7d16538db7e40b56ed489f08683225cb0197fa cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*

二、漏洞 CVE-2026-59249 的公开POC

# POC 描述 源链接 神龙链接
AI 生成 POC 高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-59249 的情报信息

登录查看更多情报信息。

CVE-2026-59249 补丁与修复 (1)

CVE-2026-59249 厂商安全公告 (3)

IV. Related Vulnerabilities

V. Comments for CVE-2026-59249

暂无评论


发表评论