vendor:
eliteCMS
by:
xeno_hive
7,5
CVSS
HIGH
SQL Injection and XSS
89, 79
CWE
Product Name: eliteCMS
Affected Version From: 1.01
Affected Version To: 1.01
Patch Exists: NO
Related CWE: N/A
CPE: a:elitecms:elitecms:1.01
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
2009
eliteCMS 1.01 (SQL/XSS) Multiple Remote Vulns
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'page' parameter of the 'index.php' script. An attacker can inject arbitrary SQL commands to the application and execute them in the context of the application. Also, the application is vulnerable to XSS due to insufficient sanitization of user-supplied input in the 'name', 'sender_email' and 'message' parameters of the 'contact_form.php' script. An attacker can inject arbitrary HTML and script code to the application and execute it in the context of the application.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to generate SQL commands that are executed against the database. Also, input validation should be used to ensure that untrusted data is not used to generate HTML and script code that is executed in the context of the application.