CVE-2023-2322:
Cross-site Scripting (XSS) in Document Properties Parameter
5.2
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/27/2023
Updated
11/12/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:N/I:L/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pimcore/pimcore | composer | < 10.5.21 | 10.5.21 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patch adds Ext.util.Format.htmlEncode() to sanitize 'parameters' and 'anchor' values in the URL construction. The pre-patch code (line 101 in the diff) lacked encoding, making it vulnerable to XSS via malicious query parameters or anchors. The vulnerability manifests in the client-side JavaScript code responsible for rendering document properties, specifically in the editable link component.