Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. parse-server
  4. ›
  5. CVE-2026-50008

CVE-2026-50008: parse-server: Server option routeAllowList is bypassable through batch sub-requests

June 19, 2026

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.

References

  • github.com/advisories/GHSA-p84r-h6rx-f2xr
  • github.com/parse-community/parse-server/pull/10482
  • github.com/parse-community/parse-server/security/advisories/GHSA-p84r-h6rx-f2xr
  • nvd.nist.gov/vuln/detail/CVE-2026-50008

Code Behaviors & Features

Detect and mitigate CVE-2026-50008 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 9.8.0 before 9.9.1-alpha.3

Fixed versions

  • 9.9.1-alpha.3

Solution

Upgrade to version 9.9.1-alpha.3 or above.

Impact 6.5 MEDIUM

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-863: Incorrect Authorization

Source file

npm/parse-server/CVE-2026-50008.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 21 Jun 2026 12:17:50 +0000.