vendor:
CMS
by:
Anonymous
8.8
CVSS
HIGH
Multiple File Including, SQL Injection and Cross-site Scripting Vulnerabilities
79, 89, 79
CWE
Product Name: CMS
Affected Version From: 1.23.3 Fix Pack #5
Affected Version To: Low
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2020
Phpclanwebsite <= 1.23.3 Fix Pack #5 (File Including/SQL/XSS) Multiple Remote Vulnerabilities
Vulnerability exists for the reason that direct access to some files, around logicians of work of the appendix is possible. It gives the chance to redefine internal variables which are transferred as arguments in function include (). For vulnerability operation the following options PHP are required: register_globals=On and magic_quotes_gpc=Off. The appendix everywhere does not check the variables transferred from outside of the user. It allows to carry out any SQL Injection and Cross-site Scripting.
Mitigation:
Disable register_globals and magic_quotes_gpc options in PHP, and check all user input for malicious code.