πŸ” CVE Alert

CVE-2026-82739

UNKNOWN 0.0

Ash.Resource.Validation.Confirm leaks a confirmed field's stored value in the atomic mismatch error

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Generation of Error Message Containing Sensitive Information vulnerability in ash-project ash discloses the stored value of a confirmed field to an actor who fails its confirmation check. Ash.Resource.Validation.Confirm's atomic implementation (atomic/2 in lib/ash/resource/validation/confirm.ex) built the mismatch error with its value set to the field being confirmed. When the actor supplies only the confirmation argument and not the field itself, value resolves through atomic_ref/2 to the field's current stored value, so the mismatch error echoes that stored value back to the actor. Against a confirmation guarding a sensitive attribute, an actor can submit a deliberately wrong confirmation and read the real value from the returned error. The fix reports the actor-supplied confirmation in the error instead of the stored field value. This issue affects ash: from 2.17.20 before 3.32.2.

CWE CWE-209
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
2.17.20 < 3.32.2
ash-project / ash
fadecf3ee95640bd3bc7298df4799e0375537fd2 < 7dfe5f0b1ba4267580ded947dc861351d4dc8e2b

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-66cg-vj5m-8w7v cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82739.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82739 github.com: https://github.com/ash-project/ash/commit/7dfe5f0b1ba4267580ded947dc861351d4dc8e2b

Credits

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