{"id":"CVE-2026-32594","aliases":["GHSA-p2x3-8689-cwpg"],"title":"Parse Server's GraphQL WebSocket endpoint bypasses security middleware","summary":"Parse Server's GraphQL WebSocket endpoint bypasses security middleware","severity":"medium","cwe":["CWE-306"],"vendor":"parse-server","product":"parse-server","ecosystem":"npm","affected":["parse-server >= 9.0.0, < 9.6.0-alpha.14","parse-server < 8.6.40"],"patched":["parse-server 9.6.0-alpha.14","parse-server 8.6.40"],"published":"2026-03-13","updated":"2026-09-25","sourceUpdated":"2026-09-25T14:19:33Z","source":"GHSA","sourceUrl":"https://github.com/advisories/GHSA-p2x3-8689-cwpg","references":[{"url":"https://github.com/parse-community/parse-server/security/advisories/GHSA-p2x3-8689-cwpg"},{"url":"https://github.com/parse-community/parse-server/pull/10189"},{"url":"https://github.com/parse-community/parse-server/pull/10190"},{"url":"https://github.com/parse-community/parse-server/commit/21330d146c68b57a930a58b8a8cd9fbf09436cf3"},{"url":"https://github.com/parse-community/parse-server/commit/3ffba757bfc836bd034e1369f4f64304e110e375"},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2026-32594"},{"url":"https://github.com/advisories/GHSA-p2x3-8689-cwpg"}],"tags":["ghsa","npm"],"epss":0.0047,"epssPercentile":0.3803,"ingestedAt":"2026-09-25T15:10:56.361Z","slug":"CVE-2026-32594","body":"## Overview\n\n### Impact\n\nAny Parse Server deployment that uses the GraphQL API is affected. The GraphQL WebSocket endpoint for subscriptions does not pass requests through the Express middleware chain that enforces authentication, introspection control, and query complexity limits. An attacker can connect to the WebSocket endpoint and execute GraphQL operations without providing a valid application or API key, access the GraphQL schema via introspection even when public introspection is disabled, and send arbitrarily complex queries that bypass configured complexity limits.\n\n### Patches\n\nThe unfinished GraphQL WebSocket subscription feature has been removed, including the `createSubscriptions` method and the `subscriptions-transport-ws` dependency. GraphQL subscriptions were never functional in Parse Server as the schema did not define any subscription types.\n\n### Workarounds\n\nBlock WebSocket upgrade requests to the GraphQL subscriptions path (by default `/subscriptions`) at the network level, for example using a reverse proxy or load balancer rule.\n\n## Affected packages\n\n- `parse-server >= 9.0.0, < 9.6.0-alpha.14`\n- `parse-server < 8.6.40`\n\n## Remediation\n\nUpgrade to a patched release:\n\n- `parse-server 9.6.0-alpha.14`\n- `parse-server 8.6.40`","depth":"sunlit","depthScore":28,"depthScoreParts":{"impact":27.5,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[]}