CVE-2019-7923: Magento 2 Community Edition SSRF vulnerability
7.2
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.48623%
CWE
Published
5/24/2022
Updated
2/2/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
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 stems from unsafe handling of carrier gateway configurations in shipment settings. Magento's AbstractCarrier
class and shipment controllers are central to processing carrier-related requests. The high-confidence _doShipmentRequest()
function is a core method for carrier communication that would execute requests to external URLs. The medium-confidence Save
controller handles admin input for shipments, which could pass unvalidated parameters to vulnerable carrier functions. Both locations align with the described attack vector involving admin-privileged users manipulating shipment settings to trigger SSRF.