CVE-2026-27804
Received
Received - Intake
JWT None Algorithm Bypass in Parse Server Google Authentication
Publication date: 2026-02-26
Last updated on: 2026-03-04
Assigner: GitHub, Inc.
Description
Description
Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.3 and 9.1.1-alpha.4, an unauthenticated attacker can forge a Google authentication token with `alg: "none"` to log in as any user linked to a Google account, without knowing their credentials. All deployments with Google authentication enabled are affected. The fix in versions 8.6.3 and 9.1.1-alpha.4 hardcodes the expected `RS256` algorithm instead of trusting the JWT header, and replaces the Google adapter's custom key fetcher with `jwks-rsa` which rejects unknown key IDs. As a workaround, dsable Google authentication until upgrading is possible.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| parseplatform | parse-server | to 8.6.3 (exc) |
| parseplatform | parse-server | From 9.0.0 (inc) to 9.3.1 (exc) |
| parseplatform | parse-server | 9.3.1 |
| parseplatform | parse-server | 9.3.1 |
| parseplatform | parse-server | 9.3.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-345 | The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data. |
| CWE-327 | The product uses a broken or risky cryptographic algorithm or protocol. |