Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to 9.6.0-alpha.11 and 8.6.37, Parse Server's built-in OAuth2 auth adapter exports a singleton instance that is reused directly across all OAuth2 provider configurations. Under concurrent authentication requests for different OAuth2 providers, one provider's token validation may execute using another provider's configuration, potentially allowing a token that should be rejected by one provider to be accepted because it is validated against a different provider's policy. Deployments that configure multiple OAuth2 providers via the oauth2: true flag are affected. This vulnerability is fixed in 9.6.0-alpha.11 and 8.6.37.
References
| Link | Resource |
|---|---|
| https://github.com/parse-community/parse-server/releases/tag/8.6.37 | Product Release Notes |
| https://github.com/parse-community/parse-server/releases/tag/9.6.0-alpha.11 | Product Release Notes |
| https://github.com/parse-community/parse-server/security/advisories/GHSA-2cjm-2gwv-m892 | Patch Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
13 Mar 2026, 16:57
| Type | Values Removed | Values Added |
|---|---|---|
| Summary |
|
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.4 |
| References | () https://github.com/parse-community/parse-server/releases/tag/8.6.37 - Product, Release Notes | |
| References | () https://github.com/parse-community/parse-server/releases/tag/9.6.0-alpha.11 - Product, Release Notes | |
| References | () https://github.com/parse-community/parse-server/security/advisories/GHSA-2cjm-2gwv-m892 - Patch, Vendor Advisory | |
| CPE | cpe:2.3:a:parseplatform:parse-server:*:*:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha6:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha7:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha8:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha5:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha3:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha10:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha1:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha9:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha4:*:*:*:node.js:*:* cpe:2.3:a:parseplatform:parse-server:9.6.0:alpha2:*:*:*:node.js:*:* |
|
| First Time |
Parseplatform
Parseplatform parse-server |
12 Mar 2026, 19:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-12 19:16
Updated : 2026-03-13 16:57
NVD link : CVE-2026-32242
Mitre link : CVE-2026-32242
CVE.ORG link : CVE-2026-32242
JSON object : View
Products Affected
parseplatform
- parse-server
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
