πŸ” CVE Alert

CVE-2026-82725

UNKNOWN 0.0

AshPhoenix FilterForm allows filtering across non-public relationships, disclosing private related data

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Authorization Bypass Through User-Controlled Key vulnerability in ash-project ash_phoenix lets an attacker who controls filter form parameters filter across relationships the resource author marked non-public, turning the returned rows into a boolean oracle over private related data. AshPhoenix.FilterForm resolved every relationship hop in the user-supplied path with Ash.Resource.Info.related/2, which traverses private relationships, and only checked the terminal field for publicity. parse_path_and_field/2 also rewrote a field naming a relationship into an extra path segment, so field=some_private_rel was accepted too. Both path and field come straight from form params, and the resulting ref went to Ash.Query.do_filter/2 without the public-only enforcement of Ash.Filter.parse_input/2. The fix resolves each hop with Ash.Resource.Info.public_relationship/2, rejecting the first non-public hop, and requires the terminal field to be public. This issue affects ash_phoenix: from 0.6.0-rc.1 before 2.3.25.

CWE CWE-639
Vendor ash-project
Product ash_phoenix
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_phoenix

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

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

Affected Versions

ash-project / ash_phoenix
0.6.0-rc.1 < 2.3.25
ash-project / ash_phoenix
06875682999938f607c970e71b6a80af90e18b3d < a3691a3cb0947e8f2dc2c3cbff138a3e6197a15b

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_phoenix/security/advisories/GHSA-7xhg-xphm-f458 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82725.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82725 github.com: https://github.com/ash-project/ash_phoenix/commit/a3691a3cb0947e8f2dc2c3cbff138a3e6197a15b

Credits

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