The readOnlyMasterKey can be used to create and delete files via the Files API (POST /files/:filename, DELETE /files/:filename). This bypasses the read-only restriction which violates the access scope of the readOnlyMasterKey.
Any Parse Server deployment that uses readOnlyMasterKey and exposes the Files API is affected. An attacker with access to the readOnlyMasterKey can upload arbitrary files or delete existing files.
The fix adds permission checks to both the file upload and file delete handlers.
There is no workaround other than not using readOnlyMasterKey, or restricting network access to the Files API endpoints.
{
"github_reviewed": true,
"cwe_ids": [
"CWE-863"
],
"nvd_published_at": "2026-03-06T21:16:16Z",
"github_reviewed_at": "2026-03-06T18:45:36Z",
"severity": "MODERATE"
}