Home

Description

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.

PUBLISHED Reserved 2026-04-29 | Published 2026-05-08 | Updated 2026-05-08 | Assigner EEF




HIGH: 8.2CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Problem types

CWE-770 Allocation of Resources Without Limits or Throttling

Product status

Default status
unaffected

1.5.0 (semver) before 1.10.2
affected

Default status
unaffected

d0eae7764520d4e8e5dfff619068c0de911aec33 (git) before dd842b938e3823f345c10416914ffab5d5536838
affected

Credits

Peter Ullrich finder

Curtis Schiewek remediation developer

References

github.com/...sinthe/security/advisories/GHSA-qf4g-9fqq-mmm7 vendor-advisory related

cna.erlef.org/cves/CVE-2026-42793.html related

osv.dev/vulnerability/EEF-CVE-2026-42793 related

cve.org (CVE-2026-42793)

nvd.nist.gov (CVE-2026-42793)

Download JSON