vendor:
ZCMS
by:
John Page (hyp3rlinx)
4.8
CVSS
MEDIUM
SQL Injection & Persistent XSS
89, 79
CWE
Product Name: ZCMS
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: CVE-2015-7346, CVE-2015-7347
CPE: a:zencherry:zencherry_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: Windows 7 on Apache Tomcat
2015
SQL Injection & Persistent XSS
Login to admin area requires a password but is easily bypassed using classic SQLInjection method because application uses concatenated user input to construct SQL queries. Another persistent XSS vector is here in author field for comments.
Mitigation:
Ensure that user input is properly sanitized and filtered before being used in SQL queries.