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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82729— Mint.HTTP1 解析漏洞导致CPU耗尽型拒绝服务

一分钟漏洞结论

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

elicit-mint 库中 (位于 中)存在低效算法复杂度漏洞,允许远程 HTTP 服务器耗尽客户端主机的 CPU 资源,从而引发服务中断(DoS)。 具体而言, 在解析分块传输(chunked response)的块大小字段时,将每个十六进制数字折叠到一个任意精度累加器中( ),且未对数字个数设置上限。由于累加器会无限增长,乘法操作并非恒定时间,处理 N 个数字的成本为 O(N²)。此外, 在每条 socket 消息到达时都会将 前置并从起始位置重新解析,因此若服务器将数字拆分为小包逐步发送,客户端将反复承担这

CVSS 6.3 · Medium

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 2

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

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

漏洞信息

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

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

Vulnerability Title
Quadratic chunk-size parsing in Mint.HTTP1.Parse allows CPU-exhaustion DoS
来源: CVE Program / CVE List V5
Vulnerability Description
Inefficient Algorithmic Complexity vulnerability in elixir-mint mint allows a remote HTTP server to exhaust CPU on the client host and cause a denial of service. parse_hex_prefix/2 in lib/mint/http1/parse.ex folds each hex digit of a chunked response's chunk-size field into an arbitrary-precision accumulator with acc * 16 + digit and imposes no limit on the digit count. Because the accumulator grows without bound, the multiplication is not constant time and one pass over N digits costs O(N squared). handle_data/2 prepends conn.buffer and re-parses from the start on every socket message, so a server that dribbles the digits out in small packets makes the client pay that cost repeatedly. A run of roughly 512,000 hex digits costs over ten seconds of CPU in a single pass, measured on stock defaults. The parser reaches this state after a valid status line and a complete, valid header section, so an intermediary inspecting only headers sees an ordinary 200 response. This issue affects mint: from 1.9.3 before 1.10.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
算法复杂性
来源: CVE Program / CVE List V5

受影响产品

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

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-82729

暂无评论


发表评论