CVE-2026-82564
Last modified
CVE-2026-82564 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.31% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_ai | >= 0.6.0, < 1.0.0 |
| ash-project | ash_ai | >= bc2122f78fca6c11d8ec2b9ac53148ec17476460, < 87f616d5bfbf7af43346f0701ae17f853789a602 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82564?
How severe is CVE-2026-82564?
How do I fix CVE-2026-82564?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82553A vulnerability was detected in sambitraj Student Management…6.3
- CVE-2026-82554A flaw has been found in SourceCodester Queue Management Sys…4.3
- CVE-2026-82555A vulnerability has been found in TOTOLINK N600R 4.3.0cu.786…3.7
- CVE-2026-82556A vulnerability was found in Forgejo up to 15.0.4. This issu…6.3
- CVE-2026-8256A security vulnerability has been detected in Devs Palace ER…2.4
- CVE-2026-82562### Summary When `qs.parse` is called with `comma: true` …3.7
- CVE-2026-8257A vulnerability was detected in WebAssembly Binaryen up to 1…5.5
- CVE-2026-82579Loop with Unreachable Exit Condition (Infinite Loop) vulnera…6
- CVE-2026-8258A flaw has been found in Squirrel up to 3.2. Impacted is the…5.3
- CVE-2026-82580Generation of Error Message Containing Sensitive Information…5.3
- CVE-2026-82587A vulnerability was determined in Open5GS up to 2.7.7. This …4.3
- CVE-2026-82588A vulnerability was identified in Open5GS up to 2.7.7. This …4.3
Are you affected by CVE-2026-82564?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
