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

目标: 1000 元 · 已筹: 1336 元

100%

CVE-2026-65623— mtrudel bandit 资源管理错误漏洞

一分钟漏洞结论

影响对象
mtrudel bandit
利用判断
存在公开或 AI PoC,应优先验证
建议动作
优先检查厂商安全公告和参考链接中的修复版本;无法立即升级时,限制受影响服务暴露并加强监测。

mtrudel bandit是mtrudel的安全检查工具。 mtrudel bandit 1.11.0版本至1.12.1之前版本存在资源管理错误漏洞,该漏洞源于WebSocket分片重组时的算法复杂性效率低下,可能导致未经身份验证的攻击者通过发送大量微小延续帧耗尽CPU,造成拒绝服务。

CVSS 8.7 · High EPSS 0.64% · P49

影响版本矩阵 2

厂商产品 版本范围状态
mtrudel bandit 1.11.0< 1.12.1 affected
21612c7c7b1ce43eccd36d3af3a2299d23513667< 418ef7e906192a230ddba112f7a669c87b6b0e3a affected
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
Quadratic CPU blow-up reassembling fragmented WebSocket messages in Bandit
来源: CVE Program / CVE List V5
Vulnerability Description
Inefficient Algorithmic Complexity vulnerability in mtrudel bandit allows unauthenticated remote denial of service via CPU exhaustion during WebSocket fragment reassembly. The size guard 'Elixir.Bandit.WebSocket.Connection':oversize_message?/2 called from handle_frame/3 in lib/bandit/websocket/connection.ex appends each non-final continuation frame to a left-nested iolist and then re-measures the entire accumulated buffer with IO.iodata_length/1 on every frame. Because the buffer grows by one element per frame and is fully re-traversed each time, reassembly work is quadratic (O(n^2)) in the number of continuation frames. The max_fragmented_message_size limit (default 8 MB) bounds total bytes but not frame count, and each frame can carry as little as one payload byte, so an attacker can send millions of tiny continuation frames using modest bandwidth to pin a CPU core for minutes to hours. Many concurrent connections can starve the whole server of CPU, denying service to legitimate users. The WebSocket read timeout does not help, because it is an idle timeout evaluated between reads and cannot preempt the synchronous reassembly work spent inside a single callback. This issue affects bandit: from 1.11.0 before 1.12.1.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:N/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
Vulnerability Title
mtrudel bandit 资源管理错误漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
mtrudel bandit是mtrudel的安全检查工具。 mtrudel bandit 1.11.0版本至1.12.1之前版本存在资源管理错误漏洞,该漏洞源于WebSocket分片重组时的算法复杂性效率低下,可能导致未经身份验证的攻击者通过发送大量微小延续帧耗尽CPU,造成拒绝服务。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商 产品 影响版本 CPE 订阅
mtrudel bandit 1.11.0 ~ 1.12.1 cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*
mtrudel bandit 21612c7c7b1ce43eccd36d3af3a2299d23513667 ~ 418ef7e906192a230ddba112f7a669c87b6b0e3a cpe:2.3:a:mtrudel:bandit:*:*:*:*:*:*:*:*

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

# POC 描述 源链接 神龙链接
AI 生成 POC 高级
Qwen3.6-35B-A3B · 7416 chars
Pro+ 专属包含:
漏洞复现靶场录像(真实沙箱构建 + 触发,独家)
漏洞原理深度分析
触发条件与影响面
完整可执行 POC 代码
利用链与缓解建议
POC 打包下载
每月 100+ 条 AI 生成额度

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

请登录查看更多情报信息。

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

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-65623

暂无评论


发表评论