vendor:
ZEEJOBSITE
by:
Hussin X
9
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: ZEEJOBSITE
Affected Version From: 2
Affected Version To: 2
Patch Exists: NO
Related CWE: N/A
CPE: a:zeeways:zeejobsite:2.0
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
ZEEJOBSITE v2.0 (bannerclick.php adid) Remote SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable script. The attacker can inject arbitrary SQL code in the vulnerable parameter 'adid' and execute it in the context of the application's database. This can be used to bypass authentication, access, modify and delete data within the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also use parameterized queries to prevent SQL injection.