CVE-2024-45127: Magento Open Source stored Cross-Site Scripting (XSS) vulnerability
4.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.53684%
CWE
Published
10/10/2024
Updated
10/11/2024
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 |
|---|---|---|---|
| magento/community-edition | composer | >= 2.4.7-beta1, < 2.4.7-p3 | 2.4.7-p3 |
| magento/community-edition | composer | >= 2.4.6-p1, < 2.4.6-p8 | 2.4.6-p8 |
| magento/community-edition | composer | >= 2.4.5-p1, < 2.4.5-p10 | 2.4.5-p10 |
| magento/community-edition | composer | < 2.4.4-p11 | 2.4.4-p11 |
| magento/community-edition | composer | = 2.4.7 | |
| magento/community-edition | composer | = 2.4.6 | |
| magento/community-edition | composer | = 2.4.5 | |
| magento/community-edition | composer | = 2.4.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves stored XSS in admin-controlled form fields. Key areas include:
- Template rendering mechanisms (like fetchView) that may omit proper escaping of user-controlled data in frontend templates.
- UI component form processing that fails to sanitize admin input before storage. These are common XSS vectors in Magento's architecture. Confidence is medium due to lack of direct patch details, but aligns with Magento's typical XSS patterns (CWE-79).