Parse Server's Cloud Hooks and Cloud Jobs bypass `readOnlyMasterKey` write restriction
High severity
GitHub Reviewed
Published
Mar 4, 2026
in
parse-community/parse-server
•
Updated Mar 6, 2026
Package
Affected versions
>= 9.0.0, <= 9.4.1-alpha.2
<= 8.6.3
Patched versions
9.4.1-alpha.3
8.6.4
Description
Published to the GitHub Advisory Database
Mar 5, 2026
Reviewed
Mar 5, 2026
Published by the National Vulnerability Database
Mar 6, 2026
Last updated
Mar 6, 2026
Impact
Parse Server's
readOnlyMasterKeyoption allows access with master-level read privileges but is documented to deny all write operations. However, some endpoints incorrectly accept thereadOnlyMasterKeyfor mutating operations. This allows a caller who only holds thereadOnlyMasterKeyto create, modify, and delete Cloud Hooks and to start Cloud Jobs, which can be used for data exfiltration.Any Parse Server deployment that uses the
readOnlyMasterKeyoption is affected. Note than an attacker needs to know thereadOnlyMasterKeyto exploit this vulnerability.Patches
The fix adds authorization checks, rejecting mutating requests made with the
readOnlyMasterKey.Workarounds
There is no known workaround other than upgrading. If upgrading is not immediately possible, ensure the
readOnlyMasterKeyvalue is not shared with untrusted parties.Resources
References