AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-21708

MEDIUM · CVSS 6.5 EPSS 1.24% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-01-21 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2022-21708
Severity
MEDIUM
CVSS
6.5
EPSS
1.24%

Original NVD Description

graphql-go is a GraphQL server with a focus on ease of use. In versions prior to 1.3.0 there exists a DoS vulnerability that is possible due to a bug in the library that would allow an attacker with specifically designed queries to cause stack overflow panics. Any user with access to the GraphQL handler can send these queries and cause stack overflows. This in turn could potentially compromise the ability of the server to serve data to its users. The issue has been patched in version `v1.3.0`. The only known workaround for this issue is to disable the `graphql.MaxDepth` option from your schema which is not recommended.