-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pimcore/pimcore | composer | < 10.5.4 | 10.5.4 |
The patch adds HTML encoding in two critical locations: 1) In the grid column configuration by introducing a DisplayField with htmlEncode:true for translation keys, and 2) In the delete confirmation dialog using Ext.util.Format.htmlEncode. These changes directly address unescaped user-controlled input (translation keys) being rendered in the admin UI, which is the root cause of stored XSS. The vulnerable functions handled user-supplied translation key data without proper output encoding prior to the patch.