Snyk has a proof-of-concept or detailed explanation of how to exploit this vulnerability.
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 directus
to version 10.11.0 or higher.
directus is a Directus is a real-time API and App dashboard for managing SQL database content.
Affected versions of this package are vulnerable to Information Exposure through the alias
functionality. An attacker can access sensitive data by manipulating the API request parameters.
Notes:
This is only exploitable if the user has permissions to view any collection using redacted hashed fields.
Steps to reproduce:
Set up a simple role with read-access to users.
Create a new user with the role from the previous step
Assign a password to the user
To confirm this vulnerability, visit /users/me
. You should be presented with a redacted JSON-object. Next, visit /users/me?alias[hash]=password
. This time, the returned JSON object will included the raw password hash instead of the redacted value.