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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-59246— Elixir Mint Mint 资源管理错误漏洞

AI 预测 8.1 利用难度: 较易 EPSS 0.30% · P23

影响版本矩阵 2

厂商产品版本范围状态
elixir-mintmint0.1.0< 1.9.2affected
596ca4304504be68939c4929e0831557097962b8< 5779de1666344b32aefc4354184ea07f902f73ceaffected
获取后续新漏洞提醒登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Zero-length HTTP/2 CONTINUATION frames bypass Mint's header-block byte-size cap and exhaust client memory
来源: CVE Program / CVE List V5
Vulnerability Description
Allocation of resources without limits vulnerability in elixir-mint mint allows a remote HTTP/2 server to exhaust memory on the client host and cause a denial of service. The Mint.HTTP2.handle_continuation/3 function in lib/mint/http2.ex accumulates the header-block fragment carried by each HTTP/2 CONTINUATION frame into a growing conn.headers_being_processed nesting, one level deeper per frame, and only releases it when a frame with the END_HEADERS flag arrives. The only guard on this accumulator is Mint.HTTP2.assert_header_block_within_max_size/2, which sums the byte size of the fragments received so far. Because a CONTINUATION frame is permitted by the protocol to carry a zero-length payload, an unbounded chain of zero-length CONTINUATION frames adds no bytes to the running total, never trips the size cap, and never emits END_HEADERS, yet each frame still nests the accumulator one level deeper. A malicious HTTP/2 server (reachable directly, via an attacker-controlled redirect, via SSRF, or via a man-in-the-middle) can open a stream by sending a HEADERS frame without END_HEADERS and then stream zero-length CONTINUATION frames indefinitely. Client memory grows one cons cell per frame received; sustained bandwidth from the peer drives the BEAM node running the Mint client to memory exhaustion and eventual out-of-memory termination. This issue affects mint: from 0.1.0 before 1.9.2.
来源: 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
Vulnerability Title
Elixir Mint Mint 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
elixir-mint mint是elixir-mint的HTTP客户端库。 Elixir Mint Mint 0.1.0版本至1.9.2之前版本存在资源管理错误漏洞,该漏洞源于Mint.HTTP2.handle_continuation/3函数在处理HTTP/2 CONTINUATION帧时,存在资源无限制分配问题,允许远程HTTP/2服务器耗尽客户端主机内存并导致拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
elixir-mintmint 0.1.0 ~ 1.9.2 cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*
elixir-mintmint 596ca4304504be68939c4929e0831557097962b8 ~ 5779de1666344b32aefc4354184ea07f902f73ce cpe:2.3:a:elixir-mint:mint:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-59246

暂无评论


发表评论