πŸ” CVE Alert

CVE-2026-74837

UNKNOWN 0.0

Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash_typescript allows an unauthenticated attacker to exhaust the BEAM atom table and abort the node via client-supplied RPC field names. AshTypescript.FieldFormatter.convert_to_field_atom/2 in lib/ash_typescript/field_formatter.ex converts a client-supplied field name to an atom with String.to_atom/1 when no matching atom already exists. It delegates first to parse_input_field/2, which resolves the name with String.to_existing_atom/1 and falls back to returning the plain string; convert_to_field_atom/2 then mints an atom from that string rather than treating the name as unknown. RPC field selection reaches it for every requested field name through AshTypescript.Rpc.FieldProcessing.FieldSelector, which resolves each name before checking that the field exists, with no allowlist, length bound, or rate limit. Atoms are never garbage collected, so each distinct name mints a permanent one and the VM aborts once the atom table limit is reached. A field name over 255 characters additionally raises an uncaught SystemLimitError. This issue affects ash_typescript: from 0.1.0 before 0.18.0.

CWE CWE-770
Vendor ash-project
Product ash_typescript
Published Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_typescript

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

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

Affected Versions

ash-project / ash_typescript
0.1.0 < 0.18.0
ash-project / ash_typescript
1a3d4c343430c8e4784acfcd33122a807fafa086 < df95df4b9afdca5e5bbce32dbd566ccc49a7f14b

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_typescript/security/advisories/GHSA-mhxc-mhqx-3v28 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-74837.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-74837 github.com: https://github.com/ash-project/ash_typescript/commit/df95df4b9afdca5e5bbce32dbd566ccc49a7f14b

Credits

Peter Ullrich πŸ” Peter Ullrich Torkild Gundersen Kjevik / Ash Project Jonatan MΓ€nnchen / EEF