EEF-CVE-2026-82580

Source
https://cna.erlef.org/osv/EEF-CVE-2026-82580.html
Import Source
https://cna.erlef.org/osv/EEF-CVE-2026-82580.json
JSON Data
https://api.osv.dev/v1/vulns/EEF-CVE-2026-82580
Aliases
Published
2026-08-31T01:09:00Z
Modified
2026-09-08T02:30:02Z
Severity
  • 5.3 (Medium) CVSS_V4 - 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 CVSS Calculator
Summary
AshAi echoes raw tool exception messages into the conversation, disclosing internal details
Details

Summary

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.

Database specific
{
    "capec_ids": [
        "CAPEC-54"
    ],
    "cpe_ids": [
        "cpe:2.3:a:ash-project:ash_ai:*:*:*:*:*:*:*:*"
    ],
    "cwe_ids": [
        "CWE-209"
    ]
}
References
Credits
    • Peter Ullrich - FINDER
    • Peter Ullrich - REPORTER
    • Zach Daniel / Ash Project - REMEDIATION_DEVELOPER
    • Jonatan Männchen / EEF - COORDINATOR

Affected packages

Hex / ash_ai

Package

Name
ash_ai
Purl
pkg:hex/ash_ai

Affected ranges

Type
SEMVER
Events
Introduced
0.6.0
Fixed
1.0.0

Affected versions

0.*
0.6.0
0.6.1
0.7.0
0.7.1
0.7.2
0.7.3
0.8.0
0.8.1
0.8.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-82580.json"

Git / github.com/ash-project/ash_ai

Affected ranges

Type
GIT
Repo
https://github.com/ash-project/ash_ai
Events

Affected versions

v0.*
v0.6.0
v0.6.1
v0.7.0
v0.7.1
v0.7.2
v0.7.3
v0.8.0
v0.8.1
v0.8.2

Database specific

source
"https://cna.erlef.org/osv/EEF-CVE-2026-82580.json"