Ad

CVE-2026-35526

HIGH CVSS 3.1: 7.5 EPSS 0.06%
Updated Apr 17, 2026
Strawberry
Parameter Value
CVSS 7.5 (HIGH)
Affected Versions before 0.312.3
Fixed In 0.312.3
Type CWE-770 (Allocation Without Limits)
Vendor Strawberry
Public PoC No

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.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
High
Complete denial of service

CVSS Vector v3.1

Vulnerable Products 1

Configuration From (including) Up to (excluding)
Strawberry Strawberry_Graphql
cpe:2.3:a:strawberry:strawberry_graphql:*:*:*:*:*:python:*:*
0.312.3

Related Vulnerabilities