vendor:
Constructr CMS
by:
Gjoko 'LiquidWorm' Krstic
8.8
CVSS
HIGH
XSS/SQLi
89,79
CWE
Product Name: Constructr CMS
Affected Version From: 03.03.2000
Affected Version To: 03.03.2000
Patch Exists: YES
Related CWE: N/A
CPE: a:phaziz_interface_design:constructr_cms
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows XP Professional SP3 (EN), Apache 2.2.14 (Win32), PHP 5.3.1, MySQL 5.1.41
2011
Constructr CMS 3.03 Miltiple Remote Vulnerabilities (XSS/SQLi)
The CMS suffers from several vulnerabilities (SQL and XSS). The sql issue can be triggered when the app tries to parse malicious arguments to the 'page_id' in the /xmlOutput/constructrXmlOutput.content.xml.php script with user input not validated. The result can be seen in the source code of the page itself. The xss issue (GET) is thru 'user' and 'hash' parameter in the /backend/login.php script.
Mitigation:
Validate user input and use parameterized queries.