CVE-2026-42793
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.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
absintheHex | >= 1.5.0, < 1.10.2 | 1.10.2 |
Affected products
1Patches
Vulnerability mechanics
References
6- github.com/absinthe-graphql/absinthe/commit/dd842b938e3823f345c10416914ffab5d5536838nvdPatchWEB
- github.com/absinthe-graphql/absinthe/security/advisories/GHSA-qf4g-9fqq-mmm7nvdExploitVendor AdvisoryWEB
- cna.erlef.org/cves/CVE-2026-42793.htmlnvdThird Party AdvisoryWEB
- github.com/advisories/GHSA-qf4g-9fqq-mmm7ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-42793ghsaADVISORY
- osv.dev/vulnerability/EEF-CVE-2026-42793nvdThird Party AdvisoryWEB
News mentions
0No linked articles in our index yet.