πŸ” CVE Alert

CVE-2026-82722

UNKNOWN 0.0

AshAdmin LiveView events intern atoms from client input, exhausting the atom table (node DoS)

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash_admin lets any client that can reach the admin LiveView exhaust the BEAM atom table and crash the entire node. Two LiveView event handlers interned atoms from unvalidated client input: AshAdmin.PageLive's set_actor built modules from the resource/domain payload with Module.concat/1, and AshAdmin.Components.Resource.Show's calculate converted every submitted form key with String.to_atom/1. Atoms are never garbage collected and the table is capped, so flooding either event with random names mints a new atom per request until the VM aborts, taking down every application on the node. The fix resolves the submitted resource/domain against the known shown resources and maps calculation keys to declared arguments, so no client-supplied string is interned. This issue affects ash_admin: from 0.1.0 before 1.3.1.

CWE CWE-770
Vendor ash-project
Product ash_admin
Published Aug 31, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_admin

Be the first to know when new unknown vulnerabilities affecting ash-project ash_admin are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_admin
0.1.0 < 1.3.1
ash-project / ash_admin
98b03baa8422b94dd13e305bf08b8ee3f7232c7b < 731dffa09416d68f4ad3a0b6ee146b285ca0083b

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_admin/security/advisories/GHSA-wcr6-9rrw-5jhv cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-82722.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-82722 github.com: https://github.com/ash-project/ash_admin/commit/731dffa09416d68f4ad3a0b6ee146b285ca0083b

Credits

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