πŸ” CVE Alert

CVE-2026-81633

UNKNOWN 0.0

Unhandled KeyError in AshGraphql relay node resolution crashes queries via an unknown type segment

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

Improper Input Validation vulnerability in ash-project ash_graphql allows an unauthenticated client to crash a relay node(id: ...) query with an unhandled KeyError. AshGraphql.Graphql.Resolver.resolve_node/2 decodes the client-supplied global ID with decode_relay_id/1, which only base64-decodes the string and splits it on : without validating the type segment. The decoded type is passed straight to Map.fetch!(type_to_domain_and_resource_map, type). Because fetch! raises on a missing key, a relay ID whose type segment is a valid atom that is not a relay-exposed type aborts the resolver before its resolve/2 clauses and their rescue handlers run, so the error never becomes a GraphQL error and may expose a stacktrace. Common resource names are easy to guess. The fix uses Map.fetch/2 and returns an Invalid node id error for unknown types. This issue affects ash_graphql: from 0.27.0 before 1.11.0.

CWE CWE-20
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.27.0 < 1.11.0
ash-project / ash_graphql
365b3aedc6b36f020e6a2c7dce63fa569243bc4e < c8863ed8e5c21f1bfb6125f1d24e78443dfc6351

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/ash-project/ash_graphql/security/advisories/GHSA-mrgv-g7gf-r96h cna.erlef.org: https://cna.erlef.org/cves/CVE-2026-81633.html osv.dev: https://osv.dev/vulnerability/EEF-CVE-2026-81633 github.com: https://github.com/ash-project/ash_graphql/commit/c8863ed8e5c21f1bfb6125f1d24e78443dfc6351

Credits

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