CVE-2026-67579
Severity CVSS v4.0:
HIGH
Type:
CWE-89
SQL Injection
Publication date:
12/08/2026
Last modified:
18/08/2026
Description
Deserialization of Untrusted Data vulnerability in ash-project ash allows an unauthenticated attacker to inject a filter expression through a forged keyset pagination cursor, resulting in SQL injection or code execution depending on the data layer.<br />
<br />
Read actions with keyset pagination decode the client-supplied page[:after] or page[:before] cursor in decode_values/2 in lib/ash/page/keyset.ex using non_executable_binary_to_term/2 with [:safe]. That guard blocks new atoms, funs, and ports, but not a struct built from atoms already interned in a running Ash application, so a decoded %Ash.Query.Call{} expression survives and is spliced into the keyset filter as a comparison value in do_filters/4 and evaluated. Because the cursor bypasses the Ash.Expr macro, the runtime never applies the private?/public? gate that would otherwise reject it. On AshPostgres the injected fragment is inlined into the SQL query; on the ETS and Simple data layers it is evaluated in-process as an arbitrary function call.<br />
<br />
This issue affects ash: from 1.17.0 before 3.31.3.
Impact
Base Score 4.0
7.50
Severity 4.0
HIGH
Base Score 3.x
7.40
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:ash-hq:ash_framework:*:*:*:*:*:*:*:* | 1.17.0 (including) | 3.31.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://cna.erlef.org/cves/CVE-2026-67579.html
- https://github.com/ash-project/ash/commit/91874dd5435bc0ffebd8a254acfa573b39b74520
- https://github.com/ash-project/ash/security/advisories/GHSA-3gq3-9xm3-c8v3
- https://osv.dev/vulnerability/EEF-CVE-2026-67579
- https://github.com/ash-project/ash/security/advisories/GHSA-3gq3-9xm3-c8v3



