vendor:
60CycleCMS
by:
Unkn0wn
7.5
CVSS
HIGH
SQL Injection and Cross Site-Scripting
89
CWE
Product Name: 60CycleCMS
Affected Version From: 2.5.2
Affected Version To: 2.5.2
Patch Exists: NO
Related CWE: N/A
CPE: 2.5.2
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Ubuntu
2020
60CycleCMS – ‘news.php’ Multiple vulnerability
The 60CycleCMS application is vulnerable to SQL Injection and Cross Site-Scripting. In the file /common/lib.php, the function getCommentsLine() is vulnerable to SQL Injection. The news.php file is vulnerable to Cross Site-Scripting. An attacker can inject malicious payloads into the 'etsu' and 'ltsu' parameters of the index.php file.
Mitigation:
Input validation should be used to prevent SQL Injection and Cross Site-Scripting attacks. All user-supplied input should be validated and filtered before being used in SQL queries.