CVE Vulnerabilities

CVE-2026-30925

Inefficient Regular Expression Complexity

Published: Mar 10, 2026 | Modified: Mar 11, 2026
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

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.

Weakness

The product uses a regular expression with an inefficient, possibly exponential worst-case computational complexity that consumes excessive CPU cycles.

Affected Software

NameVendorStart VersionEnd Version
Parse-serverParseplatform*8.6.11 (excluding)
Parse-serverParseplatform9.0.0 (including)9.5.0 (excluding)
Parse-serverParseplatform9.5.0-alpha1 (including)9.5.0-alpha1 (including)
Parse-serverParseplatform9.5.0-alpha10 (including)9.5.0-alpha10 (including)
Parse-serverParseplatform9.5.0-alpha11 (including)9.5.0-alpha11 (including)
Parse-serverParseplatform9.5.0-alpha12 (including)9.5.0-alpha12 (including)
Parse-serverParseplatform9.5.0-alpha13 (including)9.5.0-alpha13 (including)
Parse-serverParseplatform9.5.0-alpha2 (including)9.5.0-alpha2 (including)
Parse-serverParseplatform9.5.0-alpha3 (including)9.5.0-alpha3 (including)
Parse-serverParseplatform9.5.0-alpha4 (including)9.5.0-alpha4 (including)
Parse-serverParseplatform9.5.0-alpha5 (including)9.5.0-alpha5 (including)
Parse-serverParseplatform9.5.0-alpha6 (including)9.5.0-alpha6 (including)
Parse-serverParseplatform9.5.0-alpha7 (including)9.5.0-alpha7 (including)
Parse-serverParseplatform9.5.0-alpha8 (including)9.5.0-alpha8 (including)
Parse-serverParseplatform9.5.0-alpha9 (including)9.5.0-alpha9 (including)

Extended Description

	  Attackers can create crafted inputs that
	  intentionally cause the regular expression to use
	  excessive backtracking in a way that causes the CPU
	  consumption to spike.

Potential Mitigations

References