πŸ” CVE Alert

CVE-2026-82747

UNKNOWN 0.0

Ash.Policy.Authorizer returns records denied by a runtime read policy to any actor

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Incorrect Authorization vulnerability in ash-project ash returns records that a runtime read policy denies to any actor. When a resource has an access_type :runtime read policy (a check evaluated per record rather than compiled to a filter), Ash.Policy.Authorizer decides each record in check_result/1 (lib/ash/policy/authorizer/authorizer.ex) by discarding impossible policy scenarios and inspecting what remains. When every scenario for a record was impossible, meaning no policy can authorize it and it must be forbidden, the empty-scenario branch instead kept the record ({[record | data], authorizer, any_forbidden?}) and returned it as authorized. As a result, records the runtime read policy denies are returned to any actor. The fix forbids a record whose scenarios are all impossible. This issue affects ash: from 3.4.44 before 3.32.2.

CWE CWE-863
Vendor ash-project
Product ash
Published Sep 1, 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
3.4.44 < 3.32.2
ash-project / ash
f4a8ff53fd3b974468d73685cd3fc842ef893de3 < 6eddb8ab26e45023faf0c79ebd152bb40aefda02

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-4259-gvr2-4xhq cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82747.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82747 github.com: https://github.com/ash-project/ash/commit/6eddb8ab26e45023faf0c79ebd152bb40aefda02

Credits

Jonatan MΓ€nnchen / EEF Zach Daniel / Ash Project πŸ” Peter Ullrich Peter Ullrich