vendor:
UADMIN Botnet 1.0
by:
n4pst3r
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: UADMIN Botnet 1.0
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10, Kali
2020
UADMIN Botnet 1.0 – ‘link’ SQL Injection
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'link' parameter to the '/ush/gates/token.php' script. A remote attacker can execute arbitrary SQL commands in the application's database, cause denial of service, access or modify sensitive data, or exploit various vulnerabilities in the underlying SQL server software.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. All input data should be carefully verified before being used in SQL queries.