CVE-2023-0323: pimcore is vulnerable to cross-site scripting via "title field " in data objects
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00051%
CWE
Published
1/20/2023
Updated
1/24/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pimcore/pimcore | composer | < 10.5.14 | 10.5.14 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unvalidated 'title' field input in class definitions. The patch adds a regex check for HTML tags in the title field within generateLayoutTreeFromArray(). Before this fix, the function did not sanitize title values, enabling XSS when malicious titles were rendered in admin interfaces. The function's direct handling of user-controlled title input and the specific patch location confirm its role in the vulnerability.