-
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/customer-management-framework-bundle | composer | < 3.4.2 | 3.4.2 |
The vulnerability stems from missing output encoding when displaying customer segment names in HTML context. The commit diff shows the formatSegmentValue method was modified to add SecurityHelper::convertHtmlSpecialChars() around $segment->getName(), indicating the original implementation lacked proper sanitization. This function is directly responsible for rendering segment names in UI elements, making it the clear injection point. The CWE-79 classification and patch context confirm this is an XSS vulnerability caused by unneutralized user-controlled input in HTML output.
Ongoing coverage of React2Shell