Access Control Bypass in Parse Server Cloud Functions
CVE-2026-34532
9.1CRITICAL
What is CVE-2026-34532?
A vulnerability in Parse Server allows attackers to bypass access controls for Cloud Functions by manipulating the function name in the URL. Specifically, by appending "prototype.constructor", unauthenticated users can invoke functions that should be protected by validators such as requireUser or requireMaster. This flaw arises from the differences in traversal between Cloud Function handlers and their access control validators, leading to potential unauthorized access. Versions 8.6.67 and 9.7.0-alpha.11 include patches addressing this issue.
Affected Version(s)
parse-server < 8.6.67 < 8.6.67
parse-server >= 9.0.0, < 9.7.0-alpha.11 < 9.0.0, 9.7.0-alpha.11
