CVE-2026-82579 | CVSS: N/A
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 conversati
参考链接:
• https://cna.erlef.org/cves/CVE-2026-82579.html
• https://github.com/ash-project/ash_ai/commit/53325fdab90afab628c6a53232ef2a90015
• https://github.com/ash-project/ash_ai/security/advisories/GHSA-rcx7-x2w5-mmc2
📌 数据来源: NVD 官方