πŸ” CVE Alert

CVE-2026-82741

UNKNOWN 0.0

Ash.Type.Union with :map_with_tag does not force the tag on dump, enabling tag confusion

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Validation of Specified Type of Input vulnerability in ash-project ash lets an attacker confuse the stored type tag of an Ash.Type.Union value that uses storage: :map_with_tag, bypassing that member's validation and any tag-based authorization. For a union with storage: :map_with_tag, each member is identified in storage by a configured tag and tag_value. Ash.Type.Union.dump_to_native/2 (lib/ash/type/union.ex) did not force the configured tag when writing the value, so a tag carried in the submitted value was persisted verbatim. An attacker can therefore store a value whose data belongs to one member but whose tag names a different member. On read the value is re-selected by its tag and treated as the incompatible member (a type confusion), bypassing the real member's constraints and any logic or policy that branches on the union tag. The fix drops any incoming tag and forces the configured tag value on dump. This issue affects ash: from 2.14.18 before 3.32.2.

CWE CWE-1287
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.14.18 < 3.32.2
ash-project / ash
b0bd2d23d979e731610327636f51da4981fcef68 < 8dbdaecd0f115f52e7c3f9a3e798617d6fbf5f7d

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-2mmm-gc86-7jgg cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82741.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82741 github.com: https://github.com/ash-project/ash/commit/8dbdaecd0f115f52e7c3f9a3e798617d6fbf5f7d

Credits

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