CVE-2026-32943

LOW EPSS 10.9%
Published Mar 18, 20263mo ago · Modified Jun 17, 20261w ago
2.3 CVSS 4.0
Low
Find Similar
Published Mar 18, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago

Description

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.28 and 8.6.48, the password reset mechanism does not enforce single-use guarantees for reset tokens. When a user requests a password reset, the generated token can be consumed by multiple concurrent requests within a short time window. An attacker who has intercepted a password reset token can race the legitimate user's password reset request, causing both requests to succeed. This may result in the legitimate user believing their password was changed successfully while the attacker's password takes effect instead. All Parse Server deployments that use the password reset feature are affected. Starting in versions 9.6.0-alpha.28 and 8.6.48, the password reset token is now atomically validated and consumed as part of the password update operation. The database query that updates the password includes the reset token as a condition, ensuring that only one concurrent request can successfully consume the token. Subsequent requests using the same token will fail because the token has already been cleared. There is no known workaround other than upgrading.

CVSS Details

Base Score
2.3
Exploitability
Impact
Vector string
CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector Network
Attack Complexity High
Privileges Required None
User Interaction P
Scope X

Threat Intelligence

EPSS Exploit Probability
10.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-367

Affected Products 29

VendorProductVersionRange
parseplatformparse-server* <8.6.48
parseplatformparse-server*≥9.0.0  –  <9.6.0
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any
parseplatformparse-server9.6.0any

References 3

  • github.com https://github.com/parse-community/parse-server/pull/10216
    Issue Tracking
  • github.com https://github.com/parse-community/parse-server/pull/10217
    Issue Tracking
  • github.com https://github.com/parse-community/parse-server/security/advisories/GHSA-r3xq-68wh-gwvh
    Vendor Advisory

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.