vendor:
eCMS
by:
Virangar Security Team
9.3
CVSS
HIGH
SQL Injection & Remote Permission Bypass Vulnerability
89, 614
CWE
Product Name: eCMS
Affected Version From: 2000.4.2
Affected Version To: 2000.4.2
Patch Exists: YES
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
2008
eCMS-v0.4.2 (SQL/PB) Multiple Remote Vulnerabilities
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'p' GET parameter to '/index.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in application's database. Also, the vulnerability exists due to insecure cookie handling in '/editCss.php' script. A remote attacker can set the 'pass' cookie to '1' and gain access to the page.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Also, the application should properly handle cookies.