CVE-2026-35523

Strawberry GraphQL is a library for creating GraphQL APIs. Strawberry up until version 0.312.3 is vulnerable to an authentication bypass on WebSocket subscription endpoints. The legacy graphql-ws subprotocol handler does not verify that a connection_init handshake has been completed before processing start (subscription) messages. This allows a remote attacker to skip the on_ws_connect authentication hook entirely by connecting with the graphql-ws subprotocol and sending a start message directly, without ever sending connection_init. This vulnerability is fixed in 0.312.3.
Configurations

Configuration 1 (hide)

cpe:2.3:a:strawberry:strawberry_graphql:*:*:*:*:*:python:*:*

History

17 Apr 2026, 20:37

Type Values Removed Values Added
First Time Strawberry
Strawberry strawberry Graphql
References () https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-vpwc-v33q-mq89 - () https://github.com/strawberry-graphql/strawberry/security/advisories/GHSA-vpwc-v33q-mq89 - Vendor Advisory
CPE cpe:2.3:a:strawberry:strawberry_graphql:*:*:*:*:*:python:*:*

07 Apr 2026, 17:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-07 17:16

Updated : 2026-04-17 20:37


NVD link : CVE-2026-35523

Mitre link : CVE-2026-35523

CVE.ORG link : CVE-2026-35523


JSON object : View

Products Affected

strawberry

  • strawberry_graphql
CWE
CWE-306

Missing Authentication for Critical Function