Slashdot Mirror


"Witty" Worm Wrecks Computers

An anonymous reader writes "A new Internet worm wriggled across the entire Internet in the span of a few hours Saturday morning to all computers running several recent versions of firewall software from Internet Security Systems, including BlackICE and RealSecure, according to this story at Washingtonpost.com. The flaw that Witty exploited was discovered Wednesday by eEye Digital Security. The worm overwrites data on the first few sectors of the victim's hard drive, making the machine virtually ubootable and potentially destroying much - if not all - of the victim's data." Update: 03/21 02:18 GMT by T : Reader Jeff Horning points out that eEye actually disovered the worm on the 8th of March, and came up with a fix the next day.

12 of 587 comments (clear)

  1. This is an interesting one, almost biological by myowntrueself · · Score: 5, Informative

    From LURHQ

    "This worm has been found to be highly malicious, slowly destroying the systems it infects. Because of this activity, at some point this worm will cease to exist - unfortunately it will take all the affected systems with it. Rather than simply executing a "format C:" or similar destructive command, the worm slowly corrupts the filesystem while it continues to spread."

    Like many biological viruses it slowly erodes the health of its host, permitting the host to go on infecting new hosts for some time. How long exactly appears to be unpredictable.

    It doesn't kill its host outright immediately and it doesn't allow its host to continue indefinitely. Its like a true disease, a terminal illness for computers (pun not intended).

    I think this will be with us for a while, particularly when mutations start showing up.

    --
    In the free world the media isn't government run; the government is media run.
  2. Re:Oh no by delta407 · · Score: 4, Informative
    Blaster disabled a system, but it was fixable. This one can make a total mess.
    Oh, whatever.

    Several months ago, Microsoft CHKDSK effectively destroyed one of my NTFS partitions -- it managed to screw up $MFT (which points to the location of the Master File Table) and the copy of $MFT within $MFTMirr (which is supposed to be used if $MFT is broken). Anyway, long story short, I spent a couple weeks staring at hex dumps and printouts of the Linux-NTFS project's NTFS documentation. After consuming inordinate amounts of caffeine, I came up with SalvageNTFS, an open-source NTFS data recovery tool that got back all the data I wanted. Assuming the physical media is intact (as in, all read requests to the disk are successful), SalvageNTFS can retrieve data if there is even a single record of the MFT intact.

    If the first few sectors of the disk are overwritten, you'll lose the MBR, the partition table, and maybe the boot sector of your first partition. However, the filesystem of that partition is likely to be largely or completely intact. Think: in a few weeks with no prior knowledge of NTFS internals, I created a tool that can continue to operate in this environment. I'd hardly call that a "total mess".
  3. First Hand Experience by tuckericj · · Score: 4, Informative

    This is indeed a particularly nasty worm. Several other divisions of my company are battling infections. The master boot record on an infected host is almost certainly destroyed by this little dandy and any host which might have been rebooted before an infection is detected is inoperable. Thankfully it is only the relatively recent versions of the software packages that are effected. The divine combination of wisdom and laziness has found this systems administrator blessedly behind the times. The decision to stop upgrading out ISS tools in favor of a push towards OSS now seems all the more prescient. For those in the community who expect big businesses to flop over to OSS immediately, don't hold your breath. Nothing happens over night because big business is slow, no matter how fast the company's advert department declares them to be. We've been actively switching systems over to Linux and OSS for two years now, but the average depreciation cycle means that it takes a minimum of 5 years to switch over an environment, and that only if you put a stake in the ground. Realistically it takes 7 to 10 years to switch over and IT environment in a company which judges IT investment solely on Cost Benefit Analysis.

  4. Re:how do you lose the data? by Stinking+Pig · · Score: 4, Informative

    If it's a FAT16 or FAT32 partition, the primary FAT table will be wiped. While there is a second copy at the end of the partition, finding and restoring it will not be trivial.

    --
    "Nothing was broken, and it's been fixed." -- Jon Carroll
  5. Re:How... by Detritus · · Score: 4, Informative

    Code running with Administrator privileges is assumed to be trustworthy and know what it is doing. The problem is that there is way too much code running as Administrator.

    --
    Mea navis aericumbens anguillis abundat
  6. Be realistic by nurb432 · · Score: 4, Informative

    The average joe isnt going to be monitoring any lists.. they will just ( hopefully ) plug in whatever box that came with their pc.. or at worst, accept defaults on software, which normally is useless..

    Thast the reality of 90% of the 'home users'.. so a 'free' hardware firewall is the best solution. Since they give away printers, they shoudld be giving away firewalls too.. they are just as cheap. ( though, yes i realize that they make their money via ink carts.. but you get my point )

    --
    ---- Booth was a patriot ----
  7. Re:Imprecise! by Xugumad · · Score: 4, Informative

    Try running Testdisk: http://www.cgsecurity.org/index.html?testdisk.html

    It comes as part of Knoppix I believe, and was a great help last time someone lost their partition table. After that, just fsck as normal.

  8. Overwrites 64k of data at random location,NOT MBR! by gbrayut · · Score: 3, Informative
    From the ISS X-Force alert:
    Description:

    The Witty worm exploits a stack-based overflow in ICQ response parsing
    in the Protocol Analysis Module (PAM) of ISS products. It is a memory-
    resident worm only, and contains no file payload. Witty propagates via
    UDP, sending UDP packets with a random destination and destination port.
    The source port of Witty traffic is 4000, and the source address is not
    spoofed.

    The worm will attempt to propagate immediately by sending copies of
    itself out across the wire to random targets. After sending a predefined
    number of packets, Witty attempts to open a randomly determined physical
    drive and write 64k of data to a random location. This cycle repeats for
    every 20,000 packets sent.
    Ouch....
  9. Not so trivial... by Svartalf · · Score: 3, Informative

    It doesn't just write the the MBR. It pushes 64k of data to RANDOM locations on a randomly selected hard-disk. At some point it bombs the MBR, but it bombs other portions of the disks on a machine.

    NASTY worm. Definitely old-school in nature- I wondered when someone would get around to making something along these lines.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  10. Incorrect analysis? by James_G · · Score: 5, Informative
    According to this analysys, it does a lot more than corrupt the first few sectors of the drive:

    The worm's functionality is as follows:

    1) Generates a random IP address
    2) Sends the worm payload
    3) Repeats steps 1-2 20,000 times
    4) Opens a random PHYSICALDRIVE from 0-7, which allows raw hard disk access
    5) Seeks to a random point on the disk
    6) Writes 65K of data from the beginning of the vulnerable DLL to the disk

    7) Closes the disk
    8) Starts the process over from step 1

    (emphasis mine)

  11. Re:One question, and one answer. by sleezly · · Score: 3, Informative
    In Windows you can't even tell whats running let alone shut it off. There are many ports that get attached to every interface and no way to fix it.

    You can't tell whats running? This is very easy, actually. Try this:

    To see what ports are currently listening:
    netstat -an

    To see what services are attached to what process:
    tasklist /svc

    To stop a process (until next boot):
    sc stop _service_name_

    To query a state of a process:
    sc query _service_name_

  12. My WinXP box got hit with this by Axisted · · Score: 3, Informative

    [accidently posted this in the hardware router anonymously] After running BlackICE for less than a week, curious to see for myself what it was capable of, I was unlucky enough to get hit with this and lucky enough to kill it after it ran for an hour and half (blackd.exe opened port 4000 locally at 5:17 gmt, Mar.19.) It doesn't appear to have done any damage though, certainlly not to my MBR (though if it randomly writes to any sector I don't think there was a chance of this,) but I'm certain it sent more than the 20,000 needed to trigger the junk data being written in the 90 minutes it ran. With no record of the packets it sent, I do have a record of nearly 10,000 angry ICMP responses, the bulk of which are from a single address which first caused me to believe my IP was being spoofed, but I suspect this represents a fraction of the addresses it successfully sent to (locally it attempted to send ~6GB at 10Mb/s.) Up until now I've never felt the need for a hardware router.