Katalog CVE

CVE-2026-82580

ŚrednieCVSS 5.3
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

W bibliotece ash_ai (wersje od 0.6.0 przed 1.0.0) wykryto podatność polegającą na ujawnianiu wrażliwych informacji w komunikatach błędów. Wyjątki podczas wykonywania narzędzi są wysyłane do użytkownika czatu bez filtrowania, co może ujawnić wewnętrzne szczegóły techniczne.

Ocena ryzyka

Użytkownik czatu może uzyskać dostęp do wewnętrznych komunikatów błędów, co może ujawnić szczegóły infrastruktury lub dane wrażliwe, ułatwiając dalsze ataki.

Rekomendacja

Zaleca się aktualizację ash_ai do wersji 1.0.0 lub nowszej, która zawiera poprawkę.

Inne podatności w ash_ai

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS