CVE-2023-2328:
Cross-site Scripting (XSS) in DataObjects QuantityValue Unit Definition
5.2
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/27/2023
Updated
11/7/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:L
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 vulnerability stems from missing input sanitization in setters that handle user-controlled data. The patches add htmlspecialchars() to these PHP setters and client-side sanitization in JS editors. These functions directly accepted user input without encoding, allowing stored XSS when values were rendered in admin UI elements. The high confidence comes from the direct correlation between the vulnerability description, CWE-79 classification, and the specific sanitization additions in the patch.