vendor:
Quick.Cms
by:
shpendk
8,8
CVSS
HIGH
Reflected XSS and CSRF
79 (XSS) and 352 (CSRF)
CWE
Product Name: Quick.Cms
Affected Version From: 5.4
Affected Version To: 5.4
Patch Exists: NO
Related CWE: N/A
CPE: a:opensolution:quick.cms:5.4
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Xampp on Windows
2014
QuickCms 5.4 Multiple Vulnerabilites
The Reflected XSS vulnerability exists in the Admin Area of QuickCms 5.4. The vulnerable code is present in the /quickcms/templates/admin/pages-form.php file. The CSRF vulnerability exists due to the lack of referer header check in the /quickcms/admin.php file. This can be bypassed using information from a website.
Mitigation:
The XSS vulnerability can be mitigated by properly sanitizing user input. The CSRF vulnerability can be mitigated by properly checking for the referer header.