{"id":"CVE-2026-74837","aliases":["GHSA-mhxc-mhqx-3v28"],"url":"https://o3.security/vulnerability/CVE-2026-74837","summary":"Unbounded atom creation from client-supplied RPC field names in AshTypescript field formatter","details":"## Summary\n\nAllocation 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.\n\nAshTypescript.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.\n\nRPC 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.\n\nThis issue affects ash\\_typescript: from 0.1.0 before 0.18.0.\n\n## Configuration\n\nThe application exposes an AshTypescript RPC endpoint over HTTP, so that client-supplied field names reach AshTypescript.Rpc.run\\_action/3.","published":"2026-09-01T02:09:30.790Z","modified":"2026-09-01T02:25:36.379675472Z","cvss":null,"epss":null,"cisaKev":null,"exploitsKnown":null,"affectedPackages":[{"ecosystem":"Hex","name":"ash_typescript","fixedVersion":"0.18.0"}],"fix":{"url":"https://github.com/ash-project/ash_typescript/commit/df95df4b9afdca5e5bbce32dbd566ccc49a7f14b","label":"ash-project/ash_typescript@df95df4"},"references":[{"type":"ADVISORY","url":"https://github.com/ash-project/ash_typescript/security/advisories/GHSA-mhxc-mhqx-3v28"},{"type":"WEB","url":"https://cna.erlef.org/cves/CVE-2026-74837.html"},{"type":"FIX","url":"https://github.com/ash-project/ash_typescript/commit/df95df4b9afdca5e5bbce32dbd566ccc49a7f14b"},{"type":"PACKAGE","url":"https://hex.pm/packages/ash_typescript"}],"provenance":{"sources":["OSV.dev","FIRST.org (EPSS)"],"lastVerified":"2026-09-01T02:25:36.379675472Z"}}