Katalog CVE

CVE-2026-82722

WysokieCVSS 8.3
Opublikowano: Przetłumaczono: NVD NIST

Streszczenie

Podatność w ash_admin pozwala każdemu klientowi, który może dotrzeć do panelu administracyjnego LiveView, na wyczerpanie tablicy atomów BEAM i awarię całego węzła. Dwa handlery zdarzeń LiveView tworzą atomy z niezweryfikowanych danych wejściowych klienta, a atomy nie są nigdy usuwane, co prowadzi do awarii.

Ocena ryzyka

Atak może spowodować awarię całego węzła, co oznacza przerwanie działania wszystkich aplikacji na tym węźle. Może to prowadzić do niedostępności usług i potencjalnej utraty danych.

Rekomendacja

Zaleca się natychmiastową aktualizację ash_admin do wersji 1.3.1 lub nowszej, która zawiera poprawkę eliminującą problem.

Inne podatności w ash_admin

Zobacz wszystkie
Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS