πŸ” CVE Alert

CVE-2026-82579

UNKNOWN 0.0

AshAi tool loop never terminates when all tool calls are filtered out, enabling denial of service

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-835
Vendor ash-project
Product ash_ai
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_ai

Be the first to know when new unknown vulnerabilities affecting ash-project ash_ai are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_ai
0.6.0 < 1.0.0
ash-project / ash_ai
bc2122f78fca6c11d8ec2b9ac53148ec17476460 < 53325fdab90afab628c6a53232ef2a9001580bd9

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_ai/security/advisories/GHSA-rcx7-x2w5-mmc2 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82579.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82579 github.com: https://github.com/ash-project/ash_ai/commit/53325fdab90afab628c6a53232ef2a9001580bd9

Credits

Peter Ullrich πŸ” Peter Ullrich Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF