CVE-2020-5776
Cross-Site Request Forgery in MAGMI
Record summary
CVE-2020-5776 has a selected CVSS score of 8.8 (high); EIP currently links 1 Nuclei template.
Description
Currently, all versions of MAGMI are vulnerable to CSRF due to the lack of CSRF tokens. RCE (via phpcli command) is possible in the event that a CSRF is leveraged against an existing admin session for MAGMI.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Jun 1, 2021 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
| VulnCheck | Version data not supplied | ||
MAGMI | CVE List | All versions of MAGMI | affected |
dweeves/magmiBrowse Packagist / dweeves/magmi | GitHub Advisory | Through 0.7.24 | affected |
Nuclei templates
1ProjectDiscoveryHIGHMAGMI - Cross-Site Request ForgeryCVSS 8.8
MAGMI (Magento Mass Importer) is vulnerable to cross-site request forgery (CSRF) due to a lack of CSRF tokens. Remote code execution (via phpcli command) is also possible in the event that CSRF is leveraged against an existing admin session.
Impact
Successful exploitation of this vulnerability could allow an attacker to perform unauthorized actions on behalf of the victim user.
Remediation
Implement CSRF protection mechanisms such as anti-CSRF tokens and referer validation.
Source: ProjectDiscovery