OVERVIEW CVE-2026-40324 is a stack overflow vulnerability affecting Hot Chocolate, an open-source GraphQL server. The recursive descent parser lacks recursion depth limits, allowing attackers to craft deeply nested GraphQL documents that trigger unrecoverable StackOverflowException errors. Affected versions are those prior to 12.22.7, 13.9.16, 14.3.1, and 15.1.14. Exploitation requires as little as 40 KB of malicious GraphQL input, well within typical network transfer limits. SEVERITY This is a critical denial-of-service vulnerability with a CVSS score of 9.1. The attack vector is network-based with no authentication required, and exploitation complexity is minimal. The impact is severe: uncatchable stack overflow exceptions immediately terminate the entire worker process in the .NET runtime, dropping all in-flight HTTP requests, background tasks, and WebSocket subscriptions. Because StackOverflowException cannot be caught in .NET, all standard validation controls—including MaxExecutionDepth checks, complexity analyzers, and persisted query allow-lists—cannot intercept the crash. Request body size limits offer minimal protection given the small payload size and high compressibility. EXPLOITATION STATUS There is no evidence of active exploitation or publicly available exploit code. The vulnerability has not been assigned to the Known Exploited Vulnerabilities (KEV) catalog, and community attention appears limited based on its low EPSS score of 0.00043. The threat remains theoretical but unmitigated without patching, making immediate upgrade to the fixed versions essential for production deployments.
| Vendor | Product | Version(s) | CPE |
|---|---|---|---|
| ChilliCream | Graphql-Platform | < 12.22.7, >= 13.0.0, < 13.9.16, >= 14.0.0, < 14.3.1, >= 15.0.0, < 15.1.14CNA affected |
CVSS version used by this source: 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.3 Bluesky, 0.3 Mastodon, and 2.4 GitHub mentions.
No media coverage found for this CVE.
The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.