๐Ÿ” CVE Alert

CVE-2026-34593

UNKNOWN 0.0

Ash Framework: Ash.Type.Module.cast_input/2 atom exhaustion via unchecked Module.concat allows BEAM VM crash

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Ash Framework is a declarative, extensible framework for building Elixir applications. Prior to version 3.22.0, Ash.Type.Module.cast_input/2 unconditionally creates a new Erlang atom via Module.concat([value]) for any user-supplied binary string that starts with "Elixir.", before verifying whether the referenced module exists. Because Erlang atoms are never garbage-collected and the BEAM atom table has a hard default limit of approximately 1,048,576 entries, an attacker who can submit values to any resource attribute or argument of type :module can exhaust this table and crash the entire BEAM VM, taking down the application. This issue has been patched in version 3.22.0.

CWE CWE-400
Vendor ash-project
Product ash
Published Apr 2, 2026
Last Updated Apr 3, 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
< 3.22.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ash-project/ash/security/advisories/GHSA-jjf9-w5vj-r6vp github.com: https://github.com/ash-project/ash/releases/tag/v3.22.0