In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade parse-server to version 8.6.49, 9.6.0-alpha.29 or higher.
parse-server is a version of the Parse backend that can be deployed to any infrastructure that can run Node.js.
Affected versions of this package are vulnerable to Weak Authentication in the user sign up. An attacker can create authenticated sessions without providing valid credentials by submitting an empty authData object during signup, even when anonymous users are disabled.
This vulnerability can be mitigated by using a Cloud Code beforeSave trigger on the _User class to reject signups where authData is empty and no username/password is provided.