CVE-2026-34363 Details
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.65 and 9.7.0-alpha.9, when multiple clients subscribe to the same class via LiveQuery, the event handlers process each subscriber concurrently using shared mutable objects. The sensitive data filter modifies these shared objects in-place, so when one subscriber's filter removes a protected field, subsequent subscribers may receive the already-filtered object. This can cause protected fields and authentication data to leak to clients that should not see them, or cause clients that should see the data to receive an incomplete object. Additionally, when an afterEvent Cloud Code trigger is registered, one subscriber's trigger modifications can leak to other subscribers through the same shared mutable state. Any Parse Server deployment using LiveQuery with protected fields or afterEvent triggers is affected when multiple clients subscribe to the same class. This issue has been patched in versions 8.6.65 and 9.7.0-alpha.9.
A vulnerability exists in Parse Server versions prior to 8.6.65 and 9.7.0-alpha.9, where LiveQuery event handlers process multiple subscribers concurrently using shared mutable objects. This can lead to leaks of protected fields and authentication data. When one subscriber's filter removes a protected field, subsequent subscribers may receive the already-filtered object, causing unintended data exposure or incomplete object delivery. Additionally, modifications from an afterEvent Cloud Code trigger can corrupt the shared state across concurrent subscribers. This issue affects any Parse Server deployment using LiveQuery with protected fields or afterEvent triggers, when multiple clients subscribe to the same class.
Users can upgrade to Parse Server versions 8.6.65 or 9.7.0-alpha.9, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 31, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-362 | Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| parseplatform parse-server | < 8.6.65 >= 9.0.0, < 9.7.0 9.7.0 alpha1 9.7.0 alpha2 9.7.0 alpha3 9.7.0 alpha4 9.7.0 alpha5 9.7.0 alpha6 9.7.0 alpha7 9.7.0 alpha8 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 2, 2026 | Initial Analysis | [email protected] |
| Mar 31, 2026 | New CVE Received | [email protected] |