July 04, 2004
Not My IE No More
Not My IE No More
Internet Explorer is proven unsafe making alternates like Firefox, Opera safer than MyIE2
The appearance of proof-of-concept virus strains as live infecters that cause data loss. And losses in productivity appears to be the trend for 2004. New infecters written in Javascript and embedded within HTML pages are the new propagation medium. All browsers support scripting which is used commonly for menus, link handling and image transitions.
But its the way Internet Explorer (IE) handles scripted requests that puts users most at risk. And what makes IE more dangerous than alternates like Firefox and Opera is because the former allows remote scripts to execute files on a local computer with nearly the same user privileges as a logged-in user. When the latter's account has administrative capabilities is when the real damage begins.
About 10 days ago, the first reports of a strange Trojan that was being auto-downloaded then installed on computers worldwide appeared. The users didn't need to visit a specific web site. A security breach at several popular web sites running Windows Internet Information Services (IIS) allowed a remote attacker to upload a Trojan that downloaded a Javascript-powered exploit onto any visitor computer that used IE to access the compromised site!
The Scob Trojan (JS_JECT.A, JS.Scob.Trojan, JS.Toofeer) affects Windows 95, 98, ME, NT, 2000, XP (excluding XP SP-2) and 2003. The Javascript-powered infector when run loads MD.HTM then replaces this file's content with SHELLSCRIPT_LOADER.JS. Which in turn creates an IFRAME "myiframe" that downloads SHELLSCRIPT.JS. This last script file exploits the IE's ADODB.Stream vulnerability in that allows download and execution of binary executables. In this instance, Scob downloads MSITS.EXE from an infected Web site, renames it as WMPLAYER.EXE and installs to \Program Files\Windows Media Player folder overwriting the existing file.
As of writing the download.ject attack contained various Trojans including keystroke loggers, proxy servers and back doors for full access to infected systems. Although Microsoft has released a patch. And the Russian web site that first propagated the Trojan has been taken off-line by its ISP. Like other proofs-of-concept that mutated, it's just a matter of time before Scob too changes its colors!
To check if you've (accidentally) downloaded the malicious code, check your computer for KK32.DLL and SURF.DAT. And if found, use one of the many on-line cleaners available to clean your computer.
You should also download and install the update for Windows 2000, XP and 2003. Users of other Microsoft Windows versions will need to manually disable IE's ADODB.Stream object. You can manually add a Registry Key by
- Click Start, and then click Run.
- In the Open box, type Regedit, and then click OK.
- In Registry Editor, locate the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility
- Right-click ActiveX Compatibility, point to New, and then click Key.
- Type the following name for the key: {00000566-0000-0010-8000-00AA006D2EA4}
- Right-click the new key, point to New, and then click DWORD Value.
- Name the value Compatibility Flags.
- In the right pane, right-click Compatibility Flags, and then click Modify.
- In the Edit DWORD Value dialog box, make sure that the Hexadecimal option is selected, type 400 in the Value data box, and then click OK.
- Close Registry Editor.
Post a Comment