CVE-2019-18656: Pimcore XSS Vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00203%
CWE
Published
5/24/2022
Updated
9/26/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pimcore/pimcore | composer | < 6.3.0 | 6.3.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the lack of input sanitization in the translations grid rendering logic. The patch introduced a renderer
function that applies strip_tags
and replace_html_event_attributes
to sanitize the output. In vulnerable versions, the create
method in translations.js
defined grid columns without this renderer, leaving user-supplied HTML/JavaScript unneutralized. The explicit addition of the renderer in the patch confirms this as the root cause.