CVE-2022-3211: Pimcore vulnerable to stored stored Cross-site Scripting via`properties` when creating new users
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.03677%
CWE
Published
9/16/2022
Updated
1/28/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.6 | 10.5.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped user input in the properties interface. The commit diff shows the XSS fix specifically adds Ext.util.Format.htmlEncode() to the 'name' attribute in getTypeRenderer. This function handles property display rendering, which aligns with the vulnerability's description of XSS via user properties. While other files were patched for XSS prevention, the CVE description specifically references the user properties vector, making this the primary vulnerable function.