Microsoft Windows Does Not Disable AutoRun Properly
Results 1 to 8 of 8

Thread: Microsoft Windows Does Not Disable AutoRun Properly

  1. #1
    Join Date
    Dec 2000
    Location
    Dallas, TX USA
    Posts
    2,916

    Microsoft Windows Does Not Disable AutoRun Properly

    From US-CERT Technical Cyber Security Alert TA09-020A

    Microsoft Windows includes an AutoRun feature, which can automatically run code when removable devices are connected to the computer. AutoRun (and the closely related AutoPlay) can unexpectedly cause arbitrary code execution in several situations:such as loading a CD or DVD or attaching a USB or Firewire device. Malicious software, such as W32.Downadup are using this feature to spread. Microsoft's guidelines for disabling AutoRun are not fully effective.

    To effectively disable AutoRun in Microsoft Windows, import the following registry value:

    REGEDIT4
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]
    @="@SYS:DoesNotExist"

    To import this value, perform the following steps:

    * Copy the text
    * Replace the smilie with a colon and upper case D if it doesn't convert automatically
    * Paste the text into Windows Notepad
    * Save the file as autorun.reg
    * Navigate to the file location
    * Double-click the file to import it into the Windows registry


    Reboot Windows to purge previously cached mount points



  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,428
    Code:
    REGEDIT4 
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]
    @="@SYS:DoesNotExist"

  3. #3
    Join Date
    Jun 2005
    Location
    Ft Myers FL
    Posts
    8,520
    All of the existing keys in my IniFileMapping are .ini values; is this one supposed to be autorun.ini or .inf?

  4. #4
    Join Date
    Dec 2000
    Location
    Dallas, TX USA
    Posts
    2,916
    .inf

  5. #5
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    Tip: To disable smilies in your Post, click "Go Advanced" under the "Quick Reply" box. Then down in "Additional Options", (under the "Reply to Thread" box), select the "Disable smilies in text".

  6. #6
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806
    How to correct "disable Autorun registry key" enforcement in Windows
    http://support.microsoft.com/kb/953252

  7. #7
    Join Date
    Dec 2000
    Location
    Dallas, TX USA
    Posts
    2,916
    Thanks Doc. I knew the option was available. I just couldn't find it at the time.

    As to Microsoft's instructions, CERT's are much simpler.

  8. #8
    Join Date
    Apr 2005
    Location
    Maryland, USA
    Posts
    17,806

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •