Intel

AIKIDO-2026-355163

ash_graphql is vulnerable to Denial of Service

Denial of ServiceCVE-2026-81633 Published Yesterday

49

Medium Risk

This Affects:

ELIXIRash_graphql
0.27.0 - 1.10.1
Fixed in 1.11.0
Are you affected? Scan for Free

TL;DR

The AshGraphql.Graphql.Resolver.resolve_node/2 function decodes a client-supplied relay global ID and looks up its type segment with Map.fetch!/2 without validating it. An unmapped type segment raises a KeyError before error handling runs, crashing the node(id: ...) query with a 500 response and potentially exposing stacktrace details. The type segment must correspond to an existing atom, but common resource names are guessable. The fix returns a GraphQL error for unknown relay node types instead of raising.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you expose Relay node queries.

Background info

ash_graphql is vulnerable to Denial of Service in versions 0.27.0 - 1.10.1.

How to fix this

Upgrade the ash_graphql library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform