๐Ÿ” CVE Alert

CVE-2026-42793

UNKNOWN 0.0

Atom table exhaustion via attacker-controlled GraphQL SDL names in absinthe

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Allocation of Resources Without Limits or Throttling vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via atom table exhaustion when parsing attacker-controlled GraphQL SDL. Multiple Blueprint.Draft.convert/2 implementations in Absinthe's SDL language modules call String.to_atom/1 on attacker-controlled names from parsed GraphQL SDL documents, including directive names, field names, type names, and argument names. Because atoms are never garbage-collected and the BEAM atom table has a fixed limit (default 1,048,576), each unique name permanently consumes one slot. An attacker can exhaust the atom table by submitting SDL documents containing enough unique names, causing the Erlang VM to abort with system_limit and taking down the entire node. Any application that passes attacker-controlled GraphQL SDL through Absinthe's parser is exposed โ€” for example, a schema-upload endpoint, a federation gateway that ingests remote SDL, or any developer tool that runs the parser over user-supplied documents. This issue affects absinthe: from 1.5.0 before 1.10.2.

CWE CWE-770
Vendor absinthe-graphql
Product absinthe
Published May 8, 2026
Last Updated May 8, 2026
Stay Ahead of the Next One

Get instant alerts for absinthe-graphql absinthe

Be the first to know when new unknown vulnerabilities affecting absinthe-graphql absinthe are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

absinthe-graphql / absinthe
1.5.0 < 1.10.2
absinthe-graphql / absinthe
d0eae7764520d4e8e5dfff619068c0de911aec33 < dd842b938e3823f345c10416914ffab5d5536838

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/absinthe-graphql/absinthe/security/advisories/GHSA-qf4g-9fqq-mmm7 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-42793.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-42793

Credits

Peter Ullrich Curtis Schiewek