CVE-2019-7854: Magento 2 Community Edition IDOR Vulnerability
7.5
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.2585%
CWE
Published
5/24/2022
Updated
2/12/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/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.1.0, < 2.1.18 | 2.1.18 |
magento/community-edition | composer | >= 2.2.0, < 2.2.9 | 2.2.9 |
magento/community-edition | composer | >= 2.3.0, < 2.3.2 | 2.3.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves unauthorized access to company credit history via IDOR. Magento's B2B CompanyCredit module is the logical location for this functionality. Controller actions handling credit history views and service methods retrieving credit details would require proper authorization checks that were likely missing. The pattern matches CWE-639 where user-controlled keys (company IDs) are used without access validation. While exact code isn't available, Magento's architecture patterns and the vulnerability nature strongly suggest these components would be involved in the insecure workflow.