CVE-2022-3255: Pimcore vulnerable to cross site scripting
6.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00059%
CWE
Published
9/22/2022
Updated
1/31/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pimcore/pimcore | composer | <= 10.5.6 | 10.5.7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing output encoding in ExtJS grid column configurations handling user workspace paths. The patch adds Ext.util.Format.htmlEncode renderers to three files (asset.js, document.js, object.js), indicating these were the XSS injection points. Without proper encoding, user-controlled path values could contain malicious scripts that execute when rendered in the admin interface. The direct correlation between the vulnerability description about workspace path handling and the specific renderer additions in the commit confirms these column configurations as vulnerable surfaces.