CVE-2019-8124:
Magento 2 Community Edition Insufficient Logging
4.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.41972%
CWE
Published
5/24/2022
Updated
2/2/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
magento/community-edition | composer | >= 2.1.0, < 2.1.19 | 2.1.19 |
magento/community-edition | composer | >= 2.2.0, < 2.2.10 | 2.2.10 |
magento/community-edition | composer | >= 2.3.0, < 2.3.3 | 2.3.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability specifically relates to unlogged admin actions in design configuration. Magento's design configuration changes are primarily handled through SaveAction in the Design controller and persisted via Config model. The CVE description and PRODSECBUG-2444 reference both indicate missing logging in design update processes. While exact pre-patch code isn't available, Magento's architecture patterns suggest these are the most likely locations where logging would be missing, as confirmed by the patched versions' subsequent inclusion of audit trails for design changes. The medium confidence on Config::save stems from the possibility that logging might be handled at the controller layer rather than model layer.