CVE-2026-30241
Mercurius's queryDepth limit bypassed for WebSocket subscriptions
Description
## Description Mercurius fails to enforce the configured queryDepth limit on GraphQL subscription queries received over WebSocket connections. The depth check is correctly applied to HTTP queries and mutations, but subscription queries are parsed and executed without invoking the depth validation. This allows a remote client to submit arbitrarily deeply nested subscription queries over WebSocket, bypassing the intended depth restriction. On schemas with recursive types, this can lead to denial of service through exponential data resolution on each subscription event. ## Workarounds Disable subscriptions and, in general, queries over the WebSocket.
How to fix CVE-2026-30241
To remediate CVE-2026-30241, upgrade the affected package to a fixed version below.
- —upgrade to 16.8.0 or later
Is CVE-2026-30241 being exploited?
Low — EPSS is 0.0%, meaning exploitation activity has not been observed at scale.
Affected packages (1)
- from 0, < 16.8.0
CVSS scores
| Source | Version | Severity | Vector |
|---|---|---|---|
| osv | CVSS 4.0 | — | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:U |