vendor:
ChillyCMS
by:
IHTeam
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ChillyCMS
Affected Version From: 1.1.2
Affected Version To: 1.1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:chillycms:chillycms:1.1.2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win/Linux
2010
ChillyCMS Blind Sql Injection
ChillyCMS is vulnerable to Blind SQL Injection. An attacker can exploit this vulnerability to gain access to the system's user credentials. The exploit code uses Hybris to search for the username and MD5 hash of the user. The default username and password are jens and demo respectively.
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 queries.