Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. strawberry-graphql
  4. ›
  5. CVE-2026-35523

CVE-2026-35523: strawberry-graphql: Authentication bypass via legacy graphql-ws WebSocket subprotocol

April 6, 2026

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.

The graphql-transport-ws subprotocol handler is not affected, as it correctly gates subscription operations on a connection_acknowledged flag. However, both subprotocols are enabled by default in all framework integrations that support websockets, and the subprotocol is selected by the client via the Sec-WebSocket-Protocol header.

Any application relying on on_ws_connect for authentication or authorization is affected.

Mitigation: Upgrade to the patched version, or explicitly disable the legacy graphql-ws subprotocol by setting subscription_protocols=[GRAPHQL_TRANSPORT_WS_PROTOCOL] on your GraphQL view/router.

References

  • github.com/advisories/GHSA-vpwc-v33q-mq89
  • github.com/strawberry-graphql/strawberry
  • github.com/strawberry-graphql/strawberry/commit/0977a4e6b41b7cfe3e9d8ba84a43458a2b0c54c2
  • github.com/strawberry-graphql/strawberry/releases/tag/0.312.3
  • github.com/strawberry-graphql/strawberry/security/advisories/GHSA-vpwc-v33q-mq89
  • nvd.nist.gov/vuln/detail/CVE-2026-35523

Code Behaviors & Features

Detect and mitigate CVE-2026-35523 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.312.3

Fixed versions

  • 0.312.3

Solution

Upgrade to version 0.312.3 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-306: Missing Authentication for Critical Function

Source file

pypi/strawberry-graphql/CVE-2026-35523.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 07 Apr 2026 12:19:01 +0000.