Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. parse-server
  4. ›
  5. CVE-2026-32242

CVE-2026-32242: Parse Server's OAuth2 adapter shares mutable state across providers via singleton instance

March 12, 2026 (updated March 13, 2026)

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.

References

  • github.com/advisories/GHSA-2cjm-2gwv-m892
  • github.com/parse-community/parse-server
  • github.com/parse-community/parse-server/releases/tag/8.6.37
  • github.com/parse-community/parse-server/releases/tag/9.6.0-alpha.11
  • github.com/parse-community/parse-server/security/advisories/GHSA-2cjm-2gwv-m892
  • nvd.nist.gov/vuln/detail/CVE-2026-32242

Code Behaviors & Features

Detect and mitigate CVE-2026-32242 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 8.6.37, all versions starting from 9.0.0 before 9.6.0-alpha.11

Fixed versions

  • 9.6.0-alpha.11
  • 8.6.37

Solution

Upgrade to versions 8.6.37, 9.6.0-alpha.11 or above.

Impact 7.4 HIGH

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Source file

npm/parse-server/CVE-2026-32242.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 24 Mar 2026 12:17:55 +0000.