CVE-2023-1429: Cross-site Scripting (XSS) in Document Types
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00027%
CWE
Published
3/16/2023
Updated
3/22/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.19 | 10.5.19 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch adds Ext.util.Format.htmlEncode()
to sanitize data.data.name in the delete confirmation dialog. This indicates the original code lacked proper output encoding for the Name field value when constructing UI elements, making it susceptible to reflected XSS via malicious document type names. The vulnerability manifests in the client-side JavaScript handler responsible for displaying deletion confirmation messages.