Leaking sensitive user information still possible by filtering on private with prefix fields
Description
Strapi is an open-source headless content management system. Prior to version 4.10.8, 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. This can lead to filtering attacks on everything related to the object again, including admin passwords and reset-tokens. Version 4.10.8 fixes this issue.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
@strapi/databasenpm | < 4.10.8 | 4.10.8 |
@strapi/utilsnpm | < 4.10.8 | 4.10.8 |
Affected products
3- ghsa-coords2 versions
< 4.10.8+ 1 more
- (no CPE)range: < 4.10.8
- (no CPE)range: < 4.10.8
Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-9xg4-3qfm-9w8fghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-34235ghsaADVISORY
- github.com/strapi/strapi/releases/tag/v4.10.8ghsax_refsource_MISCWEB
- github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8fghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.