Parse Server: Account takeover via operator injection in authentication data identifier
Critical severity
GitHub Reviewed
Published
Mar 11, 2026
in
parse-community/parse-server
•
Updated Mar 13, 2026
Package
Affected versions
>= 9.0.0, < 9.6.0-alpha.12
< 8.6.38
Patched versions
9.6.0-alpha.12
8.6.38
Description
Published to the GitHub Advisory Database
Mar 12, 2026
Reviewed
Mar 12, 2026
Published by the National Vulnerability Database
Mar 12, 2026
Last updated
Mar 13, 2026
Impact
An unauthenticated attacker can take over any user account that was created with an authentication provider that does not validate the format of the user identifier (e.g. anonymous authentication). By sending a crafted login request, the attacker can cause the server to perform a pattern-matching query instead of an exact-match lookup, allowing the attacker to match an existing user and obtain a valid session token for that user's account. Both MongoDB and PostgreSQL database backends are affected. Any Parse Server deployment that allows anonymous authentication (enabled by default) is vulnerable.
Patches
The fix enforces that the user identifier in authentication data is a string before using it in a database query. Non-string values are rejected with a validation error.
Workarounds
There is no known workaround.
References
References