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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82579— AshAi 工具循环不终止导致拒绝服务漏洞

一分钟漏洞结论

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

ash-project 中的 ash_ai 库存在一个循环中退出条件不可达(无限循环)漏洞,使得能够影响模型输出的攻击者可以导致工具循环挂起,并引发无限制的重复模型请求。 会对模型的 响应进行分类,然后通过 和 对工具调用进行过滤。这两个函数都可能导致列表变为空:如果某个调用缺少有效的名称,或者复用了历史中已有结果的 ,该调用就会被丢弃。当列表为空时,循环不会添加任何内容,并以字节完全相同的消息列表进行递归,导致对话无法推进,每次迭代都会重新发送相同的请求。在支持的 配置下,循环永远不会终止;否则,它会耗尽完整的迭

CVSS 6.0 · Medium
获取后续新漏洞提醒 登录后订阅

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

漏洞信息

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

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

Vulnerability Title
AshAi tool loop never terminates when all tool calls are filtered out, enabling denial of service
来源: CVE Program / CVE List V5
Vulnerability Description
Loop with Unreachable Exit Condition (Infinite Loop) vulnerability in ash-project ash_ai allows an attacker who can influence a model's output to hang the tool loop and drive unbounded, repeated model requests. AshAi.ToolLoop classifies a model response of :tool_calls, then filters the calls through normalize_tool_calls/2 and unprocessed_tool_calls/2. Both can empty the list: a call missing a valid name, or one reusing a tool_call_id that already has a result in history, is dropped. With an empty list the loop appended nothing and recursed with a byte-identical message list, so the conversation never advanced and the same request was re-sent every iteration. Under the supported max_iterations: :infinity this never terminated; otherwise it exhausted the full budget. Prompt-injected content can make the model re-emit a spent tool_call_id. The fix treats an empty post-filter list as terminal. This issue affects ash_ai: from 0.6.0 before 1.0.0.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:4.0/AV:N/AC:L/AT:P/PR:L/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 订阅
ash-project ash_ai 0.6.0 ~ 1.0.0 cpe:2.3:a:ash-project:ash_ai:*:*:*:*:*:*:*:*
ash-project ash_ai bc2122f78fca6c11d8ec2b9ac53148ec17476460 ~ 53325fdab90afab628c6a53232ef2a9001580bd9 cpe:2.3:a:ash-project:ash_ai:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

CVE-2026-82579 其他参考 (4)

同批安全公告 · ash-project · 2026-08-31 · 共 11 条

CVE-2026-77956 10.0 CRITICAL AshAi 提示词模板远程代码执行
CVE-2026-77850 8.4 HIGH AshAdmin 2.x 存储型跨站脚本漏洞
CVE-2026-82722 8.3 HIGH AshAdmin 事件原子表耗尽拒绝服务漏洞
CVE-2026-75757 8.3 HIGH AshAdmin 子域名会话劫持漏洞
CVE-2026-81315 7.4 HIGH AshAi 跨域检查被X-Forwarded-Proto头绕过
CVE-2026-75760 7.1 HIGH AshAi 向量转换凭据泄露漏洞
CVE-2026-82564 7.1 HIGH AshAi 身份工具过滤器未识别记录更新或销毁漏洞
CVE-2026-82580 5.3 MEDIUM AshAi 信息泄露:工具异常详情暴露
CVE-2026-81852 2.1 LOW AshAdmin 硬编码CSP Nonce 绕过漏洞
CVE-2026-82681 2.0 LOW AshAdmin 行操作链接查询参数注入漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-82579

暂无评论


发表评论