vendor:
KeyBase Botnet
by:
n4pst3r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: KeyBase Botnet
Affected Version From: v1.5
Affected Version To: v1.5
Patch Exists: NO
Related CWE: N/A
CPE: a:unkn0wn:unkn0wn
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10, Debian 7
2018
KeyBase Botnet v1.5 – SQL Injection Vulnerability
KeyBase Botnet v1.5 is vulnerable to SQL Injection via the 'machinename' GET parameter. An attacker can exploit this vulnerability to gain access to the database and execute malicious SQL queries. The payload used in the PoC is 'type=keystrokes&machinename=1' RLIKE (SELECT (CASE WHEN (6432=6432) THEN 1 ELSE 0x28 END)) AND 'CbAF'='CbAF&machinetime=1'
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.