Slashdot Log In
Exploit Released for Unpatched Windows Flaw
Posted by
samzenpus
on Wed Dec 28, 2005 08:02 PM
from the patch-it dept.
from the patch-it dept.
woodchuck writes "Washington Post reports that another Windows hole has been found and exploit code is now running lose that makes swiss cheese of current patches and security measures.
From the article: "Security researchers have released instructions for exploiting a previously unknown security hole in Windows XP and Windows 2003 Web Server with all of the latest patches applied. Anti-virus company Symantec warned of the new exploit, which it said uses a vulnerability in the way Windows computers process certain image files (Windows Meta Files, or those ending in .wmf). Symantec said the exploit is designed to download and run a program from the Web that downloads several malicious files, including tools that attackers could use to control vulnerable computers via IRC.""
This discussion has been archived.
No new comments can be posted.
Exploit Released for Unpatched Windows Flaw
|
Log In/Create an Account
| Top
| 386 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
They call hackers researchers now? (Score:1, Insightful)
Re:They call hackers researchers now? (Score:5, Informative)
(Last Journal: Tuesday May 01 2007, @04:06PM)
Thank you.
Re:They call hackers researchers now? (Score:4, Funny)
(Last Journal: Sunday November 27 2005, @02:29PM)
Re:They call hackers researchers now? (Score:5, Insightful)
The whole 'white hat' and 'black hat' thing never made it to the media, so all hackers are 'black hats' now.
Re:They call hackers researchers now? (Score:4, Insightful)
(http://marshallbrain.com/manna1.htm)
You're fighting a lost battle there. The common understanding of the word 'hacker' now implies criminal behaviour.
The whole 'white hat' and 'black hat' thing never made it to the media, so all hackers are 'black hats' now.
He's not even fighting that battle, he's fighting the one before that. What he calls a "hacker" is not what you call a "white hat hacker". A hacker is an exceptionally gifted programmer, the term has nothing to do with security. People trying to break into computers are crackers, regardless of their intentions. So-called "white hats" are crackers.
That said, yeah, that battle is rather lost...
Re:They call hackers researchers now? (Score:5, Informative)
Re:They call hackers researchers now? (Score:4, Funny)
(Last Journal: Friday February 13 2004, @07:46PM)
"All wood burns", states Sir Bedivere. Therefore he concludes, "all that burns is wood". This is, of course, pure bullshit.
Universal affirmatives can only be partially converted; all of Al McCogan is dead, but only some of the class of dead people are Al McCogan. Obvious, one would think.
However, my wife does not understand this necessary limitation of conversion of a proposition, so consequently she does not understand me. For how can a woman expect to appreciate a professor of logic if the simplest cloth-eared syllogism causes her to flounder.
For example, given the premise all fish live underwater and all mackerel are fish, my wife will conclude not that all mackerel live underwater, but that if she buys kippers it will not rain, or that trout live in trees or even that I do not love her any more.
This she calls "using her intuition". I call it "crap" and it gets me very irritated because it is not logical.
"There will be no supper tonight!", she will sometimes cry, upon my return home. "Why not?", I will ask ask; "Because I have been screwing the milkman all day!", she will say, quite oblivious of the howling error she has made.
"But", I will wearily point out, "even given that the activities of screwing the milkman and getting supper are mutually exclusive, now that the screwing is over, surely then, supper may now logically be got."
"You do not love me anymore!" she will now often postulate. "If you did you would give me one now and again, so I would not have to rely on that rancid Pakistani for my orgasms."
"I will give you one", I now scream, "after you have gotten my supper, not before." as you see, making her bang contingent on the arrival of my supper.
"Good, you turn me on when you're angry you ancient brute", forcing her sweetly throbbing tongue down my throat.
"Fuck supper!" I now invariably conclude, throwing logic somewhat joyously to the four winds. And so we thrash about on our milk-stained floor, until we sink back exhausted onto the cartons of yougurt.
Good night.
(from the Soundtrack, of the Trailer, of the Film, of Monty Python and the Holy Grail)
Re:They call hackers researchers now? (Score:4, Funny)
(http://lawpoop.blogspot.com/ | Last Journal: Friday May 28 2004, @06:51PM)
SO, to re-cap:
Re:They call hackers researchers now? (Score:5, Informative)
UUuummm no. Ever since the 1980's underground scene the word cracker has refered to a person who breaks the protection on copywritten software. It was that way for years until that ruddy faced blowhard "ESR" decided to start using the term "cracker" as a synonym for "computer criminal."
Talk about hypocrisy. ESR gets all pissed about the media misusing the word hacker so he turns around and starts misusing the word cracker. And because of his position as editor of "The Jargon File" he has influenced the web culture (newbies at least) that the word cracker is synonymous with cybercriminal even though anyone who was in the pirate scene back in the eighties can tell you that a cracker was by the following DEFINITION:
"Software cracking is the modification of software to remove encoded copy prevention. Distribution of cracked software (warez) is generally an illegal (or more recently, criminal) act of copyright infringement. Software cracking is most often done by software reverse engineering."
Easy workaround to avoid the exploit (Score:5, Informative)
REGSVR32
Sunbelt has more detail here [blogspot.com].
Re:Breaks thumbnails and Windows Picture Viewer (Score:4, Informative)
(Last Journal: Tuesday June 01 2004, @05:02PM)
Re:Easy workaround to avoid the exploit (Score:4, Informative)
how long? (Score:2, Insightful)
The Fix (Score:1, Informative)
"regsvr32
Upside. (Score:5, Funny)
(http://www.grub.net/blog/index.html | Last Journal: Wednesday June 27, @08:48AM)
With Vista you'll be able to get this from the comfort of an RSS feed!
Fix from article (Score:5, Informative)
----
According to iDefense, Windows users can disable the rendering of WMF files using the following hack:
1. Click on the Start button on the taskbar.
2. Click on Run...
3. Type "regsvr32
4. Click ok when the change dialog appears.
iDefense notes that this workaround may interfere with certain thumbnail images loading correctly, though I have used the hack on my machine and haven't had any problems yet. The company notes that once Microsoft issues a patch, the WMF feature may be enabled again by entering the command "regsvr32 shimgvw.dll" in step three above.
----
I'm not sure if you need to type this every reboot, or just once. Since it requires re-enabling, I'm hoping it's just once.
Re:Fix from article (Score:4, Informative)
(http://www.cv6.org/)
regsvr32 registers a COM/ActiveX "server" by modifying Windows registry entries. So, in theory, you need only run it once.
It is possible, however, that if you later install other software, the installer may re-register the DLL in question, in which case you'd want to manually unregister it again.
(Hmm. I suppose it's only coincidence that this novel approach [thedailywtf.com] to registering appeared on thedailywtf yesterday...)
Amazing (Score:1)
Broadband Reports' Security Forum Thread... (Score:5, Informative)
(http://aqfl.net/ | Last Journal: Wednesday July 09 2003, @01:16AM)
Post to Broadband Reports' Thread... (Score:4, Interesting)
(Last Journal: Saturday February 25 2006, @11:02PM)
There's an excerpt of our chat in that post too.
Just checking... (Score:1, Insightful)
(Last Journal: Thursday July 12, @12:30PM)
Re:Just checking... (Score:5, Insightful)
(http://www.cafepress.com/lehk | Last Journal: Wednesday July 25, @12:50AM)
Not Previously Unknown (Score:1, Informative)
The exploit's new, but the vulnerability has been known for a while and is only still around because the patch doesn't work.
Re:Not Previously Unknown (Score:5, Informative)
(Last Journal: Tuesday November 26 2002, @07:28PM)
http://www.securityfocus.com/bid/16074 [securityfocus.com]
Re:Not Previously Unknown (Score:4, Informative)
so that explains why fully patched systems are still vulnerable, yes?
I guess you are really not doing your research. Read the Sunbelt article:
http://sunbeltblog.blogspot.com/2005/12/new-explo
particular where it says: "We saw a new nasty exploit yesterday around 5:00 PM. This is a totally new exploit and is not the same one posted by FrSIRT back on 11/30/05."
The previous one they referred to is here:
http://www.frsirt.com/exploits/20051130.MS05-053.
Microsoft Windows Metafile (WMF) "mtNoObjects" Header Remote Exploit (MS05-053)
Date : 30/11/2005
Advisory ID : FrSIRT/ADV-2005-2348
Rated as : Critical
Note : Proof of concept exploit (DoS)
* Author: Winny Thomas
* Pune, INDIA
*
* The crafted metafile (WMF) from this code when viewed in explorer crashes it.
* The issue is seen when the field 'mtNoObjects' in the Metafile header is set to 0x0000.
* The code was tested on Windows 2000 server SP4. The issue does not occur with the
* hotfix for GDI (MS05-053) installed.
This is the one that has been patched by Microsoft.
I guess you thought it's just not possible for there to be more than one hole per rendering engine, right?
In other news... (Score:4, Funny)
(http://www.valerieandevi.be/)
Scary. (Score:5, Funny)
Re:Scary. (Score:5, Informative)
That's what they say in the article but the only thing I did was to open a
The thing just auto-installed it-self from that point.
How/Why does thi skeep happening (Score:3, Interesting)
program running on my client computer can be
made to execute code? Honestly, I don't really understand
these exploits that supposedly take advantage of
a client buffer overflow (or some such thing) to execute
code on my local machine. What makes the instruction pointer in
the code that is reading (in this case) the wmf file suddenly
jump to code that is in the data segment? (Presumably embedded in
the wmf file itself).
Re:How/Why does thi skeep happening (Score:5, Insightful)
Re:How/Why does thi skeep happening (Score:5, Informative)
(Last Journal: Monday September 25 2006, @01:19PM)
Good stack overflow exploit code is pretty reusable for exploiting newly discovered stack overflows with little modification, which makes these exploits appear so quickly after a new vulnerability is discovered. There's also something called a heap overflow, but using it to run executable code is quite a bit harder and must be tailered to each specific vulnerability.
Bleeding snort rules here: (Score:2)
(http://www.saintaardvarkthecarpeted.com/blog | Last Journal: Monday March 05 2007, @11:58PM)
Stop the dupes! (Score:1, Troll)
(http://www.linicks.net/)
Then we don't need to read about it all over again every 20 days
I remember the days... (Score:1, Interesting)
I was eating crow shortly thereafter.
I miss the old days.
Genius Idiots. (Score:5, Insightful)
In other words, whatever asshat took advantage of this loophole did so because he thought he could make a buck. If his goal was simply to bring Windows to its knees, cause havoc, or make a political/economic statement of some sort, he would have chosen something else. Wiping out My Documents of all the infected machines, for example.
Whoever did this is obviously deluded. While some money will of course ultimately flow from this nonsense to the "see no evil" people who are the beneficiaries of spamvertisements, spyvertisements and so forth, the actual exploiter basically has little to know chance of getting it (even if he is in Russia, as I'd suspect is a good bet) as his affiliate commission links will be tracked, as will wherever the hell that credit card box for SpySherriff was pointing to and so forth.
So we have somebody smart enough (and make no mistake, it takes some smarts) to either discover or be in a small clique of people discovering a quite obscure loophole (it must be obscure, given just how old the affected .dll is), but have ABSOLUTELY NO FUCKING CLUE how to go about exploiting it other than in the most juvenile and unlikely way to fail imaginable. Furthermore, even though it is likely to fail, the guy has shown himself to basically be a psychopath, with little to no concern about the hundreds of thousands of hours (read: PEOPLE-LIFE-EQUIVALENTS) that will be spent agonizing over and fixing this.
Whoever that person is, they are human filth. But, there's a lot of human filth out there. The sad thing is that this person obviously has potential to do so much more but simply pisses it away intead. Pathetic.
Holy cats (Score:1, Flamebait)
(http://home.comcast.net/~silverspurg | Last Journal: Thursday December 01 2005, @10:11PM)
For cripes' sakes. Don't these people bug-test their own code? I know I do.
Smitfraud-C (Score:2)
The tool to remove that crapware is called smitrem, available here: http://noahdfear.geekstogo.com/ [geekstogo.com]
WMF (Score:1)
(Last Journal: Wednesday January 17 2007, @09:51PM)
Watch out for Google Desktop (Score:5, Informative)
(http://livejournal.com/users/repton_infinity/)
From F-secure's blog [f-secure.com]:
steps ahead (again) (Score:3, Funny)
10) find big remote vulnerability in product
20) perfect the exploit
30) have fun with it for months
40) find another big hole in same product
50) perfect exploit for hole
60) alert vendor about original hole
70) have fun with new hole
80) goto 40
Already being used by scumware sites? (Score:2, Insightful)
Additional Resources (Score:3, Informative)
Also, take a look at this movie from websense: http://www.websensesecuritylabs.com/images/alerts
Take a preemptive strike. (Score:1)
(http://www.1wit.com/)
Actual cause of exploit - poor spelling (Score:1)
ExploitCodeRunningLose()
It has been confounded with a private method,
ExploitCodeRunningLoose()
Lesson: coders should lern2spel.
Nasty! (Score:5, Informative)
I traced it to an ad within an ad within an ad that sources a WMF file in an iframe. If you want to see this thing in action then use VMWare to load the following link: h**p://iframeurl.biz/dl/xpladv470.wmf. After all is said and done, you'll have trojan.byteverify, trojan.dropper, trojan.bookmarker, download.trojan, w32.conycspa.G@mm, backdoor.shellbot, backdoor.trojan, w32.looksky.A@mm, among others. I also had some new DLLs that were particularly hard to get rid of - msupdate32.dll, msctl32.dll, uytpu.dll, qrlmq.dll - all in the system32 directory.
This has actually never happened to me. I am religious about keeping Windows and my antivirus software up-to-date. It was a good learning experience to see it all in action.
And, by the way, I was not browsing for porn. I was doing a google search for a old Macintosh program named Cache Killer. One of the links listed was "Download Cache Killer Pro v5.0 crack / keygen / serial / patch
The file extension is not critical (Score:5, Informative)
(Last Journal: Friday September 01 2006, @04:53PM)
A few people on this thread don't seem to be familiar with the WMF format [wikipedia.org] or GDI [wikipedia.org]. This format provides for a set of commands which are supposed to be graphics only. (I guess they got carried away in this case.) As the viewer is basically a scripting engine, the exploiters would certainly try to target it for vulnerabilities. I don't have a copy of the dangerous file, so I don't know whether this particular exploit is a buffer overflow or something else.
this may sound bad but (Score:4, Funny)
wmf? (Score:2)
Interpretation vortex (Score:2)
For a second - just for a second - I thought this might be an extremely clever play on words, making fun both of Windows ("Win") by referring to it as "Lose" (as the exploit code would be running on Windows and controlling it, so you could (in a slightly ungrammatical way, but whatever) say the code is running Win, or indeed Lose) and combining this with a witty rejoinder at all the individuals who write "lose" instead of "loose" (and vice versa), emphasising what losers they are.
Then I remembered that this is Slashdot.
Sigh.
Does it affect LUAs? (Score:2, Interesting)
Surprise! (Score:2)
(Last Journal: Tuesday April 12 2005, @11:12PM)
Er... wait, where is the surprise in this?
MS's Advice... (Score:2)
"Microsoft encourages users to exercise caution when they open e-mail and links in e-mail from untrusted sources."
well... not really helpfull, but when MS has a patch, it should be linked on this page
sneaky thing - Mozilla 1.7.12 affected (Score:2)
(http://www.quickdry.net/)
despite it saying you must agree to something, my XP SP2 laptop got hit by this this afternoon - no 'downloads', just happened to browse to a porno page that wanted to auto-start a download of:
http://85.255.115.171/bt/7/wmf/wmf_dcode.wmf [85.255.115.171]
I clicked no, I didn't want to run or save the file... but a few minutes later, up came the spyware. First time this box has been infected. This was on Mozilla 1.7.12
Firefox and the .wmf trojan... (Score:2)
(Last Journal: Friday July 11 2003, @05:17PM)
Score one for Firefox.
Registry key for confirmation? (Score:2)
AH, I miss the 90's (Score:4, Interesting)
(Last Journal: Friday August 17, @05:34AM)
Oh and those wonderfull windows exploits, works, spyware, wild tangent, trojan horses, worms and blue screens. And then, linux. What I never thought I could afford happened. I had a unix at home. It looked just like the real thing. Root easily accesible from your user account to make it workable to split your accounts. Didn't you hate it when in windows if you wanted to install any software no matter how trivial you had to logout and login as admin to do it and the only way to get some work done was to always get admin privileges on every machine?
Nowadays when someone gives me the root password on a unix like machine I always demand a pay raise. It probably means they expect me to fix it in the weekend.
Thank you MS for making me stick with linux. The energy bill had me y contemplating scrapping my dual P3 linux desktop and only keep my P4 gaming rig. Windows 2003 is actually pretty stable, now all they got to do is clear the goddamn fucking security holes.
Geez, just a few articles ago people were actually talking about how MS was changing and bam we get the mother of all exploits. The only thing worse would be a worm. This is so easily exploitable. Just make an account on forum that allows those awfull avatar images and bam.
I can't believe the slashdot reader reaction either, first bunch of posts are some insane ramblings about hackers/crackers and the rest have some insane fix that even the most moronic idiot can see is a total failure.
Yes fucktards who suggest that whole unregister crap, because of the way MS has setup its OS many a windows program comes with its own copy of the dll it uses EVEN if it is a copy of a Windows OS dll. To avoid versioning problems it is easier to include it then hope the user OS has the right version.
Do a dupe check your dll's in the main windows directories and where you install your programs some times. What do you think the chances are they will all be patched? It is a well known problem and in fact one of the reasons the whole dynamic linking idea was so attractive.
AdBlock (Score:2)
What are FOSS devs doing about a future threat? (Score:1)
come on! (Score:1)
And here's how a Windows 0-day works over Wi-Fi (Score:2, Informative)
(http://www.shmoocon.org/)
Beating the rogue access point (AP) dead horse a bit here, and spelling it out for those who don't "get it".
Badguy creates hostile "website" with Windows exploit. Badguy goes to local airport terminal or Starbucks and pretends to be a legitimate wireless hotspot using Airsnarf [shmoo.com] or similar rogue AP utility. Badguy FORCES any user who joins wireless network to browse the hostile website that has the Windows exploit. User gets owned. Lather, rinse, repeat.
You can do this to your neighbor, too, if they have an open access point. FYI.
The point is that it does NOT require coincidental surfing of hostile websites to gather and exploit targets with a Windows 0-day these days. The rich and elite road warriors carrying all their financial and corporate data with them are prime targets. Attackers with rogue AP setups can make easy money from hotspot users by FORCING them to browse a hostile "website" with a rogue AP "splash page".
Particularly vulnerable, are hotspot users that have the Windows operating system installed and use IE as their default browser.
Sincerely,
Beetle
Windows Major Foul-Up (Score:3, Informative)
(Last Journal: Wednesday February 14 2007, @09:49AM)
The problem with the WMF (Windows Metafile) file format turns out to be one of those careless things Microsoft did years ago with little or no consideration for the security consequences.
Almost all exploits you read about are buffer overflows of some kind, but not this one. WMF files are allowed to register a callback function, meaning that they are allowed to execute code, and this is what is being exploited in the WMF bug.
I find this mind-boggling to the point of absurdity. Regardless of any supposed benefit gained by this, allowing a data file to execute arbitrary code upon it being viewed is simply begging for an exploit like this. No matter whan spin Microsoft will try to put on this one, it makes them look bad. Extremely bad.
Re:Virus company (Score:3, Interesting)
Re:so what else is new? (Score:1)
Re:Other platforms? (Score:3, Interesting)
No kernel problem, but Winows only (Score:4, Interesting)
Re:I'd feign surprise if I felt it was worth it... (Score:4, Informative)
- computer systems should not be released until they pass some theoretical threshold of security
- and if the above is not done, then the authors of said systems shall be held (financially? criminally?) liable.
In other words, you have just basically killed off free (both as in beer and as in speech) software as we know it.Not to mention about the fact that we're talking about an exploit in an older DLL that has gone unnoticed for years. Exactly how many years until your theoretical notion of "reasonably" safe is met? If you dont think (OS of your choice) has similar weaknesses, you are deluding yourself. And so what if it 'affects only one user, not the whole system?' To that user, that IS his world.
Re:But ... (Score:5, Informative)
If you are using Firefox, then what you say is true, since FF requires the user to confirm that he really wants to run the malicious program, so the user actually has to click a confirmation button. The infection is not automatic on FF.
Re:Say it isn't so!! (Score:4, Funny)
Wow...sometimes, Slashdot ratings really DO match the content in posts!
Layers upon layers (Score:1)
Re:Why does /. report so much on Windows flaws? (Score:2, Interesting)
(http://douglas.min.net/essay/)
Re:PATCH!! (Score:3, Informative)
Re:Why does /. report so much on Windows flaws? (Score:1)
(http://workbench.freetcp.com/)
Re:A security hole? In WINDOWS? (Score:1)
(http://kim.biyn.com/)
Dork.
Microsoft Corporation (Score:2)
(http://www.afn.org/~afn31208 | Last Journal: Saturday January 01 2005, @11:56PM)
If anything, we need earlier reporting so the public can realize just how little microsoft cares about security.
Hmm (Score:2, Insightful)
The fact is, the impression that slashdot is anti-MS and pro-linux is wrong. We just like to know about vulnerabilities in an operating system that 90% of computer users have installed on their systems, and utilize every day. Not many people care about vulnerabilities in gqview for gnome (to take a random app for example). There are just so many apps that are not core to the system. Now, if there was a vulnerability in PHP or Apache that had an exploit in the wild, then that would make the news I'm sure.
Honestly, I think someone should go through all the windows vulnerability stories and count the number of anti-ms, pro-ms, and the smart people posts (i.e., those who realize that simply bashing an OS because of a discovered security flaw is silly, because all Operating Systems have flaws). In the end I think you would see that the majority of people on slashdot do not see Microsoft Windows as the Ultimate Evil. I could be wrong of course. I'm not exactly an authority on the subject. I haven't gone through counting the number of posts.
BTW where on slashdot does it say it's geared towards linux users?
Re:pr0n sites are FAST! (Score:1)
Watch out, it's a hoax! (Score:1)
Re:PATCH!! NOT! (Score:2)
Great. An <duh>obvious</duh> recommendation, and an invitation to load more junk (beta!) Microsoft ware.
Re:Why does /. report so much on Windows flaws? (Score:2)
Re:The fix was released months ago (Score:2)
Re:Is Windows 2000 vulnerable? (Score:2)
Since the vulnerability is apparently in GDI32.DLL, I'd guess that every version of Windows going back to Windows 95 is vulnerable, since metafiles have been around since Windows 3 (I think?) and GDI32.DLL was introduced with the 32-bit Windows API.