CVE-2021-32713: Cross-site scripting
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.59315%
CWE
Published
9/8/2021
Updated
2/1/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
shopware/shopware | composer | < 5.6.10 | 5.6.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper handling of user-controlled data in the customer module's backend controller. The commit a0850ff, which patches this issue, modifies the saveAction
method in Customer.php
to address unsafe handling of the 'additional' field. This field was not properly sanitized before storage, enabling stored XSS payloads to be executed in the admin panel. The confidence is high because the commit directly correlates to the CVE description and affects the customer management component referenced in Shopware's security advisory (SW-26050).