Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Parse Server: Server option routeAllowList is bypassable through batch sub-requests
Vulnerability 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.
CVSS Information
N/A
Vulnerability Type
授权机制不正确
Vulnerability Title
Parse Platform Parse Server 授权问题漏洞
Vulnerability Description
Parse Platform Parse Server是Parse Platform组织开源的一个开源后端,可以部署到任何可以运行 Node.js 的基础设施。 Parse Platform Parse Server 9.8.0版本至9.9.1-alpha.3之前版本存在授权问题漏洞,该漏洞源于routeAllowList检查未在/batch子请求中重新运行,导致授权旁路,可能允许外部调用者绕过路由防火墙。
CVSS Information
N/A
Vulnerability Type
N/A