๐Ÿ” CVE Alert

CVE-2026-43967

UNKNOWN 0.0

Quadratic fragment-name uniqueness check causes denial of service in absinthe

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Inefficient Algorithmic Complexity vulnerability in absinthe-graphql absinthe allows unauthenticated denial of service via quadratic fragment-name uniqueness validation. 'Elixir.Absinthe.Phase.Document.Validation.UniqueFragmentNames':run/2 iterates over all fragments and for each one calls duplicate?/2, which evaluates Enum.count(fragments, &(&1.name == name)) โ€” a full linear scan of the fragment list. The result is O(Nยฒ) comparisons per document, where N is the number of fragment definitions supplied by the caller. Because input.fragments is built directly from the GraphQL query body, N is fully attacker-controlled. A minimum-size fragment definition is roughly 16 bytes, so a ~1 MB document carries ~60,000 fragments and forces ~3.6 ร— 10โน comparisons inside this single validation phase. No authentication, schema knowledge, or special configuration is required. This issue affects absinthe: from 1.2.0 before 1.10.2.

CWE CWE-407
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.2.0 < 1.10.2
absinthe-graphql / absinthe
0b46e3bcc06c0d3797bacd64761b908a84646c1d < 223600c520493dcaf95080af552c413099f92c9d

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/absinthe-graphql/absinthe/security/advisories/GHSA-9mhv-8h52-q7q2 cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-43967.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-43967 github.com: https://github.com/absinthe-graphql/absinthe/commit/223600c520493dcaf95080af552c413099f92c9d

Credits

Peter Ullrich Curtis Schiewek