๐Ÿ” CVE Alert

CVE-2026-35526

HIGH 7.5

Strawberry GraphQL affected by a Denial of Service via unbounded WebSocket subscriptions

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
13th

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.

CWE CWE-770
Vendor strawberry-graphql
Product strawberry
Published Apr 7, 2026
Last Updated Apr 8, 2026
Stay Ahead of the Next One

Get instant alerts for strawberry-graphql strawberry

Be the first to know when new high vulnerabilities affecting strawberry-graphql strawberry are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

strawberry-graphql / strawberry
< 0.312.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-hv3w-m4g2-5x77