Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.67 and 9.7.0-alpha.11, an attacker can bypass Cloud Function validator access controls by appending "prototype.constructor" to the function name in the URL. When a Cloud Function handler is declared using the function keyword and its validator is a plain object or arrow function, the trigger store traversal resolves the handler through its own prototype chain while the validator store fails to mirror this traversal, causing all access control enforcement to be skipped. This allows unauthenticated callers to invoke Cloud Functions that are meant to be protected by validators such as requireUser, requireMaster, or custom validation logic. This issue has been patched in versions 8.6.67 and 9.7.0-alpha.11.
Published: 2026-03-31
Score: 9.1 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Unauthenticated Cloud Function Execution
Action: Patch Immediately
AI Analysis

Impact

Parse Server allows an attacker to bypass Cloud Function validators by appending "prototype.constructor" to a function name in the request URL before version 8.6.67 and 9.7.0‑alpha.11. The flaw arises because the handler resolution follows the object’s prototype chain while the validator resolution does not, letting a malicious request reach a protected function without executing its validation logic. The result is that code intended to run only for authenticated or privileged callers is executed as the application process, potentially exposing sensitive data or enabling further attacks. This bug represents a severe breach of integrity and confidentiality controls. The stated weakness corresponds to CWE-863.

Affected Systems

Any deployment of the open‑source Parse Server with a Node.js runtime that uses an unpatched version of the parse-server module before 8.6.67 or 9.7.0‑alpha.11 is susceptible. The CPE records cover the 9.7.0‑alpha1 through alpha10 revisions, and earlier releases lack the patch that fixes the prototype traversal mismatch. Organizations running earlier releases should inventory their deployments and plan an upgrade to a supported version. The vulnerability surfaces in all environments where Cloud Functions are enabled with validators defined as plain objects or arrow functions.

Risk and Exploitability

The CVSS base score of 9.1 signals critical severity, reflecting a complete bypass of application‑level access controls. The EPSS score of less than 1% indicates that exploitation is currently uncommon, but the flaw remains exploitable in any exposed instance. No additional privileges or local access are required; a craftable HTTP request to the vulnerable endpoint is sufficient. Once the prototype chain is exploited, all validator checks are skipped and the malicious code runs with the same permissions as the Parse Server process, potentially leading to data disclosure or further lateral movement within the application. The vulnerability is not listed in the CISA KEV catalog, but its critical nature warrants immediate remediation.

Generated by OpenCVE AI on April 3, 2026 at 00:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Parse Server to version 8.6.67 or later, or to 9.7.0‑alpha.11 or later, to apply the fix that removes prototype chain traversal as a bypass path.
  • After upgrading, verify that all Cloud Functions still enforce their validators by testing both authenticated and unauthenticated requests.
  • If an upgrade is not immediately possible, consider disabling exposed Cloud Functions that rely on the affected validator patterns until the patch can be applied.

Generated by OpenCVE AI on April 3, 2026 at 00:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-vpj2-qq7w-5qq6 parse-server has cloud function validator bypass via prototype chain traversal
History

Thu, 02 Apr 2026 20:30:00 +0000

Type Values Removed Values Added
First Time appeared Parseplatform
Parseplatform parse-server
CPEs cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha10:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha1:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha2:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha3:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha4:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha5:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha6:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha7:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha8:*:*:*:node.js:*:*
cpe:2.3:a:parseplatform:parse-server:9.7.0:alpha9:*:*:*:node.js:*:*
Vendors & Products Parseplatform
Parseplatform parse-server
Metrics cvssV3_1

{'score': 9.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'}


Wed, 01 Apr 2026 02:15:00 +0000

Type Values Removed Values Added
First Time appeared Parse Community
Parse Community parse Server
Vendors & Products Parse Community
Parse Community parse Server

Tue, 31 Mar 2026 18:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 31 Mar 2026 15:00:00 +0000

Type Values Removed Values Added
Description Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.67 and 9.7.0-alpha.11, an attacker can bypass Cloud Function validator access controls by appending "prototype.constructor" to the function name in the URL. When a Cloud Function handler is declared using the function keyword and its validator is a plain object or arrow function, the trigger store traversal resolves the handler through its own prototype chain while the validator store fails to mirror this traversal, causing all access control enforcement to be skipped. This allows unauthenticated callers to invoke Cloud Functions that are meant to be protected by validators such as requireUser, requireMaster, or custom validation logic. This issue has been patched in versions 8.6.67 and 9.7.0-alpha.11.
Title Parse Server: Cloud function validator bypass via prototype chain traversal
Weaknesses CWE-863
References
Metrics cvssV4_0

{'score': 9.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Parse Community Parse Server
Parseplatform Parse-server
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-31T17:21:09.681Z

Reserved: 2026-03-30T16:03:31.048Z

Link: CVE-2026-34532

cve-icon Vulnrichment

Updated: 2026-03-31T17:21:05.672Z

cve-icon NVD

Status : Analyzed

Published: 2026-03-31T15:16:20.010

Modified: 2026-04-02T18:01:28.900

Link: CVE-2026-34532

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-03T09:19:27Z

Weaknesses