---
id: CVE-2026-34224
title: >-
  Parse Server is an open source backend that can be deployed to any
  infrastructure that can run Node.js
summary: >-
  Parse Server is an open source backend that can be deployed to any
  infrastructure that can run Node.js. Prior to versions 8.6.64 and
  9.7.0-alpha.8, an attacker who possesses a valid authentication provider token
  and a single MFA recovery…
severity: medium
cvss: 4.4
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N'
cwe:
  - CWE-367
vendor: parseplatform
product: parse-server
affected:
  - parse-server < 8.6.64
  - 'parse-server >= 9.0.0, < 9.7.0'
  - parse-server = 9.7.0
patched:
  - parse-server 9.7.0
published: '2026-03-31'
updated: '2026-07-24'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-34224'
references:
  - url: >-
      https://github.com/parse-community/parse-server/commit/661f160edac8daac0486bc94413cf9652876ab92
    label: security-advisories@github.com
  - url: >-
      https://github.com/parse-community/parse-server/commit/e7efbebba398ce6abe5b6b6fb9829c6ebe310fbf
    label: security-advisories@github.com
  - url: 'https://github.com/parse-community/parse-server/pull/10326'
    label: security-advisories@github.com
  - url: 'https://github.com/parse-community/parse-server/pull/10327'
    label: security-advisories@github.com
  - url: >-
      https://github.com/parse-community/parse-server/security/advisories/GHSA-w73w-g5xw-rwhf
    label: security-advisories@github.com
tags:
  - nvd
epss: 0.00342
epssPercentile: 0.25127
ingestedAt: '2026-07-24T21:39:13.476Z'
---

## Overview

Parse Server is an open source backend that can be deployed to any infrastructure that can run Node.js. Prior to versions 8.6.64 and 9.7.0-alpha.8, an attacker who possesses a valid authentication provider token and a single MFA recovery code or SMS one-time password can create multiple authenticated sessions by sending concurrent login requests via the authData login endpoint. This defeats the single-use guarantee of MFA recovery codes and SMS one-time passwords, allowing session persistence even after the legitimate user revokes detected sessions. This issue has been patched in versions 8.6.64 and 9.7.0-alpha.8.

## Affected

- `parse-server < 8.6.64`
- `parse-server >= 9.0.0, < 9.7.0`
- `parse-server = 9.7.0`

## Remediation

Upgrade past the affected range:

- `parse-server 9.7.0`
