----------------------------------------------------------------------------- db Software Laboratory VImpX (VImpX.ocx) Multiple vulnerabilities url: http://www.dbsoftlab.com/ Author: shinnai mail: shinnai[at]autistici[dot]org site: http://www.shinnai.net Info: File: VImpX.ocx v. 4.8.8.0 CLSID: {7600707B-9F47-416D-8AB5-6FD96EA37968} ProgID: VImpX.VImpAX Description: VImpAX Control Marked as: RegKey Safe for Script: False RegKey Safe for Init: False Implements IObjectSafety: True IDisp Safe: Safe for untrusted: caller,data IPStorage Safe: Safe for untrusted: caller,data Vulnerbale method: Property Let LogFile As String Sub ClearLogFile Sub SaveToFile (ByVal FileName As String) Bug(s): #1 Passing an overly long string (more than 256 bytes), will lead into a stack based buffer overflow which allows arbitrary code execution #2 The "LogFile()" method doesn't check user supplied arguments so we can use it to store the file name we want to clear and then the "ClearLogFile()" to delete the content of the file #3 The "SaveToFile()" method doesn't check user supplied arguments so we can use it to overwrite the content of the file name passed as argument. This was written for educational purpose. Use it at your own risk. Author will be not responsible for any damage. Tested on Windows XP Professional SP3 all patched, with Internet Explorer 7 -----------------------------------------------------------------------------