vendor:
JE CMS
by:
abysssec.com
7,5
CVSS
HIGH
Bypass Authentication by SQL Injection Vulnerability
89
CWE
Product Name: JE CMS
Affected Version From: JE CMS <= 1.0.0
Affected Version To: JE CMS <= 1.0.0
Patch Exists: NO
Related CWE: N/A
CPE: a:joenasejes.cz.cc:je_cms:1.0.0
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
2012
JE CMS 1.0.0 Bypass Authentication by SQL Injection Vulnerability
JE CMS 1.0.0 is vulnerable to bypass authentication by SQL injection. In administrator/login.php page, lines 16-20, userLogin() function is in administrator/library/functions.php. In lines 129-139, the username and password are not properly sanitized before being used in a SQL query. This can be exploited to bypass authentication by entering a specially crafted username and password. In administrator/index.php file line 12, $userid is not properly sanitized before being used in a SQL query. This can be exploited to inject arbitrary SQL commands.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries that are executed against the database. All input data should be validated and filtered, and all SQL queries should be parameterized.