PT-2026-25999 · Unknown · Parse Server
Fancymalware
·
Published
2026-03-17
·
Updated
2026-03-20
·
CVE-2026-33042
CVSS v4.0
6.9
Medium
| Vector | AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
Parse Server versions prior to 9.6.0-alpha.29
Parse Server versions prior to 8.6.49
Description
Parse Server is an open source backend deployable on Node.js infrastructures. A user can create an account without providing credentials by submitting an empty
authData object, circumventing the username and password requirement. This allows the creation of authenticated sessions without valid credentials, even when anonymous users are disabled. The issue arises because empty or non-actionable authData was not treated the same as absent authData during credential validation for new user creation. The User class is involved in this process.Recommendations
Versions prior to 9.6.0-alpha.29 should be updated.
Versions prior to 8.6.49 should be updated.
As a workaround, implement a Cloud Code
beforeSave trigger on the User class to reject signups where authData is empty and no username/password is provided.Exploit
Fix
Improper Authentication
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Parse Server