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.
Remediation
References
https://github.com/strapi/strapi/releases/tag/v4.10.8
https://github.com/strapi/strapi/security/advisories/GHSA-9xg4-3qfm-9w8f
Related Vulnerabilities
CVE-2023-36478 Vulnerability in maven package org.eclipse.jetty.http2:http2-hpack
CVE-2022-36084 Vulnerability in npm package cruddl
CVE-2021-23419 Vulnerability in npm package open-graph
CVE-2021-41251 Vulnerability in npm package @sap-cloud-sdk/core
CVE-2023-50422 Vulnerability in maven package com.sap.cloud.security.xsuaa:spring-xsuaa