CVE-2026-82580
Last modified
CVE-2026-82580 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
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/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, < c68dfbdb220426dc015b58379e95bde8e9f0995a |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82580?
How severe is CVE-2026-82580?
How do I fix CVE-2026-82580?
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-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-82579Loop with Unreachable Exit Condition (Infinite Loop) vulnera…6
- CVE-2026-8258A flaw has been found in Squirrel up to 3.2. Impacted is the…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
- CVE-2026-82590A weakness has been identified in Open5GS up to 2.7.7. The a…4.3
- CVE-2026-82591A security vulnerability has been detected in Open Asset Imp…5.3
Are you affected by CVE-2026-82580?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
