GHSA-6qh5-m6g3-xhq6
Parse Server LiveQuery subscription query depth bypass
Details
### Impact
Parse Server's LiveQuery component does not enforce the `requestComplexity.queryDepth` configuration setting when processing WebSocket subscription requests. An attacker can send a subscription with deeply nested logical operators, causing excessive recursion and CPU consumption that degrades or disrupts service availability.
Deployments are affected when the LiveQuery WebSocket endpoint is reachable by untrusted clients.
### Patches
The fix adds query condition depth validation to the LiveQuery subscription handler, enforcing the same `requestComplexity.queryDepth` limit that already protects REST API queries.
### Workarounds
There is no known workaround other than upgrading.
Are you affected?
Enter the version of the package you're using.
Affected packages
9.0.0 Fixed in: 9.6.0-alpha.45 npm install parse-server@9.6.0-alpha.45 References
- https://github.com/parse-community/parse-server/security/advisories/GHSA-6qh5-m6g3-xhq6 [WEB]
- https://nvd.nist.gov/vuln/detail/CVE-2026-33508 [ADVISORY]
- https://github.com/parse-community/parse-server/pull/10259 [WEB]
- https://github.com/parse-community/parse-server/pull/10260 [WEB]
- https://github.com/parse-community/parse-server/commit/060d27053fb0fadf613c25aabab7fe0c82b7a899 [WEB]
- https://github.com/parse-community/parse-server/commit/2126fe4e12f9b399dc6b4b6a3fa70cb1825f159b [WEB]
- https://github.com/parse-community/parse-server [PACKAGE]