Am I affected?

type your ash_ai version to check

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.

Weaknesses & attack patterns

Weakness

CWE-209 · Generation of Error Message Containing Sensitive Information in catalog → MITRE ↗

Attack patterns

CAPEC-54 · Query System for Information MITRE ↗

Affected — Hex / ash_ai Hex.pm ↗ Repository ↗

0.6.0 < 1.0.0 affected
every other version: unaffected
cpe cpe:2.3:a:ash-project:ash_ai:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.AshAi.ToolLoop' · 'Elixir.AshAi.Tools'
source files lib/ash_ai/tool_loop.ex · lib/ash_ai/tools.ex
routines 'Elixir.AshAi.ToolLoop':run/2 · 'Elixir.AshAi.Tools':normalize_extra_tool_error/1

Affected — GitHub / ash-project/ash_ai Repository ↗

bc2122f < c68dfbd affected
every other version: unaffected
cpe cpe:2.3:a:ash-project:ash_ai:*:*:*:*:*:*:*:*
modules · source files · routines
modules 'Elixir.AshAi.ToolLoop' · 'Elixir.AshAi.Tools'
source files lib/ash_ai/tool_loop.ex · lib/ash_ai/tools.ex
routines 'Elixir.AshAi.ToolLoop':run/2 · 'Elixir.AshAi.Tools':normalize_extra_tool_error/1

References

Credits

Peter Ullrich Finder Reporter
Zach Daniel / Ash Project Remediation developer
Jonatan Männchen / EEF Coordinator

CVSS breakdown

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
« All CVEs