CVE-2026-82727
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.
Scoring
- Severity
- LOW
- CVSS base score
- 2.3
- CVSS vector
- CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N
- EPSS probability
- 0.27%
- CWE
- CWE-209
- Published
- 2026-08-31
- Last modified
- 2026-08-31
Affected products
- ash-project ash_phoenix
- ash-project ash_phoenix
Weakness type
Related vulnerabilities
- CVE-2026-66306 — Skype for Business Information Disclosure Vulnerability
- CVE-2026-69294 — Microsoft COM for Windows Information Disclosure Vulnerability
- CVE-2026-68886 — Windows Network Connection Broker Information Disclosure Vulnerability
- CVE-2026-67383 — Microsoft SQL Server Information Disclosure Vulnerability
- CVE-2026-69684 — Windows Error Reporting Information Disclosure Vulnerability
- CVE-2026-69552 — Windows Print Spooler Components Information Disclosure Vulnerability
- CVE-2026-11873 — Pki-core: dogtag-pki: empty request to dogtag /ca/rest/certrequests causes http 500, java exception, and stacktrace disclosure
- CVE-2026-82739 — Ash.Resource.Validation.Confirm leaks a confirmed field's stored value in the atomic mismatch error