🔐 CVE Alert

CVE-2026-82564

UNKNOWN 0.0

Identity tool filter in AshAi accepts operator maps, allowing update or destroy of unidentified records

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Authorization Bypass Through User-Controlled Key vulnerability in ash-project ash_ai allows a caller of an identity-configured tool to update or destroy records it never identified, including every row in the table. In AshAi.Tool.Execution, identity_filter/3 built the update/destroy filter directly from the raw tool arguments as [{key, Map.get(arguments, to_string(key))}] and passed it to Ash.Query.do_filter/2. A map value is parsed as a predicate expression rather than a literal, so a caller can send {"public_ref": {"not_eq": "<own-ref>"}} and, combined with Ash.Query.limit(1) and Ash.bulk_update!/Ash.bulk_destroy!, retarget the write at a record it never identified; an omitted key yields an IS NULL filter that matches an arbitrary row. The fix casts each identity value to the field type, rejecting non-scalar inputs. This issue affects ash_ai: from 0.6.0 before 1.0.0.

CWE CWE-639
Vendor ash-project
Product ash_ai
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_ai

Be the first to know when new unknown vulnerabilities affecting ash-project ash_ai are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

ash-project / ash_ai
0.6.0 < 1.0.0
ash-project / ash_ai
bc2122f78fca6c11d8ec2b9ac53148ec17476460 < 87f616d5bfbf7af43346f0701ae17f853789a602

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/ash-project/ash_ai/security/advisories/GHSA-jg86-xh36-h5xc cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82564.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82564 github.com: https://github.com/ash-project/ash_ai/commit/87f616d5bfbf7af43346f0701ae17f853789a602

Credits

Peter Ullrich 🔍 Peter Ullrich Jonatan Männchen / EEF / EEF Zach Daniel / Ash Project Jonatan Männchen / EEF