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 @strapi/database
to version 4.10.8 or higher.
@strapi/database is a Strapi's database layer
Affected versions of this package are vulnerable to Information Exposure such that it is possible to leak private fields if one is using the t(number)
prefix. Knex query allows users to change the default prefix. For example, if someone changes the prefix to be the same as it was before or to another table they want to query, the query changes from password
to t1.password
. password
is protected by filtering protections but t1.password
is not protected.
Note:
This can lead to filtering attacks on everything related to the object, including admin passwords and reset-tokens.