vendor:
1024 CMS
by:
GiReX
7.5
CVSS
HIGH
Local File Inclusion and Cookie Blind SQL Injection
79, 89
CWE
Product Name: 1024 CMS
Affected Version From: 1.4.2001
Affected Version To: 1.4.2 (beta)
Patch Exists: YES
Related CWE: N/A
CPE: 1024cms
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
1024 CMS <= 1.4.2 (beta) Remote Blind SQL Injection
1024 CMS versions 1.4.1 and 1.4.2 (beta) are vulnerable to Local File Inclusion and Cookie Blind SQL Injection. The Local File Inclusion vulnerability is due to the lack of proper sanitization of user-supplied input in the 'lang' parameter of the 'news.php' script. An attacker can exploit this vulnerability by including a malicious local file in the 'lang' parameter. The Cookie Blind SQL Injection vulnerability is due to the lack of proper sanitization of user-supplied input in the 'cookpass' cookie. An attacker can exploit this vulnerability by setting the 'cookpass' cookie to a malicious value and making a blind SQL injection.
Mitigation:
Ensure that user-supplied input is properly sanitized before being used in the application.