CVE-2024-39412:
Magento Open Source Improper Authorization vulnerability
4.3
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
8/14/2024
Updated
9/16/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
magento/community-edition | composer | >= 2.4.7-p1, < 2.4.7-p2 | 2.4.7-p2 |
magento/community-edition | composer | = 2.4.7 | |
magento/community-edition | composer | >= 2.4.6-p1, < 2.4.6-p7 | 2.4.6-p7 |
magento/community-edition | composer | = 2.4.6 | |
magento/community-edition | composer | >= 2.4.5-p1, < 2.4.5-p9 | 2.4.5-p9 |
magento/community-edition | composer | = 2.4.5 | |
magento/community-edition | composer | < 2.4.4-p10 | 2.4.4-p10 |
magento/community-edition | composer | = 2.4.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on improper authorization (CWE-285) in Magento's admin interfaces. While no patch details are available, historical Magento authorization flaws often involve:
- Missing _isAllowed() methods in admin controllers
- Incomplete ACL checks in widget/UI component rendering
- Web API endpoints with misconfigured resource-based permissions
These two functions represent common patterns:
- Preview controllers often handle sensitive data and require strict role validation
- Widget choosers are frequently targeted for privilege escalation due to their UI integration
Confidence is medium due to the lack of direct commit evidence, but the pattern matches Magento's typical authorization flaw locations and the advisory's 'security feature bypass' description.