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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82728— Mint 缓冲区无界扩展引发的内存耗尽拒绝服务

一分钟漏洞结论

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

资源分配缺乏限制或节流(Allocation of Resources Without Limits or Throttling) 漏洞存在于 Elixir 的 mint 库中。该漏洞允许远程 HTTP 服务器耗尽客户端主机上的内存,从而导致拒绝服务(DoS)。 具体而言,两个 HTTP/1 响应解析器状态会无限制地累积服务器数据。在 中, 在状态行不完整时,将未消费的数据存储在 中; 对于未终止的块扩展行执行相同操作。这两种状态都在等待一个服务器无需发送的 CRLF(回车换行),而 会被前置到后续每条套接字消息之

CVSS 8.2 · High

可能的 ATT&CK 技术 1 AI

T1499 · Endpoint Denial of Service

影响版本矩阵 2

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

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

漏洞信息

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

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

Vulnerability Title
Unbounded HTTP/1 status-line and chunk-extension buffering in Mint causes memory-exhaustion DoS
来源: CVE Program / CVE List V5
Vulnerability Description
Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. Two HTTP/1 response-parser states accumulate server data without any cap. In lib/mint/http1.ex, decode_status_line/4 stores the unconsumed data in conn.buffer when the status line is incomplete, and decode_body/5 does the same for an unterminated chunk-extension line. Both wait for a CRLF the server never has to send, and conn.buffer is prepended to every subsequent socket message. The :max_header_list_size budget is wired only into decode_headers/5 and decode_trailer_headers/4, so neither of these states is covered by it. A malicious server, or one reached through an attacker-controlled redirect or a fetched URL, streams bytes indefinitely until the BEAM node is killed by the operating system out-of-memory handler. The chunk-extension variant is reached 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 0.1.0 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:H/SC:N/SI:N/SA:N
来源: CVE Program / CVE List V5
Vulnerability Type
不加限制或调节的资源分配
来源: CVE Program / CVE List V5

受影响产品

厂商 产品 影响版本 CPE 订阅
elixir-mint mint 0.1.0 ~ 1.10.0 cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*
elixir-mint mint c088e4b6430545338841ab8d294369e45d39856a ~ 19be5558b6a317e271c78666498dd78b151e490a cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

CVE-2026-82728 厂商安全公告 (2)

CVE-2026-82728 其他参考 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-82728

暂无评论


发表评论