CVE-2019-8117: Magento 2 Community Edition XSS Vulnerability
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36887%
CWE
Published
5/24/2022
Updated
2/11/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
magento/community-edition | composer | >= 2.2.0, < 2.2.10 | 2.2.10 |
magento/community-edition | composer | >= 2.3.0, < 2.3.2-p1 | 2.3.2-p1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from insufficient output encoding when rendering product view IDs in templates. While exact patch details are unavailable, the pattern matches Magento's product rendering flow: 1) View controller handles ID parameter 2) View block generates HTML output. The high-confidence entry reflects core template rendering mechanics where product details (including ID-derived data) are output without adequate escaping. The medium-confidence controller entry reflects potential parameter handling before sanitization. The stored XSS nature indicates the payload persists through product view pages, implicating these core product display components.