Pimcore Pimcore

Do you want an email whenever new security vulnerabilities are reported in any Pimcore product?

Products by Pimcore Sorted by Most Security Vulnerabilities since 2018

Pimcore109 vulnerabilities

Pimcore Admin Classic Bundle9 vulnerabilities

Pimcore Adminbundle1 vulnerability

Pimcore Core1 vulnerability

Pimcore Data Hub1 vulnerability

By the Year

In 2024 there have been 6 vulnerabilities in Pimcore with an average score of 7.3 out of ten. Last year Pimcore had 69 security vulnerabilities published. Right now, Pimcore is on track to have less security vulnerabilities in 2024 than it did last year. However, the average CVE base score of the vulnerabilities in 2024 is greater by 1.17.

Year Vulnerabilities Average Score
2024 6 7.33
2023 69 6.17
2022 31 6.02
2021 11 6.59
2020 2 6.85
2019 9 8.02
2018 3 6.90

It may take a day or so for new Pimcore vulnerabilities to show up in the stats or in the list of recent security vulnerabilties. Additionally vulnerabilities may be tagged under a different product or component name.

Recent Pimcore Security Vulnerabilities

Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore

CVE-2024-24822 9.1 - Critical - February 07, 2024

Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. Prior to version 1.3.3, an attacker can create, delete etc. tags without having the permission to do so. A fix is available in version 1.3.3. As a workaround, one may apply the patch manually.

AuthZ

Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore

CVE-2024-23646 8.8 - High - January 24, 2024

Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. The application allows users to create zip files from available files on the site. In the 1.x branch prior to version 1.3.2, parameter `selectedIds` is susceptible to SQL Injection. Any backend user with very basic permissions can execute arbitrary SQL statements and thus alter any data or escalate their privileges to at least admin level. Version 1.3.2 contains a fix for this issue.

SQL Injection

Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore

CVE-2024-23648 8.8 - High - January 24, 2024

Pimcore's Admin Classic Bundle provides a backend user interface for Pimcore. The password reset functionality sends to the the user requesting a password change an email containing an URL to reset its password. The URL sent contains a unique token, valid during 24 hours, allowing the user to reset its password. This token is highly sensitive ; as an attacker able to retrieve it would be able to resets the user's password. Prior to version 1.2.3, the reset-password URL is crafted using the "Host" HTTP header of the request sent to request a password reset. This way, an external attacker could send password requests for users, but specify a "Host" header of a website that they control. If the user receiving the mail clicks on the link, the attacker would retrieve the reset token of the victim and perform account takeover. Version 1.2.3 fixes this issue.

Injection

ecommerce-framework-bundle is the Pimcore Ecommerce Framework Bundle

CVE-2024-21665 4.3 - Medium - January 11, 2024

ecommerce-framework-bundle is the Pimcore Ecommerce Framework Bundle. An authenticated and unauthorized user can access the back-office orders list and be able to query over the information returned. Access control and permissions are not being enforced. This vulnerability has been patched in version 1.0.10.

pimcore/customer-data-framework is the Customer Management Framework for management of customer data within Pimcore

CVE-2024-21667 6.5 - Medium - January 11, 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. An unauthorized user can access PII data from customers. This vulnerability has been patched in version 4.0.6.

Authorization

The Customer Management Framework (CMF) for Pimcore adds functionality for customer data management

CVE-2024-21666 6.5 - Medium - January 11, 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 access PII data from customers. This vulnerability has been patched in version 4.0.6.

Authorization

Customer-data-framework allows management of customer data within Pimcore

CVE-2023-49076 6.5 - Medium - November 30, 2023

Customer-data-framework allows management of customer data within Pimcore. There are no tokens or headers to prevent CSRF attacks from occurring, therefore an attacker could abuse this vulnerability to create new customers. This issue has been patched in version 4.0.5.

Session Riding

The Admin Classic Bundle provides a Backend UI for Pimcore

CVE-2023-49075 7.2 - High - November 28, 2023

The Admin Classic Bundle provides a Backend UI for Pimcore. `AdminBundle\Security\PimcoreUserTwoFactorCondition` introduced in v11 disable the two factor authentication for all non-admin security firewalls. An authenticated user can access the system without having to provide the two factor credentials. This issue has been patched in version 1.2.2.

Use of Single-factor Authentication

Pimcore is an Open Source Data & Experience Management Platform

CVE-2023-47637 8.8 - High - November 15, 2023

Pimcore is an Open Source Data & Experience Management Platform. In affected versions the `/admin/object/grid-proxy` endpoint calls `getFilterCondition()` on fields of classes to be filtered for, passing input from the request, and later executes the returned SQL. One implementation of `getFilterCondition()` is in `Multiselect`, which does not normalize/escape/validate the passed value. Any backend user with very basic permissions can execute arbitrary SQL statements and thus alter any data or escalate their privileges to at least admin level. This vulnerability has been addressed in version 11.1.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.

The Pimcore Admin Classic Bundle provides a Backend UI for Pimcore

CVE-2023-47636 5.3 - Medium - November 15, 2023

The Pimcore Admin Classic Bundle provides a Backend UI for Pimcore. Full Path Disclosure (FPD) vulnerabilities enable the attacker to see the path to the webroot/file. e.g.: /home/omg/htdocs/file/. Certain vulnerabilities, such as using the load_file() (within a SQL Injection) query to view the page source, require the attacker to have the full path to the file they wish to view. In the case of pimcore, the fopen() function here doesn't have an error handle when the file doesn't exist on the server so the server response raises the full path "fopen(/var/www/html/var/tmp/export-{ uniqe id}.csv)". This issue has been patched in commit `10d178ef771` which has been included in release version 1.2.1. Users are advised to upgrade. There are no known workarounds for this vulnerability.

The Pimcore Admin Classic Bundle provides a backend UI for Pimcore

CVE-2023-46722 6.1 - Medium - October 31, 2023

The Pimcore Admin Classic Bundle provides a backend UI for Pimcore. Prior to version 1.2.0, a cross-site scripting vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites. Users should upgrade to version 1.2.0 to receive a patch or, as a workaround, apply the patch manually.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 11.1.0.

CVE-2023-5873 5.4 - Medium - October 31, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 11.1.0.

XSS

Unverified Password Change in GitHub repository pimcore/admin-ui-classic-bundle prior to 1.2.0.

CVE-2023-5844 7.2 - High - October 30, 2023

Unverified Password Change in GitHub repository pimcore/admin-ui-classic-bundle prior to 1.2.0.

authentification

Excessive Data Query Operations in a Large Data Table in GitHub repository pimcore/demo prior to 10.3.0.

CVE-2023-5192 6.5 - Medium - September 27, 2023

Excessive Data Query Operations in a Large Data Table in GitHub repository pimcore/demo prior to 10.3.0.

Excessive Data Query Operations in a Large Data Table

Pimcore admin-ui-classic-bundle provides a Backend UI for Pimcore

CVE-2023-42817 5.4 - Medium - September 25, 2023

Pimcore admin-ui-classic-bundle provides a Backend UI for Pimcore. The translation value with text including %s (from %suggest%) is parsed by sprintf() even though its supposed to be output literally to the user. The translations may be accessible by a user with comparatively lower overall access (as the translation permission cannot be scoped to certain modules) and a skilled attacker might be able to exploit the parsing of the translation string in the dialog box. This issue has been patched in commit `abd77392` which is included in release 1.1.2. Users are advised to update to version 1.1.2 or apply the patch manually.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.6.8.

CVE-2023-4453 5.4 - Medium - August 21, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.6.8.

XSS

Pimcore is an Open Source Data & Experience Management Platform: PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce

CVE-2023-38708 8.8 - High - August 04, 2023

Pimcore is an Open Source Data & Experience Management Platform: PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce. A path traversal vulnerability exists in the `AssetController::importServerFilesAction`, which allows an attacker to overwrite or modify sensitive files by manipulating the pimcore_log parameter.This can lead to potential denial of service---key file overwrite. The impact of this vulnerability allows attackers to: overwrite or modify sensitive files, potentially leading to unauthorized access, privilege escalation, or disclosure of confidential information. This could also cause a denial of service (DoS) if critical system files are overwritten or deleted.

Directory traversal

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/customer-data-framework prior to 3.4.2.

CVE-2023-4145 5.4 - Medium - August 03, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/customer-data-framework prior to 3.4.2.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.6.4.

CVE-2023-3822 6.1 - Medium - July 21, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.6.4.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.6.4.

CVE-2023-3821 5.4 - Medium - July 21, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.6.4.

XSS

SQL Injection in GitHub repository pimcore/pimcore prior to 10.6.4.

CVE-2023-3820 7.2 - High - July 21, 2023

SQL Injection in GitHub repository pimcore/pimcore prior to 10.6.4.

SQL Injection

Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository pimcore/pimcore prior to 10.6.4.

CVE-2023-3819 6.5 - Medium - July 21, 2023

Exposure of Sensitive Information to an Unauthorized Actor in GitHub repository pimcore/pimcore prior to 10.6.4.

Information Disclosure

SQL Injection in GitHub repository pimcore/pimcore prior to 10.5.24.

CVE-2023-3673 7.2 - High - July 14, 2023

SQL Injection in GitHub repository pimcore/pimcore prior to 10.5.24.

SQL Injection

Pimcore Admin Classic Bundle provides a Backend UI for Pimcore based on the ExtJS framework

CVE-2023-37280 6.1 - Medium - July 11, 2023

Pimcore Admin Classic Bundle provides a Backend UI for Pimcore based on the ExtJS framework. An admin who has not setup two factor authentication before is vulnerable for this attack, without need for any form of privilege, causing the application to execute arbitrary scripts/HTML content. This vulnerability has been patched in version 1.0.3.

XSS

Improper Authorization in GitHub repository pimcore/customer-data-framework prior to 3.4.1.

CVE-2023-3574 6.5 - Medium - July 10, 2023

Improper Authorization in GitHub repository pimcore/customer-data-framework prior to 3.4.1.

Privilege Defined With Unsafe Actions in GitHub repository pimcore/pimcore prior to 10.5.23.

CVE-2023-2983 8.8 - High - May 30, 2023

Privilege Defined With Unsafe Actions in GitHub repository pimcore/pimcore prior to 10.5.23.

Privilege Defined With Unsafe Actions

Storing Passwords in a Recoverable Format in GitHub repository pimcore/customer-data-framework prior to 3.3.10.

CVE-2023-2881 4.9 - Medium - May 25, 2023

Storing Passwords in a Recoverable Format in GitHub repository pimcore/customer-data-framework prior to 3.3.10.

Insufficiently Protected Credentials

SQL Injection in GitHub repository pimcore/customer-data-framework prior to 3.3.10.

CVE-2023-2756 7.2 - High - May 17, 2023

SQL Injection in GitHub repository pimcore/customer-data-framework prior to 3.3.10.

SQL Injection

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3.

CVE-2023-2730 5.4 - Medium - May 16, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3.

XSS

The Customer Management Framework (CMF) for Pimcore adds functionality for customer data management

CVE-2023-32075 4.3 - Medium - May 11, 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.

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2630 4.8 - Medium - May 10, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Improper Neutralization of Formula Elements in a CSV File in GitHub repository pimcore/customer-data-framework prior to 3.3.9.

CVE-2023-2629 7.8 - High - May 10, 2023

Improper Neutralization of Formula Elements in a CSV File in GitHub repository pimcore/customer-data-framework prior to 3.3.9.

CSV Injection

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2615 5.4 - Medium - May 10, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - DOM in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2614 5.4 - Medium - May 10, 2023

Cross-site Scripting (XSS) - DOM in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2616 5.4 - Medium - May 10, 2023

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Pimcore is an open source data and experience management platform

CVE-2023-30855 7.5 - High - May 08, 2023

Pimcore is an open source data and experience management platform. Versions of Pimcore prior to 10.5.18 are vulnerable to path traversal. The impact of this path traversal and arbitrary extension is limited to creation of arbitrary files and appending data to existing files. When combined with the SQL Injection, the exported data `RESTRICTED DIFFUSION 9 / 9` can be controlled and a webshell can be uploaded. Attackers can use that to execute arbitrary PHP code on the server with the permissions of the webserver. Users may upgrade to version 10.5.18 to receive a patch or, as a workaround, apply the patch manually.

Directory traversal

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2361 5.4 - Medium - April 28, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Pimcore is an open source data and experience management platform

CVE-2023-30852 4.9 - Medium - April 27, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.21, the `/admin/misc/script-proxy` API endpoint that is accessible by an authenticated administrator user is vulnerable to arbitrary JavaScript and CSS file read via the `scriptPath` and `scripts` parameters. The `scriptPath` parameter is not sanitized properly and is vulnerable to path traversal attack. Any JavaScript/CSS file from the application server can be read by specifying sufficient number of `../` patterns to go out from the application webroot followed by path of the folder where the file is located in the "scriptPath" parameter and the file name in the "scripts" parameter. The JavaScript file is successfully read only if the web application has read access to it. Users should update to version 10.5.21 to receive a patch or, as a workaround, apply the patch manual.

Directory traversal

Pimcore is an open source data and experience management platform

CVE-2023-30850 8.8 - High - April 27, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.21, a SQL Injection vulnerability exists in the admin translations API. Users should update to version 10.5.21 to receive a patch or, as a workaround, or apply the patch manually.

SQL Injection

Pimcore is an open source data and experience management platform

CVE-2023-30849 8.8 - High - April 27, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.21, A SQL injection vulnerability exists in the translation export API. Users should update to version 10.5.21 to receive a patch or, as a workaround, or apply the patch manually.

SQL Injection

Pimcore is an open source data and experience management platform

CVE-2023-30848 8.8 - High - April 27, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.21, the admin search find API has a SQL injection vulnerability. Users should upgrade to version 10.5.21 to receive a patch or, as a workaround, apply the patch manually.

SQL Injection

Cross-site Scripting (XSS) - DOM in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2343 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - DOM in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2342 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2341 6.1 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2340 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2339 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

SQL Injection in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2338 8.8 - High - April 27, 2023

SQL Injection in GitHub repository pimcore/pimcore prior to 10.5.21.

SQL Injection

Path Traversal in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2336 6.5 - Medium - April 27, 2023

Path Traversal in GitHub repository pimcore/pimcore prior to 10.5.21.

Directory traversal

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2328 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2327 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2323 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

CVE-2023-2322 5.4 - Medium - April 27, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.21.

XSS

Pimcore Perspective Editor provides an editor for Pimcore that allows users to add/remove/edit custom views and perspectives

CVE-2023-28850 5.4 - Medium - April 03, 2023

Pimcore Perspective Editor provides an editor for Pimcore that allows users to add/remove/edit custom views and perspectives. This vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites. Version 1.5.1 has a patch. As a workaround, one may apply the patch manually.

XSS

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.20.

CVE-2023-1703 5.4 - Medium - March 29, 2023

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.20.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.20.

CVE-2023-1704 5.4 - Medium - March 29, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.20.

XSS

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.20.

CVE-2023-1702 5.4 - Medium - March 29, 2023

Cross-site Scripting (XSS) - Generic in GitHub repository pimcore/pimcore prior to 10.5.20.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.20.

CVE-2023-1701 5.4 - Medium - March 29, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.20.

XSS

Pimcore is an open source data and experience management platform

CVE-2023-28438 8 - High - March 22, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.19, since a user with 'report' permission can already write arbitrary SQL queries and given the fact that this endpoint is using the GET method (no CSRF protection), an attacker can inject an arbitrary query by manipulating a user to click on a link. Users should upgrade to version 10.5.19 to receive a patch or, as a workaround, may apply the patch manually.

SQL Injection

SQL Injection in GitHub repository pimcore/pimcore prior to 10.5.19.

CVE-2023-1578 8.8 - High - March 22, 2023

SQL Injection in GitHub repository pimcore/pimcore prior to 10.5.19.

SQL Injection

Cross-site Scripting (XSS) - DOM in GitHub repository pimcore/pimcore prior to 10.5.19.

CVE-2023-1517 4.8 - Medium - March 20, 2023

Cross-site Scripting (XSS) - DOM in GitHub repository pimcore/pimcore prior to 10.5.19.

XSS

Pimcore is an open source data and experience management platform

CVE-2023-28429 6.1 - Medium - March 20, 2023

Pimcore is an open source data and experience management platform. Versions prior to 10.5.19 have an unsecured tooltip field in DataObject class definition. This vulnerability has the potential to steal a user's cookie and gain unauthorized access to that user's account through the stolen cookie or redirect users to other malicious sites. Users should upgrade to version 10.5.19 or, as a workaround, apply the patch manually.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.19.

CVE-2023-1515 5.4 - Medium - March 20, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.19.

XSS

Pimcore is an open source data and experience management platform

CVE-2023-28108 7.8 - High - March 16, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.19, quoting is not done properly in UUID DAO model. There is the theoretical possibility to inject custom SQL if the developer is using this methods with input data and not doing proper input validation in advance and so relies on the auto-quoting being done by the DAO class. Users should update to version 10.5.19 to receive a patch or, as a workaround, apply the patch manually.

SQL Injection

Pimcore is an open source data and experience management platform

CVE-2023-28106 4.8 - Medium - March 16, 2023

Pimcore is an open source data and experience management platform. Prior to version 10.5.19, an attacker can use cross-site scripting to send a malicious script to an unsuspecting user. Users may upgrade to version 10.5.19 to receive a patch or, as a workaround, apply the patch manually.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.19.

CVE-2023-1429 5.4 - Medium - March 16, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.19.

XSS

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.19.

CVE-2023-1312 4.8 - Medium - March 10, 2023

Cross-site Scripting (XSS) - Reflected in GitHub repository pimcore/pimcore prior to 10.5.19.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.19.

CVE-2023-1286 4.8 - Medium - March 09, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.19.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

CVE-2023-1117 5.4 - Medium - March 01, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

CVE-2023-1116 5.4 - Medium - March 01, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

CVE-2023-1115 5.4 - Medium - March 01, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

CVE-2023-1067 5.4 - Medium - February 27, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.18.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 1.5.17.

CVE-2023-0827 5.4 - Medium - February 14, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 1.5.17.

XSS

An improper SameSite Attribute vulnerability in pimCore v10.5.15

CVE-2023-25240 8.8 - High - February 13, 2023

An improper SameSite Attribute vulnerability in pimCore v10.5.15 allows attackers to execute arbitrary code.

Pimcore is an Open Source Data & Experience Management Platform: PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce

CVE-2023-23937 5.4 - Medium - February 03, 2023

Pimcore is an Open Source Data & Experience Management Platform: PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce. The upload functionality for updating user profile does not properly validate the file content-type, allowing any authenticated user to bypass this security check by adding a valid signature (p.e. GIF89) and sending any invalid content-type. This could allow an authenticated attacker to upload HTML files with JS content that will be executed in the context of the domain. This issue has been patched in version 10.5.16.

Unrestricted File Upload

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.14.

CVE-2023-0323 5.4 - Medium - January 16, 2023

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.14.

XSS

Pimcore is an open source data and experience management platform

CVE-2022-39365 9.8 - Critical - October 27, 2022

Pimcore is an open source data and experience management platform. Prior to version 10.5.9, the user controlled twig templates rendering in `Pimcore/Mail` & `ClassDefinition\Layout\Text` is vulnerable to server-side template injection, which could lead to remote code execution. Version 10.5.9 contains a patch for this issue. As a workaround, one may apply the patch manually.

Code Injection

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user

CVE-2022-3255 4.8 - Medium - September 21, 2022

If an attacker can control a script that is executed in the victim's browser, then they can typically fully compromise that user. Amongst other things, the attacker can: Perform any action within the application that the user can perform. View any information that the user is able to view. Modify any information that the user is able to modify. Initiate interactions with other application users, including malicious attacks, that will appear to originate from the initial victim user.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.6.

CVE-2022-3211 5.4 - Medium - September 15, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.6.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.4.

CVE-2022-2796 4.8 - Medium - August 23, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.5.4.

XSS

Pimcore is an Open Source Data & Experience Management Platform

CVE-2022-31092 8.1 - High - June 27, 2022

Pimcore is an Open Source Data & Experience Management Platform. Pimcore offers developers listing classes to make querying data easier. This listing classes also allow to order or group the results based on one or more columns which should be quoted by default. The actual issue is that quoting is not done properly in both cases, so there's the theoretical possibility to inject custom SQL if the developer is using this methods with input data and not doing proper input validation in advance and so relies on the auto-quoting being done by the listing classes. This issue has been resolved in version 10.4.4. Users are advised to upgrade or to apple the patch manually. There are no known workarounds for this issue.

SQL Injection

SQL injection in GridHelperService.php in GitHub repository pimcore/pimcore prior to 10.3.6

CVE-2022-1429 7.5 - High - April 22, 2022

SQL injection in GridHelperService.php in GitHub repository pimcore/pimcore prior to 10.3.6. This vulnerability is capable of steal the data

SQL Injection

Stored XSS in Tooltip in GitHub repository pimcore/pimcore prior to 10.4.

CVE-2022-1351 5.4 - Medium - April 14, 2022

Stored XSS in Tooltip in GitHub repository pimcore/pimcore prior to 10.4.

XSS

SQL injection in ElementController.php in GitHub repository pimcore/pimcore prior to 10.3.5

CVE-2022-1339 7.5 - High - April 13, 2022

SQL injection in ElementController.php in GitHub repository pimcore/pimcore prior to 10.3.5. This vulnerability is capable of steal the data

SQL Injection

SQL injection in RecyclebinController.php in GitHub repository pimcore/pimcore prior to 10.3.5

CVE-2022-1219 7.5 - High - April 08, 2022

SQL injection in RecyclebinController.php in GitHub repository pimcore/pimcore prior to 10.3.5. This vulnerability is capable of steal the data

SQL Injection

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/data-hub prior to 1.2.4.

CVE-2022-0955 4.8 - Medium - March 24, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/data-hub prior to 1.2.4.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

CVE-2022-0705 5.4 - Medium - March 16, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

CVE-2022-0704 5.4 - Medium - March 16, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

CVE-2022-0911 5.4 - Medium - March 16, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

CVE-2022-0894 5.4 - Medium - March 15, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

CVE-2022-0893 5.4 - Medium - March 15, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.4.0.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3.

CVE-2022-0832 5.4 - Medium - March 04, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3.

CVE-2022-0831 5.4 - Medium - March 04, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.3.3.

XSS

Path Traversal in GitHub repository pimcore/pimcore prior to 10.3.2.

CVE-2022-0665 6.5 - Medium - February 22, 2022

Path Traversal in GitHub repository pimcore/pimcore prior to 10.3.2.

Directory traversal

Cross-site Scripting in Packagist pimcore/pimcore prior to 10.3.1.

CVE-2022-0565 6.4 - Medium - February 14, 2022

Cross-site Scripting in Packagist pimcore/pimcore prior to 10.3.1.

XSS

Cross-site Scripting (XSS) - Reflected in Packagist pimcore/pimcore prior to 10.3.1.

CVE-2022-0510 5.4 - Medium - February 08, 2022

Cross-site Scripting (XSS) - Reflected in Packagist pimcore/pimcore prior to 10.3.1.

XSS

Cross-site Scripting (XSS) - Stored in Packagist pimcore/pimcore prior to 10.3.1.

CVE-2022-0509 5.4 - Medium - February 08, 2022

Cross-site Scripting (XSS) - Stored in Packagist pimcore/pimcore prior to 10.3.1.

XSS

Cross-site Scripting (XSS) - Stored in Packagist pimcore/pimcore prior to 10.2.

CVE-2022-0348 5.4 - Medium - January 27, 2022

Cross-site Scripting (XSS) - Stored in Packagist pimcore/pimcore prior to 10.2.

XSS

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.2.10.

CVE-2022-0251 5.4 - Medium - January 26, 2022

Cross-site Scripting (XSS) - Stored in GitHub repository pimcore/pimcore prior to 10.2.10.

XSS

Cross-site Scripting (XSS) - Stored in Packagist pimcore/pimcore prior to 10.2.9.

CVE-2022-0285 5.4 - Medium - January 20, 2022

Cross-site Scripting (XSS) - Stored in Packagist pimcore/pimcore prior to 10.2.9.

XSS

Unrestricted Upload of File with Dangerous Type in Packagist pimcore/pimcore prior to 10.2.7.

CVE-2022-0263 7.8 - High - January 18, 2022

Unrestricted Upload of File with Dangerous Type in Packagist pimcore/pimcore prior to 10.2.7.

Unrestricted File Upload

Built by Foundeo Inc., with data from the National Vulnerability Database (NVD), Icons by Icons8. Privacy Policy. Use of this site is governed by the Legal Terms
Disclaimer
CONTENT ON THIS WEBSITE IS PROVIDED ON AN "AS IS" BASIS AND DOES NOT IMPLY ANY KIND OF GUARANTEE OR WARRANTY, INCLUDING THE WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. YOUR USE OF THE INFORMATION ON THE DOCUMENT OR MATERIALS LINKED FROM THE DOCUMENT IS AT YOUR OWN RISK. Always check with your vendor for the most up to date, and accurate information.