CVE-2026-57480 PUBLISHED

Parse Server: Denial of service via exponential-time processing of deeply nested query operators

Assigner: GitHub_M
Reserved: 24.06.2026 Published: 08.07.2026 Updated: 09.07.2026

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.9.1-alpha.12 and 8.6.82, deeply nested $or, $and, and $nor query condition operators in the REST API or LiveQuery query handling could trigger exponential-time processing in the internal query-traversal helper and block the Node.js event loop. This issue is fixed in versions 9.9.1-alpha.12 and 8.6.82.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.7

Product Status

Vendor parse-community
Product parse-server
Versions
  • Version >= 9.0.0-alpha.1, < 9.9.1-alpha.12 is affected
  • Version < 8.6.82 is affected

References

Problem Types

  • CWE-407: Inefficient Algorithmic Complexity CWE