Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-47138 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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.77 and 9.9.1-alpha.1, an unauthenticated attacker who knows a publicly-known Parse Application ID can submit a single HTTP request whose client SDK version field contains adversarial input that triggers polynomial backtracking in a request-header parser. The parsing runs before session authentication and before rate limiting on every /parse/* request, so the request consumes seconds to minutes of synchronous CPU on a Node.js worker before any access control evaluates it. A small number of concurrent requests can saturate a worker; a single large request via the body-field variant can pin a worker for minutes. Production deployments running the default configuration are affected. This issue has been patched in versions 8.6.77 and 9.9.1-alpha.1.

Metrics

CVSS 3.x Severity and Vector Strings:

References 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-IDCWE NameSource
CWE-1333Inefficient Regular Expression Complexity[email protected]

Affected Products

ProductVersions
Parse Server
>= 9.0.0, < 9.9.1-alpha.1 (semver)
< 8.6.77 (semver)

CPE

  • cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:*
  • cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 9.9.1-alpha.1moderate effort
  • Upgrade: 8.6.77moderate effort
  • Mitigation:moderate effort

    Deploy a reverse proxy or WAF in front of Parse Server that strips or strictly size-limits the `X-Parse-Client-Version` header and the `_ClientVersion` field in JSON request bodies on every `/parse/*` route before forwarding to the server.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-47138
NVD Published Date:
Jun 12, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-47138 Details - Not Deferred