CVE-2023-34235
CVSS V2 None
CVSS V3 None
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.
Overview
- CVE ID
- CVE-2023-34235
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2023-07-25T17:24:19.864Z
- Last Modified Date
- 2023-07-25T17:24:19.864Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f | x_refsource_CONFIRM |
https://github.com/strapi/strapi/releases/tag/v4.10.8 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2023-34235 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-34235 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-25 20:35:33 | Added to TrackCVE |