Intel

AIKIDO-2026-84132

ash_admin is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)CVE-2026-82722 Published Yesterday

83

High Risk

This Affects:

ELIXIRash_admin
0.1.0 - 1.3.0
Fixed in 1.3.1
Are you affected? Scan for Free

TL;DR

The calculate event handler on the AshAdmin resource show page converts incoming form keys to atoms with an unbounded call that mints a new atom per unique key. Because atoms are never garbage collected, submitting events with many distinct keys grows the VM atom table without limit. Exhausting the atom table crashes the entire BEAM virtual machine and every application running on it. The fix resolves the calculation first and drops form keys that are not declared calculation arguments instead of interning client input.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and untrusted users can reach the AshAdmin resource page that runs ad-hoc calculations.

Background info

ash_admin is vulnerable to Denial of Service (DoS) in versions 0.1.0 - 1.3.0.

How to fix this

Upgrade the ash_admin library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform