CVE-2020-9581: Magento stored cross-site scripting vulnerability
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.61942%
CWE
Published
5/24/2022
Updated
2/10/2025
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
magento/community-edition | composer | <= 2.2.11 | |
magento/community-edition | composer | >= 2.3.0, < 2.3.4-p2 | 2.3.4-p2 |
magento/core | composer | < 1.9.4.5 | 1.9.4.5 |
magento/project-community-edition | composer | <= 2.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on identifying functions that were either directly related to the vulnerability (e.g., through input processing or output rendering) or were modified as part of the security patch to mitigate potential vulnerabilities. The changes observed in the patches suggest a focus on improving session management, input validation, and output sanitization, which are common areas of concern for security vulnerabilities like XSS and session fixation.