
CVE-2024-21667 – Pimcore Customer Data Framework Improper Access Control allows unprivileged user to access GDPR extracts
https://notcve.org/view.php?id=CVE-2024-21667
11 Jan 2024 — pimcore/customer-data-framework is the Customer Management Framework for management of customer data within Pimcore. An authenticated and unauthorized user can access the GDPR data extraction feature and query over the information returned, leading to customer data exposure. Permissions are not enforced when reaching the `/admin/customermanagementframework/gdpr-data/search-data-objects` endpoint allowing an authenticated user without the permissions to access the endpoint and query the data available there.... • https://github.com/pimcore/customer-data-framework/blob/b4af625ef327c58d05ef7cdf145fa749d2d4195e/src/Controller/Admin/GDPRDataController.php#L38 • CWE-284: Improper Access Control •

CVE-2024-21666 – Pimcore Customer Data Framework Improper Access Control allows unprivileged user to access customers duplicates list
https://notcve.org/view.php?id=CVE-2024-21666
11 Jan 2024 — The Customer Management Framework (CMF) for Pimcore adds functionality for customer data management, segmentation, personalization and marketing automation. An authenticated and unauthorized user can access the list of potential duplicate users and see their data. Permissions are enforced when reaching the `/admin/customermanagementframework/duplicates/list` endpoint allowing an authenticated user without the permissions to access the endpoint and query the data available there. Unauthorized user(s) can acc... • https://github.com/pimcore/customer-data-framework/blob/b4af625ef327c58d05ef7cdf145fa749d2d4195e/src/Controller/Admin/DuplicatesController.php#L43 • CWE-284: Improper Access Control •

CVE-2023-3574 – Improper Authorization in pimcore/customer-data-framework
https://notcve.org/view.php?id=CVE-2023-3574
10 Jul 2023 — Improper Authorization in GitHub repository pimcore/customer-data-framework prior to 3.4.1. • https://github.com/pimcore/customer-data-framework/commit/f15668c86db254e86ba7ac895bc3cdd1a2a3cc45 • CWE-285: Improper Authorization •

CVE-2023-2756 – SQL Injection in pimcore/customer-data-framework
https://notcve.org/view.php?id=CVE-2023-2756
17 May 2023 — SQL Injection in GitHub repository pimcore/customer-data-framework prior to 3.3.10. • https://github.com/pimcore/customer-data-framework/commit/76df151737b7964ce5169fdf9e27a0ad801757fe • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •

CVE-2023-32075 – Pimcore vulnerable to Business Logic Errors in Customer automation rules
https://notcve.org/view.php?id=CVE-2023-32075
11 May 2023 — The Customer Management Framework (CMF) for Pimcore adds functionality for customer data management. In `pimcore/customer-management-framework-bundle` prior to version 3.3.9, business logic errors are possible in the `Conditions` tab since the counter can be a negative number. This vulnerability is capable of the unlogic in the counter value in the Conditions tab. Users should update to version 3.3.9 to receive a patch or, as a workaround, or apply the patch manually. • https://github.com/pimcore/customer-data-framework/commit/e3f333391582d9309115e6b94e875367d0ea7163.patch • CWE-20: Improper Input Validation •

CVE-2023-2629 – Improper Neutralization of Formula Elements in a CSV File in pimcore/customer-data-framework
https://notcve.org/view.php?id=CVE-2023-2629
10 May 2023 — Improper Neutralization of Formula Elements in a CSV File in GitHub repository pimcore/customer-data-framework prior to 3.3.9. • https://github.com/pimcore/customer-data-framework/commit/4e0105c3a78d20686a0c010faef27d2297b98803 • CWE-1236: Improper Neutralization of Formula Elements in a CSV File •

CVE-2021-31867 – Pimcore Customer Data Framework 'SegmentAssignmentController.php' Blind SQL Injection
https://notcve.org/view.php?id=CVE-2021-31867
04 Aug 2021 — Pimcore Customer Data Framework version 3.0.0 and earlier suffers from a Boolean-based blind SQL injection issue in the $id parameter of the SegmentAssignmentController.php component of the application. This issue was fixed in version 3.0.2 of the product. Pimcore Customer Data Framework versiones 3.0.0 y anteriores, sufren un problema de inyección SQL ciega basada en booleanos en el parámetro $id del componente SegmentAssignmentController.php de la aplicación. Este problema se ha corregido en la versión 3.... • https://www.rapid7.com/blog/post/2021/07/27/multiple-open-source-web-app-vulnerabilities-fixed • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') •