CVE-2023-2730: Pimcore Cross-site Scripting vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.00203%
CWE
Published
5/16/2023
Updated
11/4/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.3.3 | 10.3.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped user input in the SEO settings panel. The commit diff shows that the fix involved adding htmlspecialchars() to the title and description values in the updateSerpPreview function. Prior to 10.3.3, these values were directly injected into the SERP preview context without sanitization, making this function the XSS injection point. The patch confirms the vulnerability was in this specific JavaScript logic handling user-controlled metadata fields.