+---------------------------------------------------------------------------------------------------------------------------------------------------+ # Exploit Title : FlexCMS 3.2.1 Multiple CSRF # Date : 16-03-2012 # Author : Ivano Binetti (http://www.ivanobinetti.com) # Software link : http://www.flexcms3.com/index.php/index.html # Vendor site : http://www.flexcms.com # Version : 3.2.1 (and lower) # Tested on : Debian Squeeze (6.0) # Original Advisory: http://ivanobinetti.blogspot.com/2012/03/flexcms-multiple-csrf-vulnerabilities.html +---------------------------------------------------------------------------------------------------------------------------------------------------+ Summary 1)Introduction 2)Vulnerabilities Description 3)Exploit 3.1 Exploit (Change Settings of "demo" user) 3.2 Exploit (Add Page) +---------------------------------------------------------------------------------------------------------------------------------------------------+ 1)Introduction FlexCMS "is a user-friendly website content management system. With FlexCMS you can easily build dynamic websites within a matter of minutes with just the click of your mouse! Maintain your web content, navigation and even limit what groups or specific users can access, from anywhere in the world with just a web browser! With an emphasis on security and functionality, FlexCMS is a professional and robust system suitable for any business or organization website. Built on the PHP programming language and the MySQL database, FlexCMS delivers superb performance on any size website.". 2)Vulnerability Description FlexCMS 3.2.1 suffers from multiple CSRF vulnerabilities which could allow an attacker to change any parameters when an authenticated user/admin browses a special crafted web page. In this Advisory I've only demonstrate how to change settings of user "demo" (is default user of demo page) and also I've created a new web page. 3)Exploit 3.1 Exploit (Change settings of "demo" user)

CSRF Exploit to add change any network parameter

3.2 Exploit (Add Page)

CSRF Exploit to add web page

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