๐Ÿ” CVE Alert

CVE-2026-50008

UNKNOWN 0.0

Parse Server: Server option routeAllowList is bypassable through batch sub-requests

CVSS Score
0.0
EPSS Score
0.1%
EPSS Percentile
24th

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.

CWE CWE-863
Vendor parse-community
Product parse-server
Published Jun 12, 2026
Last Updated Jun 12, 2026
Stay Ahead of the Next One

Get instant alerts for parse-community parse-server

Be the first to know when new unknown vulnerabilities affecting parse-community parse-server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

parse-community / parse-server
>= 9.8.0, < 9.9.1-alpha.3

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/parse-community/parse-server/security/advisories/GHSA-p84r-h6rx-f2xr github.com: https://github.com/parse-community/parse-server/pull/10482