CVE-2022-0565: Exposure of Sensitive Information to an Unauthorized Actor in pimcore
6.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.11759%
CWE
Published
2/15/2022
Updated
1/26/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pimcore/pimcore | composer | < 10.3.1 | 10.3.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from two key issues:
- In SettingsController's logo upload: The original <script> tag check was inadequate (CWE-79). The patch introduced proper SVG sanitization.
- General asset handling lacked SVG sanitization (CWE-200/CWE-79). The new AssetSanitizationListener added in the patch confirms this was previously missing. Both scenarios allowed unauthorized actors to exfiltrate data or execute scripts via crafted SVGs.