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.
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.
Set the useridField option to the appropriate field name for your OAuth2 provider (e.g. sub) in the Parse Server authentication configuration.
| Score | Percentile |
|---|---|
| 0.11% | 29.17% |
| Base score | Version | Severity | Vector |
|---|---|---|---|
| 7.6 | 4.0 | — |
|
| Type | Value |
|---|---|
| GHSA | GHSA-fr88-w35c-r596 ↗ |
| CVE | CVE-2026-30967 ↗ |
| CWE id | Name |
|---|---|
| CWE-287 | Improper Authentication |
Vulnerable version ranges and first patched releases as published by GitHub.
| Ecosystem | Package | Vulnerable range | First patched | Vulnerable functions |
|---|---|---|---|---|
| npm | parse-server | >= 9.0.0-alpha.1, < 9.5.2-alpha.9 | 9.5.2-alpha.9 | — |
| npm | parse-server | < 8.6.22 | 8.6.22 | — |