Information Exposure Affecting @strapi/utils package, versions <4.10.8
Threat Intelligence
Do your applications use this vulnerable package?
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 applications- Snyk ID SNYK-JS-STRAPIUTILS-5805289
- published 26 Jul 2023
- disclosed 26 Jul 2023
- credit Boegie19
Introduced: 26 Jul 2023
CVE-2023-34235 Open this link in a new tabHow to fix?
Upgrade @strapi/utils
to version 4.10.8 or higher.
Overview
@strapi/utils is a Shared utilities for the Strapi packages
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.