Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-33042
March 18, 2026
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.29 and 8.6.49, a user can sign up without providing credentials by sending an empty "authData" object, bypassing the username and password requirement. This allows the creation of authenticated sessions without proper credentials, even when anonymous users are disabled. The fix in 9.6.0-alpha.29 and 8.6.49 ensures that empty or non-actionable "authData" is treated the same as absent "authData" for the purpose of credential validation on new user creation. Username and password are now required when no valid auth provider data is present. As a workaround, use a Cloud Code "beforeSave" trigger on the "_User" class to reject signups where "authData" is empty and no username/password is provided.
Affected Packages
https://github.com/parse-community/parse-server.git (GITHUB):
Affected version(s) >=2.0.0 <8.6.49
Fix Suggestion:
Update to version 8.6.49
https://github.com/parse-community/parse-server.git (GITHUB):
Affected version(s) >=9.0.0-alpha.1 <9.6.0-alpha.29
Fix Suggestion:
Update to version 9.6.0-alpha.29
parse-server (NPM):
Affected version(s) >=9.0.0 <9.6.0-alpha.29
Fix Suggestion:
Update to version 9.6.0-alpha.29
parse-server (NPM):
Affected version(s) >=1.0.0 <8.6.49
Fix Suggestion:
Update to version 8.6.49
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.9
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.3
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Authentication
EPSS
Base Score:
0.01