CVE-2019-8232:
Magento 2 Community Edition RCE Vulnerability
6.6
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.3602%
CWE
Published
5/24/2022
Updated
9/26/2023
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/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.2.0, < 2.2.10 | 2.2.10 |
magento/community-edition | composer | >= 2.3.0, < 2.3.2-p1 | 2.3.2-p1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability involves a race condition during the import file upload process, leading to webserver configuration modification. The Uploader::move()
method is responsible for moving uploaded files to their destination. If this method does not use atomic operations or proper file locking, an attacker with admin import privileges can exploit the timing window to replace the file with a malicious configuration, triggering RCE. This aligns with the CWE-362 race condition description and the attack vector described in the advisory.