CVE-2026-82579
Last modified
CVE-2026-82579 is a medium-severity vulnerability rated 6/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_ai | >= 0.6.0, < 1.0.0 |
| ash-project | ash_ai | >= bc2122f78fca6c11d8ec2b9ac53148ec17476460, < 53325fdab90afab628c6a53232ef2a9001580bd9 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82579?
How severe is CVE-2026-82579?
How do I fix CVE-2026-82579?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82555A vulnerability has been found in TOTOLINK N600R 4.3.0cu.786…3.7
- CVE-2026-82556A vulnerability was found in Forgejo up to 15.0.4. This issu…6.3
- CVE-2026-8256A security vulnerability has been detected in Devs Palace ER…2.4
- CVE-2026-82562### Summary When `qs.parse` is called with `comma: true` …3.7
- CVE-2026-82564Authorization Bypass Through User-Controlled Key vulnerabili…7.1
- CVE-2026-8257A vulnerability was detected in WebAssembly Binaryen up to 1…5.5
- CVE-2026-8258A flaw has been found in Squirrel up to 3.2. Impacted is the…5.3
- CVE-2026-82580Generation of Error Message Containing Sensitive Information…5.3
- CVE-2026-82587A vulnerability was determined in Open5GS up to 2.7.7. This …4.3
- CVE-2026-82588A vulnerability was identified in Open5GS up to 2.7.7. This …4.3
- CVE-2026-82589A security flaw has been discovered in Open5GS up to 2.7.7. …4.3
- CVE-2026-8259A vulnerability has been found in Tenda AC6 2.0/15.03.06.23.…7.2
Are you affected by CVE-2026-82579?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
