Description
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.
INFO
Published Date :
2026-04-07T15:23:36.548Z
Last Modified :
2026-04-08T14:55:58.026Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2026-35526 vulnerability.
| Vendors | Products |
|---|---|
| Strawberry |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2026-35526.