CVE-2021-28583:
Magento Violation of Secure Design Principles vulnerability in RMA PDF filename formats
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.66345%
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:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
magento/community-edition | composer | >= 2.4.0, < 2.4.2-p1 | 2.4.2-p1 |
magento/community-edition | composer | < 2.3.7 | 2.3.7 |
magento/project-community-edition | composer | <= 2.0.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The provided commit diff and vulnerability description focus on RMA PDF filename
format vulnerabilities, but the code changes shown primarily relate to dependency versioning in composer.json
files and error handling in unrelated components. The critical RMA PDF filename
handling logic is not visible in the provided diffs. While the Catalog/Controller/Adminhtml/Product/Gallery/Upload.php
change improves error handling, it doesn't directly relate to the described RMA vulnerability. Without seeing the actual RMA PDF generation/filename
handling code, specific vulnerable functions
cannot be identified with high confidence.