CVE 6.9 MEDIUM

Parse Server: Server option routeAllowList is bypassable through batch sub-requests_CVE-2026-50008

6.9 / 10
MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N

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.

Basic Information

ID CVE-2026-50008
Source GitHub_M
Published Jun 12, 2026 at 18:22
Modified Jun 12, 2026 at 19:00

Affected Product

Vendor parse-community
Product parse-server
Version >= 9.8.0, < 9.9.1-alpha.3
Affected Versions parse-community parse-server >= 9.8.0, < 9.9.1-alpha.3

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.