vendor:
Koobi Pro
by:
S@BUN
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Koobi Pro
Affected Version From: 6.25
Affected Version To: 6.25
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
Koobi Pro 6.25 links(categ)
An attacker can exploit a SQL injection vulnerability in Koobi Pro 6.25 by sending a maliciously crafted HTTP request to the vulnerable application. This request contains a specially crafted SQL statement that when executed, will return the email and password of the admin user from the kpro_user table. The attacker can then use this information to gain access to the application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.