CVE-2026-30967: Parse Server OAuth2 authentication adapter account takeover via identity spoofing
Impact
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.
Patches
The vulnerability is fixed by defaulting useridField to sub, which is the standard subject identifier field defined by RFC 7662. The adapter now always validates the token's identity against the claimed user ID, even when useridField is not explicitly configured.
Workarounds
Set the useridField option to the appropriate field name for your OAuth2 provider (e.g. sub) in the Parse Server authentication configuration.
References
- GitHub security advisory: https://github.com/parse-community/parse-server/security/advisories/GHSA-fr88-w35c-r596 - Fix Parse Server 9: https://github.com/parse-community/parse-server/releases/tag/9.5.2-alpha.9 - Fix Parse Server 8: https://github.com/parse-community/parse-server/releases/tag/8.6.22
Other sources
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.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2026-30967?
CVE-2026-30967 is considered to be a critical vulnerability due to the potential for account takeover via identity spoofing.
How do I fix CVE-2026-30967?
To fix CVE-2026-30967, configure the OAuth2 authentication adapter with the `useridField` option or upgrade to affected versions 8.6.22 or 9.5.2-alpha.9.
Which versions are affected by CVE-2026-30967?
CVE-2026-30967 affects Parse Server versions prior to 8.6.22 and between 9.0.0-alpha.1 and 9.5.2-alpha.9.
What is the impact of not addressing CVE-2026-30967?
Failing to address CVE-2026-30967 may lead to unauthorized account access and potential data compromise.
Is CVE-2026-30967 specific to any platform?
Yes, CVE-2026-30967 specifically impacts the Parse Server when configured incorrectly.