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-50008 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. From version 9.8.0 to before version 9.9.1-alpha.3, the routeAllowList server option restricts external client access to a configured list of REST API routes. The check is only enforced as Express middleware against the outer HTTP request URL, so the /batch handler dispatches each sub-request to the internal router without re-running the allow-list check. An external caller whose outer route matches batch can issue batch sub-requests to any REST API route that the operator omitted from the allow-list. Authentication, ACL, CLP, and other inner-route authorization controls still apply — only the operator-configured route firewall is bypassed. This issue has been patched in version 9.9.1-alpha.3.

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-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
Parse Server
>= 9.8.0, < 9.9.1-alpha.3 (semver)

CPE

  • cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 9.9.1-alpha.3moderate effort
  • Workaround:moderate effort

    Configure the `routeAllowList` to include every inner route intended to be allowed via batch. For example, set `routeAllowList: ['batch', 'classes/Public.*', 'functions/allowedFunction']`. Note that this approach makes those inner routes reachable as direct REST requests as well, which is broader than the post-patch behavior.

Change History

3 change records found show changes


QUICK INFO

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