πŸ” CVE Alert

CVE-2026-81636

UNKNOWN 0.0

Query-complexity limit bypass via first/last pagination arguments in AshGraphql enables denial of service

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Allocation of Resources Without Limits or Throttling vulnerability in ash-project ash_graphql allows an unauthenticated client to bypass the configured GraphQL query-complexity limit and force an unbounded database read. AshGraphql.Graphql.Resolver.query_complexity/3 multiplies child complexity by the requested page size only when the argument map contains :limit (offset pagination). Relay connections and keyset pagination use first and last, which never match that clause and fall through to the catch-all that returns child_complexity + 1. A nested relay query such as posts(first: 500) { edges { node { comments(first: 500) { ... } } } } therefore scores as trivially cheap while materializing the full fan-out, passing an Absinthe max_complexity cap that rejects the equivalent limit-based query. The fix adds first and last clauses clamped to the action's page size. This issue affects ash_graphql: from 0.16.23 before 1.11.0.

CWE CWE-770
Vendor ash-project
Product ash_graphql
Published Aug 30, 2026
Stay Ahead of the Next One

Get instant alerts for ash-project ash_graphql

Be the first to know when new unknown vulnerabilities affecting ash-project ash_graphql are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

ash-project / ash_graphql
0.16.23 < 1.11.0
ash-project / ash_graphql
d8a3e1b15587180ad9cb3ceeb398863d086c163b < c3229f6a65cbabb32fd7ffcac881922d1b3b30ad

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_graphql/security/advisories/GHSA-mwc4-r9fc-h6mg cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-81636.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-81636 github.com: https://github.com/ash-project/ash_graphql/commit/c3229f6a65cbabb32fd7ffcac881922d1b3b30ad

Credits

Peter Ullrich πŸ” Peter Ullrich Zach Daniel / Ash Project Jonatan MΓ€nnchen / EEF