CVE-2025-24428:
Magento stored Cross-Site Scripting (XSS) vulnerability
5.4
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
2/11/2025
Updated
2/28/2025
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.4.7-beta1, < 2.4.7-p4 | 2.4.7-p4 |
magento/community-edition | composer | >= 2.4.6-p1, < 2.4.6-p9 | 2.4.6-p9 |
magento/community-edition | composer | >= 2.4.5-p1, < 2.4.5-p11 | 2.4.5-p11 |
magento/community-edition | composer | < 2.4.4-p12 | 2.4.4-p12 |
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 | |
magento/community-edition | composer | = 2.4.8-beta1 | |
magento/project-community-edition | composer | <= 2.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves stored XSS in form fields requiring low privileges. Common attack vectors in Magento include customer registration forms, CMS content editing, and product management interfaces. While no specific patch details are available, these components are: 1) Core user input handlers (Account\Save), 2) CMS content persistence points (Page\Save), and 3) Frontend rendering mechanisms (Product\View). The confidence is medium as these are typical XSS vectors in Magento, but without commit diffs, we can't confirm exact vulnerable functions.