PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-81633 ash-project CVE debrief

The CVE-2026-81633 record describes an Improper Input Validation vulnerability in ash_graphql, a library used for GraphQL queries. This vulnerability allows unauthenticated clients to crash relay nodes with an unhandled KeyError, potentially exposing stack traces. The issue affects ash_graphql versions from 0.27.0 before 1.11.0. Users of affected versions should verify and apply vendor remediation, implement compensating controls, and conduct inventory checks. The CVE record was published on 2026-08-30T19:17:29.390Z and has not been modified since then. This debrief provides an executive overview of the vulnerability, its likely operational impact, and context for review.

Vendor
ash-project
Product
ash_graphql
CVSS
MEDIUM 6.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-30
Original CVE updated
2026-08-30
Advisory published
2026-08-30
Advisory updated
2026-08-30

Who should care

Users of ash_graphql library versions from 0.27.0 before 1.11.0, developers of applications using affected ash_graphql versions, and security teams monitoring for potential information exposure via stack traces should be aware of this vulnerability. They should verify and apply vendor remediation, implement compensating controls to monitor and restrict relay node queries, conduct inventory checks for affected ash_graphql versions, and enhance logging and exception tracking for relay node errors. Security teams should prioritize defensive reviews due to potential information exposure via stack traces for unauthenticated clients.

Technical summary

The ash_graphql library has an Improper Input Validation vulnerability allowing unauthenticated clients to crash relay nodes with an unhandled KeyError, potentially exposing stack traces. The issue arises from AshGraphql.Graphql.Resolver.resolve_node/2 decoding client-supplied global IDs without validating the type segment. This causes Map.fetch!/2 to raise on a missing key, aborting the resolver before error handling. The fix uses Map.fetch/2 and returns an 'Invalid node id' error for unknown types. Affected versions are from 0.27.0 before 1.11.0. Users should verify and apply vendor remediation, implement compensating controls, and conduct inventory checks for affected versions.

Defensive priority

Medium-priority defensive review recommended due to potential information exposure via stack traces for unauthenticated clients.

Recommended defensive actions

  • Verify and apply vendor remediation for ash_graphql versions from 0.27.0 before 1.11.0
  • Implement compensating controls to monitor and restrict relay node queries
  • Conduct inventory checks for affected ash_graphql versions
  • Enhance logging and exception tracking for relay node errors
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

Evidence is limited; primary official records indicate an Improper Input Validation vulnerability in ash_graphql allowing unauthenticated clients to crash relay nodes with an unhandled KeyError, potentially exposing stack traces. Defensive verification tasks are recommended.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-81633 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-81633

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-81633 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-81633

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://cna.erlef.org/cves/CVE-2026-81633.html

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ash-project/ash_graphql/commit/c8863ed8e5c21f1bfb6125f1d24e78443dfc6351

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://github.com/ash-project/ash_graphql/security/advisories/GHSA-mrgv-g7gf-r96h

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

  • Source reference

    Unverified legacy reference

    URL: https://osv.dev/vulnerability/EEF-CVE-2026-81633

    6b3ad84c-e1a6-4bf7-a703-f496b71e49db

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.