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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-82580— AshAi 信息泄露:工具异常详情暴露

一分钟漏洞结论

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

ash-project 中的 ash_ai 存在“包含敏感信息的错误消息生成”漏洞,会将内部错误文本暴露给聊天用户。 在 AshAi.ToolLoop 和 AshAi.Tools 中,工具执行过程中抛出的异常会通过 Exception.message/1 被原样序列化,并作为工具返回内容(tool-result content)。该内容会被追加到对话中,以 {:tool_result, ...} 流事件的形式发出,并返回给模型,模型通常会将此信息转述给用户。由于此前未进行任何过滤,工具回调或生命周期钩子中抛出的任何

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

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

漏洞信息

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

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

Vulnerability Title
AshAi echoes raw tool exception messages into the conversation, disclosing internal details
来源: CVE Program / CVE List V5
Vulnerability Description
Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_ai discloses internal error text to chat users. In AshAi.ToolLoop and AshAi.Tools, an exception raised while executing a tool was serialized verbatim with Exception.message/1 into the tool-result content. That content is appended to the conversation, emitted as a {:tool_result, ...} stream event, and sent back to the model, which typically relays it to the user. No filtering happened first, so anything raised inside a tool callback or lifecycle hook (database constraint messages, adapter errors, query fragments, policy or validation internals) was echoed as-is. A chat user who can steer tool arguments into a raising code path receives the raw internal text. The fix routes raised tool errors through the same safe formatter used for other tool errors. 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:N/PR:L/UI:N/VC:L/VI:N/VA:N/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 ~ c68dfbdb220426dc015b58379e95bde8e9f0995a cpe:2.3:a:ash-project:ash_ai:*:*:*:*:*:*:*:*

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

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

未找到公开 POC。

登录以生成 AI POC

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

登录查看更多情报信息。

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

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

CVE-2026-77956 10.0 CRITICAL AshAi 提示词模板远程代码执行
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-82579 6.0 MEDIUM AshAi 工具循环不终止导致拒绝服务漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2026-82580

暂无评论


发表评论