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

CVE-2026-30967

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.9 i 8.6.22, adapter uwierzytelniania OAuth2, gdy nie skonfigurowano opcji useridField, weryfikuje jedynie, że token jest aktywny, ale nie sprawdza, czy token należy do użytkownika zidentyfikowanego przez authData.id.

Risk Assessment

Atakujący posiadający ważny token OAuth2 z tego samego dostawcy może uwierzytelnić się jako dowolny inny użytkownik, co stwarza poważne ryzyko dla bezpieczeństwa danych użytkowników. Dotyczy to wszystkich wdrożeń Parse Server korzystających z ogólnego adaptera uwierzytelniania OAuth2 bez ustawienia opcji useridField.

Recommendation

Zaleca się aktualizację do wersji 9.5.2-alpha.9 lub 8.6.22, aby usunąć tę podatność. Dodatkowo, należy skonfigurować opcję useridField w adapterze uwierzytelniania OAuth2.

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 to 9.5.2-alpha.9. and 8.6.22, the OAuth2 authentication adapter, when configured without the useridField option, only verifies that a token is active via the provider's token introspection endpoint, but does not verify that the token belongs to the user identified by authData.id. An attacker with any valid OAuth2 token from the same provider can authenticate as any other user. This affects any Parse Server deployment that uses the generic OAuth2 authentication adapter (configured with oauth2: true) without setting the useridField option. This vulnerability is fixed in 9.5.2-alpha.9. and 8.6.22.

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