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 applicationsLearn about Authorization Bypass Through User-Controlled Key vulnerabilities in an interactive lesson.
Start learningUpgrade @strapi/core to version 5.5.2 or higher.
@strapi/core is a Core of Strapi
Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key via the lookup operator in the document service due to improper sanitization of query operator for private fields . An attacker can retrieve sensitive private fields, such as administrator passwords and reset tokens, by submitting specially crafted queries.
&lookup[updatedBy][password][$startsWith]=$2 to the end of a url (All passwords start with $2) and see that all entries are still there;&lookup[updatedBy][password][$startsWith]=$3 see the entry disappear proving that the search above works.