πŸ” CVE Alert

CVE-2026-86338

UNKNOWN 0.0

Ash field policies do not filter-nil forbidden calculations and aggregates, enabling an information-disclosure oracle

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Ash field_policies are documented to protect against filter-based information disclosure: when a field the actor may not see is referenced in a filter, it is replaced with an expression that evaluates to nil, so a filter cannot be used as a yes/no oracle to read a value the actor cannot see. This nilling was applied to attributes but not to calculations or aggregates. A user-supplied filter reference to a calculation or aggregate carries an Ash.Query.Calculation / Ash.Query.Aggregate struct, which the authorizer's reference replacement did not match (it only matched the Ash.Resource.* structs), so the filter ran against the real value. As a result, an actor whose field policies forbid a calculation or aggregate can still filter by it (for example filter(secret_calc == "x") or filter(comment_count == n)) and learn the value from whether rows match β€” an oracle that recovers field-policy-protected values one probe at a time. Filtering is commonly exposed to lower-privileged actors (for example via AshGraphql or AshJsonApi filter arguments), which is exactly the surface field policies are meant to protect. The fix routes filter references to calculations and aggregates through the same field-policy nilling as attributes. This issue affects ash: from 2.11.0-rc.0 before 3.33.4.

CWE CWE-1220
Vendor ash-project
Product ash
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash

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

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash
2.11.0-rc.0 < 3.33.4
ash-project / ash
0b6d93c7c4637280b46ae66ea1d2eaf013701238 < b3d4503241f3deacb5ceb955e10a4fa927da0f67

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-7qr8-wrvq-566q cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-86338.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-86338 github.com: https://github.com/ash-project/ash/commit/0b6d93c7c4637280b46ae66ea1d2eaf013701238 github.com: https://github.com/ash-project/ash/commit/b3d4503241f3deacb5ceb955e10a4fa927da0f67

Credits

πŸ” Jesse Williams Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF Jesse Williams