CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter

CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter

Vulnerability ID: CVE-2026-32242
CVSS Score: 9.1
Published: 2026-03-12

Parse Server versions prior to 8.6.37 and 9.6.0-alpha.11 contain a critical rac…


This content originally appeared on DEV Community and was authored by CVE Reports

CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter

Vulnerability ID: CVE-2026-32242
CVSS Score: 9.1
Published: 2026-03-12

Parse Server versions prior to 8.6.37 and 9.6.0-alpha.11 contain a critical race condition in the built-in OAuth2 authentication adapter. Concurrent authentication requests across different OAuth2 providers can overwrite shared configuration state, leading to authentication bypass and unauthorized account access.

TL;DR

A race condition in Parse Server's OAuth2 adapter allows attackers to bypass authentication and access unauthorized accounts by exploiting a shared singleton configuration instance during concurrent login requests.

Technical Details

  • Vulnerability Type: Race Condition (CWE-362)
  • CVSS Score: 9.1 (Critical)
  • Attack Vector: Network (AV:N)
  • Attack Complexity: High (AC:H)
  • Privileges Required: None (PR:N)
  • User Interaction: None (UI:N)
  • Exploit Status: Unpublished

Affected Systems

  • Parse Server
  • Parse Server: < 8.6.37 (Fixed in: 8.6.37)
  • Parse Server: >= 9.0.0, < 9.6.0-alpha.11 (Fixed in: 9.6.0-alpha.11)

Mitigation Strategies

  • Upgrade Parse Server to a patched version (8.6.37 or 9.6.0-alpha.11).
  • Disable unused or non-essential OAuth2 providers to reduce attack surface.
  • Implement rate limiting on authentication endpoints to disrupt timing-based attacks.
  • Monitor authentication logs for concurrent requests targeting different providers from the same source.

Remediation Steps:

  1. Identify the current version of Parse Server in the deployment.
  2. Update package dependencies in package.json to reference Parse Server version 8.6.37 or 9.6.0-alpha.11.
  3. Run 'npm install' or 'yarn install' to fetch the updated packages.
  4. Restart the Parse Server application to load the patched components.
  5. Verify that OAuth2 authentication continues to function correctly across all active providers.

References

Read the full report for CVE-2026-32242 on our website for more details including interactive diagrams and full exploit analysis.


This content originally appeared on DEV Community and was authored by CVE Reports


Print Share Comment Cite Upload Translate Updates
APA

CVE Reports | Sciencx (2026-03-13T08:40:06+00:00) CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter. Retrieved from https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/

MLA
" » CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter." CVE Reports | Sciencx - Friday March 13, 2026, https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/
HARVARD
CVE Reports | Sciencx Friday March 13, 2026 » CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter., viewed ,<https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/>
VANCOUVER
CVE Reports | Sciencx - » CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/
CHICAGO
" » CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter." CVE Reports | Sciencx - Accessed . https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/
IEEE
" » CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter." CVE Reports | Sciencx [Online]. Available: https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/. [Accessed: ]
rf:citation
» CVE-2026-32242: CVE-2026-32242: Authentication Bypass via Race Condition in Parse Server OAuth2 Adapter | CVE Reports | Sciencx | https://www.scien.cx/2026/03/13/cve-2026-32242-cve-2026-32242-authentication-bypass-via-race-condition-in-parse-server-oauth2-adapter/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.