GHSA-28fw-88hq-6jmm: Persistent XSS in shopping worlds
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
11/13/2020
Updated
1/9/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
shopware/shopware | composer | < 5.6.9 | 5.6.9 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves both input handling and output rendering phases. The backend controller's saveAction
would process unsanitized user input (shopping world content), while the frontend controller's indexAction
would display it unescaped. This matches the persistent XSS pattern where malicious content is stored then rendered. Confidence is medium as we infer based on Shopware
's architecture and XSS patterns, though no direct patch code is available.