Title: ====== WebAssist PowerCMS PHP - Multiple Web Vulnerabilities Date: ===== 2013-09-28 References: =========== http://www.vulnerability-lab.com/get_content.php?id=1098 VL-ID: ===== 1098 Common Vulnerability Scoring System: ==================================== 4 Introduction: ============= Design Extender is a Dreamweaver extension that, among other things, adds WebAssist`s proven CMS solution, PowerCMS, to any Dreamweaver website so that you or your clients can manage your website content with blessed ease. Use Design Extender`s user-friendly wizards to create new content areas directly in Dreamweaver. Then you can view, insert and edit your content the good ol` fashioned way (from a browser) or directly within Dreamweaver! Yes, you heard that correctly! With Design Extender`s CMS tools, you may add PowerCMS to any of your Dreamweaver sites without purchasing additional licenses. This is an ideal extension for developers who frequently build content management systems for their clients! (Copy of the Vendor Homepage: http://www.webassist.com/ ) Abstract: ========= The Vulnerability Laboratory Research Team discovered multiple vulnerabilities in the official WebAssist PowerCMS PHP Web-Application. Report-Timeline: ================ 2013-09-28: Public Disclosure (Vulnerability Laboratory) Status: ======== Published Exploitation-Technique: ======================= Remote Severity: ========= Medium Details: ======== 1.1 A persistent input validation web vulnerability is detected in the official WebAssist PowerCMS PHP Web-Application. The bug allows an attacker (remote) to implement/inject own malicious persistent script codes (application side). The vulnerability is located in the `User Management` module when processing to request via POST method manipulated `first- & lastname` parameters. Remote attackers can change the name of an user account to own script code to execute the malicious context in the `Add/Edit` mode or main `User Management` listing. Exploitation of the persistent web vulnerability requires low user interaction and a local low privileged web-application account. Successful exploitation of the vulnerability can lead to persistent session hijacking (customers), account steal via persistent web attacks, persistent phishing or persistent manipulation of module context. Vulnerable Module(s): [+] User Management - Add User Vulnerable Parameter(s): [+] Firstname [+] Lastname Affected Module(s): [+] User Edit/Add Listing [+] User Management Listing 2.1 - 2.2 Two client-side cross site scripting web vulnerabilities are detected in the official WebAssist PowerCMS PHP Web-Application. The non-persistent cross site scripting web vulnerability allows an attacker to manipulate client side web application to browser requests. The first cross site scripting vulnerability is located in the contents_results.php file when processing to request via GET method manipulated s_Keyword search parameters. The malicious context gets executed on client-side of the application in the search results listing. The secound cross site scripting web vulnerability is located in the load_content.php file when processing to request via GET method manipulated contentTotal parameters. The malicious context gets executed on client-side of the application in the error id listing of the load_content.php file. Exploitation of the vulnerability requires no privileged application user account but low or medium user interaction. Successful exploitation of the vulnerability results in session hijacking, client-side phishing, client-side external redirects or malware loads and client-side mmanipulation of the vulnerable module context. Request Method(s): [+] [GET] Vulnerable Module(s): [+] Search [+] Module Context Listing Vulnerable File(s): [+] contents_results.php [+] load_content.php Vulnerable Parameter(s): [+] s_Keyword [+] contentTotal Proof of Concept: ================= 1.1 The persistent input validation web vulnerabilty can be exploited by remote attackers with low privileged application user account and with low interaction. For demonstration or reproduce ... Review: POST - Add User