Parse Server has a NoSQL injection via token type in password reset and email verification endpoints
High severity
GitHub Reviewed
Published
Mar 10, 2026
in
parse-community/parse-server
•
Updated Mar 11, 2026
Package
Affected versions
>= 9.0.0, < 9.5.2-alpha.1
< 8.6.14
Patched versions
9.5.2-alpha.1
8.6.14
Description
Published by the National Vulnerability Database
Mar 10, 2026
Published to the GitHub Advisory Database
Mar 11, 2026
Reviewed
Mar 11, 2026
Last updated
Mar 11, 2026
Impact
A NoSQL injection vulnerability allows an unauthenticated attacker to inject MongoDB query operators via the
tokenfield in the password reset and email verification resend endpoints. Thetokenvalue is passed to database queries without type validation and can be used to extract password reset and email verification tokens.Any Parse Server deployment using MongoDB with email verification or password reset enabled is affected. When
emailVerifyTokenReuseIfValidis configured, the email verification token can be fully extracted and used to verify a user's email address without inbox access.Patches
Patches
The vulnerability is fixed by adding input type validation at the endpoint level.
Workarounds
There is no known workaround.
References
References