Parse Server exposes auth data via verify password endpoint
High severity
GitHub Reviewed
Published
Mar 26, 2026
in
parse-community/parse-server
•
Updated Mar 29, 2026
Package
Affected versions
>= 9.0.0, < 9.7.0-alpha.7
< 8.6.63
Patched versions
9.7.0-alpha.7
8.6.63
Description
Published to the GitHub Advisory Database
Mar 29, 2026
Reviewed
Mar 29, 2026
Last updated
Mar 29, 2026
Impact
The verify password endpoint returns unsanitized authentication data, including MFA TOTP secrets, recovery codes, and OAuth access tokens. An attacker who knows a user's password can extract the MFA secret to generate valid MFA codes, defeating multi-factor authentication protection.
Patches
The verify password endpoint now sanitizes authentication data through auth adapter hooks before returning the response, consistent with login and user retrieval endpoints.
Workarounds
There is no known workaround.
References