vendor:
EmpireCMS47
by:
Securitylab.ir
6.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: EmpireCMS47
Affected Version From: EmpireCMS47
Affected Version To: EmpireCMS47
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: PHP >= 5 & MySQL >= 4.1
2008
EmpireCMS47 SQL Injection Vulnerability
EmpireCMS47 is vulnerable to SQL Injection. An attacker can exploit this vulnerability to gain access to the database and extract sensitive information. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'name', 'email', 'call', 'lytext' and 'enews' parameters of the 'index.php' script. An attacker can send a specially crafted HTTP request with malicious SQL statements to the vulnerable script and execute arbitrary SQL commands in application's database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL statements.