Vulnerability Details : CVE-2023-34235
Potential exploit
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.
Vulnerability category: Information leak
Products affected by CVE-2023-34235
- cpe:2.3:a:strapi:strapi:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-34235
1.64%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 81 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-34235
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
3.9
|
3.6
|
NIST | |
8.6
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N |
3.9
|
4.0
|
GitHub, Inc. |
CWE ids for CVE-2023-34235
-
The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.Assigned by: security-advisories@github.com (Primary)
References for CVE-2023-34235
-
https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f
Leaking sensitive user information still possible by filtering on private with prefix fields · Advisory · strapi/strapi · GitHubExploit;Vendor Advisory
-
https://github.com/strapi/strapi/releases/tag/v4.10.8
Release v4.10.8 · strapi/strapi · GitHubRelease Notes
Jump to