CVE-2026-81633
Last modified
CVE-2026-81633 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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).
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| ash-project | ash_graphql | >= 0.27.0, < 1.11.0 |
| ash-project | ash_graphql | >= 365b3aedc6b36f020e6a2c7dce63fa569243bc4e, < c8863ed8e5c21f1bfb6125f1d24e78443dfc6351 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-81633?
How severe is CVE-2026-81633?
How do I fix CVE-2026-81633?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-81581Improper validation of memory boundaries in WibuKey64.sys of…8.8
- CVE-2026-8159multiparty@4.2.3 and lower versions are vulnerable to denial…7.5
- CVE-2026-8161multiparty@4.2.3 and lower versions are vulnerable to denial…7.5
- CVE-2026-8162multiparty@4.2.3 and lower versions are vulnerable to denial…7.5
- CVE-2026-81625A remote attacker with user privileges may use a malicious o…8.8
- CVE-2026-8163The Infility Global WordPress plugin before 2.15.19 does not…8.8
- CVE-2026-81636Allocation of Resources Without Limits or Throttling vulnera…8.7
- CVE-2026-8164Uncontrolled Search Path Element vulnerability in ArkSigner …7.3
- CVE-2026-81643Incorrect Authorization vulnerability in ash-project ash_gra…2.3
- CVE-2026-81658A flaw was found in Foreman. The template revision endpoint …6.5
- CVE-2026-81659Affected versions of Flowintel allow attacker-controlled not…7.1
- CVE-2026-8166Improper neutralization of input during web page generation …5.4
Are you affected by CVE-2026-81633?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
