GHSA-hv3w-m4g2-5x77 · Severity: high · Ecosystem: pip — strawberry-graphql: Denial of Service via unbounded WebSocket subscriptions
Strawberry GraphQL is a library for creating GraphQL APIs. Prior to 0.312.3, Strawberry GraphQL's WebSocket subscription handlers for both the graphql-transport-ws and legacy graphql-ws protocols allocate an asyncio.Task and associated Operation object for every incoming subscribe message without enforcing any limit on the number of active subscriptions per connection. An unauthenticated attacker can open a single WebSocket connection, send connection_init, and then flood subscribe messages with unique IDs. Each message unconditionally spawns a new asyncio.Task and async generator, causing linear memory growth and event loop saturation. This leads to server degradation or an OOM crash. This vulnerability is fixed in 0.312.3.
Conclusion & alert: CVE-2026-35526 is rated Low Risk (36.3/100): CVSS High severity, with low exploitation likelihood (EPSS 0.06%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-04-13 | 0.04% | 0.06% | +0.01% |
| 2 | 2026-04-08 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | [email protected] |
GHSA-hv3w-m4g2-5x77 · Severity: high · Ecosystem: pip — strawberry-graphql: Denial of Service via unbounded WebSocket subscriptions
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| strawberry | strawberry_graphql | < 0.312.3 | cpe:2.3:a:strawberry:strawberry_graphql:*:*:*:*:*:python:*:* |
| URL | Tags |
|---|---|
| https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-hv3w-m4g2-5x77 | Vendor Advisory |