header-logo
Suggest Exploit
vendor:
Admin Bot
by:
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Admin Bot
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Admin Bot SQL Injection Vulnerability

The Admin Bot application is vulnerable to an SQL Injection attack due to insufficient sanitization of user-supplied data before using it in an SQL query. An attacker can exploit this vulnerability by injecting malicious SQL code into the 'wgo' parameter of the 'news.php' page. Successful exploitation could result in compromising the application, unauthorized access or modification of data, or exploitation of other latent vulnerabilities in the underlying database implementation.

Mitigation:

To mitigate this vulnerability, it is recommended to implement proper input validation and parameterization techniques to ensure that user-supplied data is properly sanitized before using it in SQL queries. Additionally, the use of prepared statements or parameterized queries can help prevent SQL Injection attacks.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/50562/info

Admin Bot is prone to an SQL Injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.

Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation. 

http://www.example.com/news.php?wgo=666+and+1=2+union+all+select+0,1,BALTAZAR,3,4,5,6,7,8-- 
cqrsecured