CVE-2026-35526
Last modified
CVE-2026-35526 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
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.
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Strawberry | Strawberry Graphql | < 0.312.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35526?
How severe is CVE-2026-35526?
How do I fix CVE-2026-35526?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-35519FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-3552The SurfLink - Ultimate Link Manager plugin for WordPress is…4.3
- CVE-2026-35520FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-35521FTLDNS (pihole-FTL) provides an interactive API and also gen…8.8
- CVE-2026-35523Strawberry GraphQL is a library for creating GraphQL APIs. S…7.5
- CVE-2026-35525LiquidJS is a Shopify / GitHub Pages compatible template eng…7.5
- CVE-2026-35527Incus is an open source container and virtual machine manage…5
- CVE-2026-3553GitLab has remediated an issue in GitLab CE/EE affecting all…3.1
- CVE-2026-35533mise manages dev tools like node, python, cmake, and terrafo…7.8
- CVE-2026-35534ChurchCRM is an open-source church management system. Prior …7.6
- CVE-2026-35535In Sudo through 1.9.17p2 before 3e474c2, a failure of a setu…7.8
- CVE-2026-35536In Tornado before 6.5.5, cookie attribute injection could oc…5.3
Are you affected by CVE-2026-35526?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
