vendor:
ZeeBuddy
by:
Hussin X
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ZeeBuddy
Affected Version From: 2.1
Affected Version To: 2.1
Patch Exists: NO
Related CWE: N/A
CPE: a:zeescripts:zeebuddy
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2008
ZeeBuddy v2.1(adid) Remote SQL Injection Vulnerability
A remote SQL injection vulnerability exists in ZeeBuddy v2.1(adid). An attacker can send a specially crafted HTTP request to the vulnerable script bannerclick.php with the parameter adid to execute arbitrary SQL commands and gain access to sensitive information in the back-end database. The vulnerable script is located at http://www.zeescripts.com.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Sanitize all user-supplied input to prevent malicious SQL code from being passed to the back-end database.