Parse Server has an MFA single-use token bypass via concurrent authData login requests
Low severity
GitHub Reviewed
Published
Mar 26, 2026
in
parse-community/parse-server
•
Updated Mar 31, 2026
Package
Affected versions
>= 9.0.0, < 9.7.0-alpha.8
< 8.6.64
Patched versions
9.7.0-alpha.8
8.6.64
Description
Published to the GitHub Advisory Database
Mar 29, 2026
Reviewed
Mar 29, 2026
Published by the National Vulnerability Database
Mar 31, 2026
Last updated
Mar 31, 2026
Impact
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.
Patches
The fix adds optimistic locking to the authData login path, ensuring that concurrent database updates for the same user fail when the original MFA token array has already been modified by another request.
Workarounds
There is no known workaround.
References