Parse Server vulnerable to schema poisoning via prototype pollution in deep copy
Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.20 and 8.6.44, an attacker can bypass the default request keyword denylist protection and the class-level permission for adding fields by sending a crafted request that exploits prototype pollution in the deep copy mechanism. This allows injecting fields into class schemas that have field addition locked down, and can cause permanent schema type conflicts that cannot be resolved even with the master key. In 9.6.0-alpha.20 and 8.6.44, the vulnerable third-party deep copy library has been replaced with a built-in deep clone mechanism that handles prototype properties safely, allowing the existing denylist check to correctly detect and reject the prohibited keyword. No known workarounds are available.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
parse-servernpm | >= 9.0.0, < 9.6.0-alpha.20 | 9.6.0-alpha.20 |
parse-servernpm | < 8.6.44 | 8.6.44 |
Affected products
1- Range: >= 9.0.0, < 9.6.0-alpha.20
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-9ccr-fpp6-78qfghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-32878ghsaADVISORY
- github.com/parse-community/parse-server/pull/10200ghsax_refsource_MISCWEB
- github.com/parse-community/parse-server/pull/10201ghsax_refsource_MISCWEB
- github.com/parse-community/parse-server/security/advisories/GHSA-9ccr-fpp6-78qfghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.