CVE-2026-30925 Details
Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.5.0-alpha.14 and 8.6.11, a malicious client can subscribe to a LiveQuery with a crafted $regex pattern that causes catastrophic backtracking, blocking the Node.js event loop. This makes the entire Parse Server unresponsive, affecting all clients. Any Parse Server deployment with LiveQuery enabled is affected. The attacker only needs the application ID and JavaScript key, both of which are public in client-side apps. This only affects LiveQuery subscription matching, which evaluates regex in JavaScript on the Node.js event loop. Normal REST and GraphQL queries are not affected because their regex is evaluated by the database engine. This vulnerability is fixed in 9.5.0-alpha.14 and 8.6.11.
A denial-of-service vulnerability has been identified in Parse Server versions prior to 9.5.0-alpha.14 and 8.6.11. The issue arises in LiveQuery subscriptions, where a malicious client can use a crafted $regex pattern that causes catastrophic backtracking. This manipulation blocks the Node.js event loop, rendering the entire Parse Server unresponsive and affecting all connected clients. The vulnerability is present in any Parse Server deployment with LiveQuery enabled. To exploit this issue, an attacker only needs the application ID and JavaScript key, both of which are publicly accessible in client-side applications.
To address this vulnerability, users can update to Parse Server versions 9.5.0-alpha.14 or 8.6.11, where the issue has been patched. For those using version 9.5.0-alpha.14, the regex evaluation in LiveQuery subscriptions now runs in an isolated virtual machine context with a default timeout of 100 milliseconds. This timeout can be adjusted through the 'liveQuery.regexTimeout' option. Alternatively, the 'beforeSubscribe' Cloud Code hook can be used to reject LiveQuery subscriptions that contain a $regex operator, although this will also block 'startsWith', 'endsWith', and 'contains' query methods that rely on $regex.
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 10, 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/parse-community/parse-server/releases/tag/8.6.11 | [email protected] | ProductRelease Notes |
| https://github.com/parse-community/parse-server/releases/tag/9.5.0-alpha.14 | [email protected] | ProductRelease Notes |
| https://github.com/parse-community/parse-server/security/advisories/GHSA-mf3j-86qx-cq5j | [email protected] | MitigationPatchVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-1333 | Inefficient Regular Expression Complexity | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| parseplatform parse-server | < 8.6.11 >= 9.0.0, < 9.5.0 9.5.0 alpha1 9.5.0 alpha10 9.5.0 alpha11 9.5.0 alpha12 9.5.0 alpha13 9.5.0 alpha2 9.5.0 alpha3 9.5.0 alpha4 9.5.0 alpha5 9.5.0 alpha6 9.5.0 alpha7 9.5.0 alpha8 9.5.0 alpha9 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Mar 11, 2026 | Initial Analysis | [email protected] |
| Mar 10, 2026 | New CVE Received | [email protected] |