View previous topic :: View next topic |
Author |
Message |
Camdog
Joined: 08 Aug 2003 Posts: 606
|
Posted: Tue Jan 03, 2006 8:03 am Post subject: Nasty Windows virus making the rounds |
|
|
Hey guys. Sorry this isn't OHR-related, but I thought it would be a good idea to spread the word about this.
A bunch of hackers recently published an exploit in the way windows handles displaying .wmf files. This is a really nasty exploit that can dump a whole bunch of nasty stuff on your machine just by viewing a picture. F-Secure says, "The potential [security threat] is huge. It’s probably bigger than for any other vulnerability we’ve seen. Any version of Windows is vulnerable right now."
Worse, it's a zero-day exploit, so microsoft hasn't released a fix yet. In other words, even if your machine is fully patched and updated, it's still vulnerable. There are, however, a few things you can do.
First, there is an unsupported patch out there. It's quick and dirty, so it may cause some problems with other programs, but it's easy to uninstall if you're having problems and now it's the only sure way to protect your machine from this exploit. Get it here. Test it here. I use it, and I'm doing great!
If you're nervous about installing that (although I highly recommend that you do), there's another workaround that involves disabling a relevant dll. Instructions on how to do that are found here. Remember, this only prevents the most common way for the exploit to work from working, so while it's better than nothing, the patch is still better.
And also remember, this only prevents the exploit from dumping malware on your system. If malware is already there, you'll need to remove it through other means. Always run good anti-virus and anti-spyware programs! Good luck! |
|
Back to top |
|
 |
Phil Arts Manipulating himself since the beginning

Joined: 14 Jul 2004 Posts: 251
|
Posted: Thu Jan 05, 2006 6:58 am Post subject: |
|
|
Quote: | This is a really nasty exploit that can dump a whole bunch of nasty stuff on your machine just by viewing a picture. |
This actully happen to me once on my aunt's computer once last summer. |
|
Back to top |
|
 |
beau_rl Go-Goren Ishii

Joined: 06 Jul 2004 Posts: 32 Location: Australia
|
Posted: Thu Jan 05, 2006 4:31 pm Post subject: |
|
|
This happened to me, and it installed something called "SpyAxe" on my computer.
The patch worked very well for me. |
|
Back to top |
|
 |
MultiColoredWizard Come back, baby! The Breastmaster

Joined: 01 Feb 2003 Posts: 1232
|
Posted: Fri Jan 06, 2006 5:08 am Post subject: |
|
|
so how exactly do you get code to execute in an image? |
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Fri Jan 06, 2006 9:00 am Post subject: |
|
|
By writing a really crappy combination of OS/web browser.
It's a security flaw that only occurs running IE under XP. The rest of you should be safe. Meanwhile, Microsoft HAS released a patch now, so if you're running XP, you should get that ASAP. _________________
|
|
Back to top |
|
 |
jabbercat Composer

Joined: 04 Sep 2003 Posts: 823 Location: Oxford
|
Posted: Fri Jan 06, 2006 9:44 am Post subject: |
|
|
I was under the impression that it exploits nearly all of the win OSes, but I could be wrong. Has Microsoft released an offical report on the virus? _________________ Moogle no longer owes prizes. |
|
Back to top |
|
 |
Moogle1 Scourge of the Seas Halloween 2006 Creativity Winner


Joined: 15 Jul 2004 Posts: 3377 Location: Seattle, WA
|
Posted: Fri Jan 06, 2006 10:25 am Post subject: |
|
|
Yeah, I'm going off of what I read on slashdot. I could be wrong about the OS deal, but I'm pretty sure it's XP-exclusive. I'm certain it's IE-exclusive, though, which means everyone I know will be unaffected. _________________
|
|
Back to top |
|
 |
jabbercat Composer

Joined: 04 Sep 2003 Posts: 823 Location: Oxford
|
Posted: Fri Jan 06, 2006 1:47 pm Post subject: |
|
|
In that case: Whoop!
I'm a big fan of FireFox, although it's alittle too CPU intensive. It's fine on my home comp, but I wouldn't use it on a workstation, others might be more efficient. _________________ Moogle no longer owes prizes. |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Fri Jan 06, 2006 3:32 pm Post subject: |
|
|
Yeah. I'm a firefox fan, but it's a bit buggy. Too many memory leaks. _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
Camdog
Joined: 08 Aug 2003 Posts: 606
|
Posted: Sat Jan 07, 2006 3:48 pm Post subject: |
|
|
Moogle: I'm afraid you're wrong on both counts. It exploits all modern windows systems and will work regardless of the browser you're using. This is because the exploit is related to neither the operating system or the browser, but the file format itself.
.wmf is an old format that was written before people thought about network security too much. The coders thought it would be neat to allow .wmf files to launch code, so the exploit didn't find a bug, rather it uses a 'feature' of .wmf files. So yeah, be careful guys. Get the patch (official, now that it's out.) |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Tue Jan 10, 2006 6:00 am Post subject: |
|
|
A great deal of the security holes in windows are due to unsecure features someone thought would be "cool" - Half these expliots just attach viruses to the builtin "run foreign code" feature. Remember email viruses that run as soon as they enter your inbox? _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
Mike Caron Technomancer

Joined: 26 Jul 2003 Posts: 889 Location: Why do you keep asking?
|
Posted: Tue Jan 10, 2006 8:56 am Post subject: |
|
|
You know, the very fundamental aspect of how Windows works is flawed (no, I'm not talking about the concept of Windows). See, windows (plural of window) do things by sending "messages" to eachother. When you click on a button, a message is sent to the window corresponding to the button (a window is not just the program windows. Everything visible has a window) telling it of that fact, and so forth.
The issue is that there's a message that tells that window (and the corresponding program) to execute a pointer (a pointer is just a reference to a place in memory). That in itself is dangerous, or at least self destructive, but then messages are annonymous. Any program can send any window a message. So, if Johnny C. Haxor write a virus that sends Norton a message with code to shut itself down, oopz. _________________ I stand corrected. No rivers ran blood today. At least, none that were caused by us.
Final Fantasy Q
OHR Developer BLOG
Official OHRRPGCE Wiki and FAQ |
|
Back to top |
|
 |
FyreWulff Still Jaded

Joined: 02 Apr 2005 Posts: 406 Location: The Internet
|
Posted: Fri Jan 13, 2006 5:00 am Post subject: |
|
|
Moogle1 wrote: | Yeah, I'm going off of what I read on slashdot. I could be wrong about the OS deal, but I'm pretty sure it's XP-exclusive. I'm certain it's IE-exclusive, though, which means everyone I know will be unaffected. |
I used to read Slashdot but they're too extreme and slanted anti-windows to even be relevant anymore. They just go for any jab they can get, and a lof times even disproved right in the comments under the article.
The actual exploit is in how WMF works. the explot was a buffer overrun in the function that executes the filetype's associated program, so any program that interprets WMF (ie, Irfanview) was affected. Basically it made Windows think WMFs were a/wanted to run an EXE. |
|
Back to top |
|
 |
Blue Pixel SPY SAPPIN MAH FISH SANDWICH

Joined: 22 Apr 2005 Posts: 621
|
Posted: Fri Jan 13, 2006 8:32 pm Post subject: |
|
|
there is only one thing we can do to stop them. blast there motha fucking heads off. _________________
 |
|
Back to top |
|
 |
LeRoy_Leo Project manager Class S Minstrel

Joined: 24 Sep 2003 Posts: 2683 Location: The dead-center of your brain!
|
Posted: Fri Jan 13, 2006 11:58 pm Post subject: |
|
|
If we can find them, you do that. It would be a big favor. _________________ Planning Project Blood Summons, an MMORPG which will incinerate all of the others with it's sheer brilliance...
---msw188 ---
"Seriously James, you keep rolling out the awesome like gingerbread men on a horror-movie assembly line. " |
|
Back to top |
|
 |
|