vendor:
CoBaLT v1.0
by:
U238
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: CoBaLT v1.0
Affected Version From: CoBaLT v1.0
Affected Version To: CoBaLT v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:ugur238:cobalt_v1.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
CoBaLT v1.0 Remote SQL Injection Vulnerability
CoBaLT v1.0 is vulnerable to remote SQL injection. An attacker can exploit this vulnerability by sending malicious SQL queries to the vulnerable application. This can be done by appending malicious SQL queries to the vulnerable parameter in the URL. For example, an attacker can send the following URL to the vulnerable application: http://xxx.org/cobaltv1/urun.asp?id=24+union+select+0,1,sifre,3,kadi+from+yonetici. This will allow the attacker to access the database and extract sensitive information such as usernames and passwords.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.