CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-30972

High
Published: Translated: NVD NIST

Summary

Parse Server to otwarte oprogramowanie backendowe, które może być wdrażane na każdej infrastrukturze obsługującej Node.js. W wersjach przed 9.5.2-alpha.10 i 8.6.23, middleware ograniczania liczby żądań nie działa poprawnie dla punktu końcowego /batch, co pozwala atakującym na obejście limitu za pomocą zgrupowanych żądań.

Risk Assessment

Organizacje korzystające z Parse Server z włączoną funkcją ograniczania liczby żądań są narażone na ataki, które mogą prowadzić do przeciążenia serwera i wykorzystania zasobów w sposób nieautoryzowany.

Recommendation

Zaleca się aktualizację do wersji 9.5.2-alpha.10 lub 8.6.23, aby naprawić tę podatność i przywrócić skuteczne ograniczanie liczby żądań.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS