vendor:
Magento Mass Importer (MAGMI)
by:
Parvinder Bhasin
8,8
CVSS
HIGH
Remote File Inclusion (RFI)
98
CWE
Product Name: Magento Mass Importer (MAGMI)
Affected Version From: Magento CE - 1.8, MAGMI v0.7.17a
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2014
MAGMI File Inclusion Vulnerability
MAGMI (MAGento Mass Importer) suffers from File inclusion vulnerability (RFI) which allows an attacker to upload essentially any PHP file (without any sanity checks). This PHP file could then be used to skim credit card data, rewrite files, run remote commands, delete files..etc. Essentially, this gives attacker ability to execute remote commands on the vulnerable server.
Mitigation:
Ensure that all user-supplied input is validated and filtered before being used in any file operations. Sanitize user input and use whitelisting techniques to ensure that only expected characters are accepted.