CVE-2026-82580
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.
Scoring
- Severity
- MEDIUM
- CVSS base score
- 5.3
- CVSS vector
- 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
- EPSS probability
- 0.27%
- CWE
- CWE-209
- Published
- 2026-08-31
- Last modified
- 2026-08-31
Affected products
- ash-project ash_ai
- ash-project ash_ai
Weakness type
Related vulnerabilities
- CVE-2026-66306 — Skype for Business Information Disclosure Vulnerability
- CVE-2026-69294 — Microsoft COM for Windows Information Disclosure Vulnerability
- CVE-2026-68886 — Windows Network Connection Broker Information Disclosure Vulnerability
- CVE-2026-67383 — Microsoft SQL Server Information Disclosure Vulnerability
- CVE-2026-69684 — Windows Error Reporting Information Disclosure Vulnerability
- CVE-2026-69552 — Windows Print Spooler Components Information Disclosure Vulnerability
- CVE-2026-11873 — Pki-core: dogtag-pki: empty request to dogtag /ca/rest/certrequests causes http 500, java exception, and stacktrace disclosure
- CVE-2026-82739 — Ash.Resource.Validation.Confirm leaks a confirmed field's stored value in the atomic mismatch error