πŸ” CVE Alert

CVE-2026-82727

UNKNOWN 0.0

AshPhoenix Form.Auto leaks submitted params in an unknown _union_type error message

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash_phoenix writes the entire raw submitted param map into an exception message, so secrets submitted alongside a union form field leak into logs, crash reports and the dev error page. When AshPhoenix.Form.Auto builds a union sub-form and the submitted _union_type does not match a configured type, both raise sites built the message with inspect(params, pretty: true), embedding the full untrusted param map, and also inspected the internal union constraints[:types]. Because the message is constructed by the library rather than Phoenix's parameter logger, config :phoenix, :filter_parameters never redacts it. An attacker controls both the trigger and the contents: submitting %{"_union_type" => "nope", "password" => "..."} puts the password verbatim in the raised message. The fix reports only the offending _union_type and the valid type names, dropping the param and constraints dumps. This issue affects ash_phoenix: from 1.2.17 before 2.3.25.

CWE CWE-209
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
1.2.17 < 2.3.25
ash-project / ash_phoenix
a3436fcc321e3b34c242cceaf62c3c92bc1a452b < 0c1775c3cf8988f9abd10a8f92315afc5f06f16d

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_phoenix/security/advisories/GHSA-5xf4-hgcq-xw7v cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82727.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82727 github.com: https://github.com/ash-project/ash_phoenix/commit/0c1775c3cf8988f9abd10a8f92315afc5f06f16d

Credits

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