CVE-2026-30972: Parse Server has a rate limit bypass via batch request endpoint

Published Mar 10, 2026
·
Updated

Impact

Parse Server's rate limiting middleware is applied at the Express middleware layer, but the batch request endpoint (/batch) processes sub-requests internally by routing them directly through the Promise router, bypassing Express middleware including rate limiting. An attacker can bundle multiple requests targeting a rate-limited endpoint into a single batch request to circumvent the configured rate limit.

Any Parse Server deployment that relies on the built-in rate limiting feature is affected.

Patches

The fix adds a pre-flight check in the batch request handler that counts the number of sub-requests targeting each rate-limited path and rejects the entire batch request if any path's count exceeds its configured requestCount.

Note that this is a server-level rate limit that counts sub-requests within a single batch request. Requests already consumed in the current time window by previous individual or batch requests are not counted against the batch, so the effective limit may be higher when combining individual and batch requests. For comprehensive rate limiting protection, use a reverse proxy or WAF.

Workarounds

Use a reverse proxy or web application firewall (WAF) to enforce rate limiting before requests reach Parse Server.

References

- GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-775h-3xrc-c228 - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.2-alpha.10 - Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.23

Other sources

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior o 9.5.2-alpha.10 and 8.6.23, Parse Server's rate limiting middleware is applied at the Express middleware layer, but the batch request endpoint (/batch) processes sub-requests internally by routing them directly through the Promise router, bypassing Express middleware including rate limiting. An attacker can bundle multiple requests targeting a rate-limited endpoint into a single batch request to circumvent the configured rate limit. Any Parse Server deployment that relies on the built-in rate limiting feature is affected. This vulnerability is fixed in 9.5.2-alpha.10 and 8.6.23.

MITRE

Affected Software

15 affected componentsFixes available
npm/parse-server<9.5.2-alpha.10
npm/parse-server<8.6.23
npm/parse-server<8.6.23
8.6.23
npm/parse-server>=9.0.0-alpha.1<9.5.2-alpha.10
9.5.2-alpha.10
parseplatform Parse-server Node.js<8.6.23
parseplatform Parse-server Node.js>=9.0.0<9.5.2
parseplatform Parse-server Node.js=9.5.2-alpha1
parseplatform Parse-server Node.js=9.5.2-alpha2
parseplatform Parse-server Node.js=9.5.2-alpha3
parseplatform Parse-server Node.js=9.5.2-alpha4
parseplatform Parse-server Node.js=9.5.2-alpha5
parseplatform Parse-server Node.js=9.5.2-alpha6
parseplatform Parse-server Node.js=9.5.2-alpha7
parseplatform Parse-server Node.js=9.5.2-alpha8
parseplatform Parse-server Node.js=9.5.2-alpha9

Event History

Mar 10, 2026
CVE Published
via MITRE·08:48 PM
Data Sourced
via MITRE·08:48 PM
DescriptionWeakness
Data Sourced
via NVD·09:16 PM
RemedyDescriptionSeverityWeaknessAffected Software
Mar 11, 2026
Advisory Published
via GitHub·12:21 AM
Data Sourced
via GitHub·12:21 AM
DescriptionWeaknessAffected Software
May 6, 58175
Event
via FIRST·05:52 PM
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-30972?

CVE-2026-30972 is considered a medium severity vulnerability due to the potential for rate limit bypass.

2

How do I fix CVE-2026-30972?

To fix CVE-2026-30972, upgrade to Parse Server version 8.6.23 or 9.5.2-alpha.10 or later.

3

What software is affected by CVE-2026-30972?

CVE-2026-30972 affects Parse Server versions prior to 8.6.23 and between 9.0.0-alpha.1 and 9.5.2-alpha.10.

4

What specific endpoint does CVE-2026-30972 affect?

CVE-2026-30972 affects the batch request endpoint ('/batch') in Parse Server.

5

Is CVE-2026-30972 related to Express middleware?

Yes, CVE-2026-30972 is related to the rate limiting middleware being applied at the Express middleware layer.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203