vendor:
eLMS Pro
by:
Gjoko 'LiquidWorm' Krstic
7.5
CVSS
HIGH
Multiple Blind SQL Injection
89
CWE
Product Name: eLMS Pro
Affected Version From: DEC_2007_01
Affected Version To: DEC_2007_01
Patch Exists: NO
Related CWE: N/A
CPE: a:pilotgroup:elms_pro:dec_2007_01
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows XP Professional SP3 (EN), Apache 1.3.27 (Win32), PHP 5.2.4, MySQL 14.14 Distrib 5.1.43 (Win32-ia32)
2011
PG eLMS Pro vDEC_2007_01 Multiple Blind SQL Injection Vulnerabilities
Input passed via the 'lang_code' GET parameter to index.php and login.php in '/www/core/language.class.php', and 'login' POST parameter to login.php is not properly sanitised before being used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code.
Mitigation:
Input validation should be performed to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to modify the logic of the executed query.