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.
References
| Link | Resource |
|---|---|
| https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-hv3w-m4g2-5x77 | Vendor Advisory |
Configurations
History
17 Apr 2026, 20:37
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:strawberry:strawberry_graphql:*:*:*:*:*:python:*:* | |
| First Time |
Strawberry
Strawberry strawberry Graphql |
|
| References | () https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-hv3w-m4g2-5x77 - Vendor Advisory |
07 Apr 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-07 16:16
Updated : 2026-04-17 20:37
NVD link : CVE-2026-35526
Mitre link : CVE-2026-35526
CVE.ORG link : CVE-2026-35526
JSON object : View
Products Affected
strawberry
- strawberry_graphql
CWE
CWE-770
Allocation of Resources Without Limits or Throttling
