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

目标: 1000 元 · 已筹: 1310

100%

CVE-2026-49753— Mint HTTP/1客户端 响应走私漏洞

AI 预测 5.3 利用难度: 中等

影响版本矩阵 2

厂商产品版本范围状态
elixir-mintmint0.1.0< 1.9.0affected
65e0e86d799a6d3b08e4372fccdd9747535e0dd6< 47e48027480228e4e32a0b4df39db497b4804921affected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
HTTP response smuggling in Mint HTTP/1 client via lenient Content-Length parsing
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') vulnerability in elixir-mint Mint allows attacker-controlled HTTP/1 servers to desynchronise response framing on shared connections. Mint's HTTP/1 Content-Length parser, Mint.HTTP1.Parse.content_length_header/1 in lib/mint/http1/parse.ex, parses the header value with Integer.parse/1, which accepts an optional + or - sign prefix. The length >= 0 guard rejects negatives, but inputs such as +0 or +123 are returned as valid lengths. RFC 7230 specifies Content-Length = 1*DIGIT, with no sign character permitted. A fronting proxy or load balancer that strictly enforces the grammar will reject or reframe a header like Content-Length: +0, while Mint silently treats it as zero. When Mint reuses the socket (keep-alive, pipelining, or any pooled connection shared across requesters), the parser disagreement is a response-smuggling primitive: the proxy delimits the body one way, Mint another, and bytes from one response get attributed to the next. Where the same Mint connection is shared across trust boundaries, an attacker-controlled upstream can leak bytes into a different consumer's response stream. This issue affects mint: from 0.1.0 before 1.9.0.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
HTTP请求的解释不一致性(HTTP请求私运)
来源: 美国国家漏洞数据库 NVD

受影响产品

厂商产品影响版本CPE订阅
elixir-mintmint 0.1.0 ~ 1.9.0 cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*
elixir-mintmint 65e0e86d799a6d3b08e4372fccdd9747535e0dd6 ~ 47e48027480228e4e32a0b4df39db497b4804921 cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

同批安全公告 · elixir-mint · 2026-06-02 · 共 4 条

CVE-2026-48862Mint HTTP/2 客户端 PUSH_PROMISE 并发限制缺失致内存泄漏漏洞
CVE-2026-48861Mint HTTP/1 请求行CRLF注入漏洞
CVE-2026-49754Mint客户端HTTP/2 CONTINUATION泛洪漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-49753

暂无评论


发表评论