CVE-2023-34235 HIGH

CVE-2023-34235: Leaking sensitive user information still possible by filtering on private with prefix fields

Vendor Strapi
Product strapi
Weakness CWE-200 · Info exposure
Published July 25, 2023
Last update October 3, 2024

CVSS base score

8.6/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

July 25, 2023 CVE published
October 3, 2024 Record updated