πŸ” CVE Alert

CVE-2026-82749

UNKNOWN 0.0

Ash relationship parent(...) filter degrades to an IS NULL match when the parent field is unresolved, leaking scoped records

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Incorrect Authorization vulnerability in ash-project ash widens a relationship's parent(...) scoping filter to match unintended records when the referenced parent field cannot be resolved. Loading a relationship whose filter references parent(...) resolves that expression against the parent record. resolve_parent_in_filter/3 (lib/ash/actions/read/relationships.ex) resolved an unresolvable parent reference (for example when the referenced field was not selected on the source query) to nil rather than failing. A scoping predicate such as org_id == parent(org_id) then becomes an IS NULL match, and a guard like is_nil(parent(org_id)) or org_id == parent(org_id) activates its unrestricted branch, so the relationship returns records the scope was meant to exclude. The fix fails the read with an error when a parent(...) reference cannot be resolved, instead of defaulting to nil. This issue affects ash: from 3.13.2 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.13.2 < 3.32.2
ash-project / ash
0ddff26e6e6bc6d182e1af2f98b431575e5b4179 < e52dad2c39a35f6f043f7324d26e4f4e2551dfd2

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-j8fx-ff37-4j9c cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82749.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82749 github.com: https://github.com/ash-project/ash/commit/e52dad2c39a35f6f043f7324d26e4f4e2551dfd2

Credits

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