CVE-2022-1351:
Cross-site Scripting in Pimcore
6.8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
4/15/2022
Updated
1/27/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
pimcore/pimcore | composer | < 10.4 | 10.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided commit diff and vulnerability details focus on Content Security Policy (CSP) configuration changes (e.g., adding 'exclude_paths' and modifying CSP directives). While these changes mitigate the XSS vulnerability by enforcing stricter CSP policies, the root cause of the stored XSS lies in the Tooltip feature's input handling code, which is not included in the provided diff. The actual vulnerable function(s) responsible for rendering/processing Tooltip content without proper input sanitization are not visible in the analyzed materials. Therefore, no specific functions can be identified with high confidence based on the provided data.