CVE-2023-34235
HIGHStrapi < 4.10.8 - Exposure of Sensitive Information via Knex Query Prefix Manipulation
Title source: llmDescription
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.
References (2)
Core 2
Core References
Exploit, Vendor Advisory x_refsource_confirm
https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f
Release Notes x_refsource_misc
https://github.com/strapi/strapi/releases/tag/v4.10.8
Scores
CVSS v3
8.6
EPSS
0.0091
EPSS Percentile
55.3%
Attack Vector
NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
CISA SSVC
Vulnrichment
Exploitation
poc
Automatable
yes
Technical Impact
partial
Details
CWE
CWE-200
Status
published
Products (3)
strapi/database
0 - 4.10.8npm
strapi/strapi
< 4.10.8
strapi/utils
0 - 4.10.8npm
Published
Jul 25, 2023
Tracked Since
Feb 18, 2026