PT-2026-48955 · Unknown · Parse Server
CVE-2026-50008
·
Published
2026-06-12
·
Updated
2026-06-19
CVSS v4.0
6.9
Medium
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Parse Server versions 9.8.0 through 9.9.1-alpha.3
Description
The
routeAllowList server option is intended to restrict external client access to a specific list of REST API routes. However, the check is only enforced as Express middleware against the outer HTTP request URL. Consequently, the '/batch' handler dispatches sub-requests to the internal router without re-evaluating the allow-list. This allows an external caller to bypass the operator-configured route firewall by issuing batch sub-requests to any REST API route omitted from the allow-list. Other authorization controls, such as Authentication, ACL, and CLP, remain active.Recommendations
Update to version 9.9.1-alpha.3.
Exploit
Fix
Incorrect Authorization
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Parse Server