The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 9.9.1-alpha.5 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 Exposure of Sensitive System Information to an Unauthorized Control Sphere via the handleLogIn and verifyPassword user re-fetch paths in UsersRouter. An attacker can obtain raw _User fields, including MFA secrets and protected fields such as phone, by sending /login or /verifyPassword requests for an account whose _User get class-level permission denies the re-fetch. When the re-fetch is denied, the response exposes stored authData and other hidden user properties, rather than only the authenticated identity, thereby leaking MFA material and other restricted account data to the caller.