CVE Catalog

CVE-2026-82722

HighCVSS 8.3
Published: Translated: NVD NIST

Summary

A vulnerability in ash_admin allows any client that can reach the admin LiveView to exhaust the BEAM atom table and crash the entire node. Two LiveView event handlers intern atoms from unvalidated client input, and atoms are never garbage collected, leading to a crash.

Risk Assessment

An attack can crash the entire node, causing downtime for all applications on that node. This can lead to service unavailability and potential data loss.

Recommendation

It is recommended to upgrade ash_admin to version 1.3.1 or later, which includes a fix for this issue.

Other vulnerabilities in ash_admin

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS