CVE-2026-82727
Last modified
CVE-2026-82727 is a low-severity vulnerability rated 2.3/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
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.
Metrics
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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_phoenix | >= 1.2.17, < 2.3.25 |
| ash-project | ash_phoenix | >= a3436fcc321e3b34c242cceaf62c3c92bc1a452b, < 0c1775c3cf8988f9abd10a8f92315afc5f06f16d |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82727?
How severe is CVE-2026-82727?
How do I fix CVE-2026-82727?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-82712Tycon Systems TPDIN-Monitor-WEB3 versions 2.2.9 and prior ar…8.8
- CVE-2026-8272A security flaw has been discovered in D-Link DNS-320 2.06B0…7.2
- CVE-2026-82722Allocation of Resources Without Limits or Throttling vulnera…8.3
- CVE-2026-82724Incorrect Authorization vulnerability in ash-project ash_pho…7.6
- CVE-2026-82725Authorization Bypass Through User-Controlled Key vulnerabili…2.3
- CVE-2026-82726Permissive Regular Expression vulnerability in ash-project a…6.3
- CVE-2026-82728Allocation of Resources Without Limits or Throttling vulnera…8.2
- CVE-2026-82729Inefficient Algorithmic Complexity vulnerability in elixir-m…6.3
- CVE-2026-8273A weakness has been identified in D-Link DNS-320 2.06B01. Th…7.2
- CVE-2026-82730Incorrect Authorization vulnerability in ash-project ash_typ…8.2
- CVE-2026-82731URL Redirection to Untrusted Site ('Open Redirect') vulnerab…2.3
- CVE-2026-82732Improper Input Validation vulnerability in ash-project ash_t…6.3
Are you affected by CVE-2026-82727?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
