Slashdot Log In
Vista Exploit Surfaces on Russian Hacker Site
Posted by
Zonk
on Fri Dec 22, 2006 03:53 PM
from the exploits-show-up-in-the-funnest-places dept.
from the exploits-show-up-in-the-funnest-places dept.
Datamation writes "Exploit code for Windows Vista (though at this point only proof-of-concept code) has been published to a Russian hacker site, Eweek reports. Certain strings sent through the 'MessageBox' API apparently cause memory corruption. Though this is obviously cause for concern, at the moment it would seem access to the system would already be required to make use of the exploit. Determina has an analysis of the bug. Just last week, Trend Micro reported that Vista zero-days are being sold at underground hacker sites for $50,000."
Related Stories
[+]
Technology: Vista Zero-Day Exploit For Sale 233 comments
Snakepit Bit writes "Underground hackers are hawking a zero-day exploit for Windows Vista at $50,000 a pop, according to computer security researchers at Trend Micro. The Windows Vista exploit, which has not been independently verified, was just one of many zero-days available for sale at an auction-style marketplace infiltrated by the anti-virus vendor. Prices for exploits for unpatched code execution flaws are in the $20,000 to $30,000 range. Bots and Trojan downloaders that typically hijack Windows machines for use in botnets were being sold for about $5,000." From the article: "According to [Trend Micro CTO Raimund] Genes, the typical price of a destructive exploit has increased dramatically, driving an underground market that could exceed the value of the legitimate security software business. 'I think the malware industry is making more money than the anti-malware industry,' Genes said."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
I don't have to... (Score:5, Funny)
Re: (Score:3, Informative)
Re: (Score:3, Funny)
curious (Score:4, Insightful)
I'm just wondering who would buy these at such a price. What is the real value of an exploit?
Re:curious (Score:5, Informative)
Parent
Re: (Score:3, Insightful)
Someone with $50,000 to spend as an investment, who expects to make more money out of it.
What is the real value of an exploit?
$50,000.
Re: (Score:3, Insightful)
People who want to make Vista zombie bots.
And who would want to do that?
Spammers
Re:curious (Score:5, Insightful)
The only thing they ruin is the term "hacker". But that's okay, this word has been deformed, mis- and overused for so long to mean "pirate" and "cracker" by stupid media people that it just doesn't matter anymore.
In reality, these guys aren't even worthy of the term "crackers" (which itself isn't worth much in the first place): they're just mafia, conmen, blackmail artists, forgers, thieves, robbers... whatever you choose to call it. They just happen to use a computer instead of a tommy gun, but the result is the same.
Parent
Re:curious (Score:4, Funny)
You'll be sleep()ing with the fishes?
Somehow, I don't think the idea of the "St. Valentine's Day TCP stack exploit" has quite the same impact. (Perhaps the "St. Valentine's Day Blue Screen of Death"?)
All things considered, I'd rather have my computer violated by the Mafia than my body.
Parent
Meant to say this last week.. but.. (Score:5, Interesting)
Maybe the biggest customer for these zero-day exploits should be.. Microsoft?
$50,000 isn't that much compared to the other option IMHO.
Just a thought.
TLF
Re:Meant to say this last week.. but.. (Score:5, Insightful)
Maybe the biggest customer for these zero-day exploits should be.. Microsoft?
$50,000 isn't that much compared to the other option IMHO.
Just a thought.
It's a very valid thought, it's just the form that's bad: what you suggest is Microsoft pays black hats under the table to fix find flaws in their products for them. Quite a PR disaster, surely you'll agree. On the other hand, if they were smart, they would hire talented hackers *upstream*, i.e. during the development process, and offer them the same insane amounts of money on a per-exploit-found basis (at "black market rate" if you will), only these hackers would be working for MS perfectly legally: they would get the same money, trouble-free, and Microsoft could boast they subject their products to the most stringent tests before release.
Heck, MS could even offer these russians H1Bs/green cards, housing in the US, car and whatnot, that would be small change compared to how Microsoft stands to make out like a bandit on the semi-forced sale of their new OS...
Parent
Re: (Score:3, Interesting)
And obviously the people who sell these exploits want to get more than one sale out of each one. Selling them to Microsoft means, hopefully, the end of the exploit and no more sales. So if MS really did buy these exploits, they'd have to do it without letting the hackers find out it was them buying the exploits. Because the hackers would probably never want to sell them to MS.
I'm sure this fits into some science fiction plot s
Re:Meant to say this last week.. but.. (Score:5, Funny)
Yes it is. Would you believe that the reason for all the security holes is for Microsoft. They're the ones who create the holes so that later they can take crontrol of the bot nets and send out spam. On occasion they find a guy who's trying to go it alone and starts intruding on their turf. They send the police at that guy to take everyone's attention at what their other hand is doing. They're pretty sinister in that regard.
Holy crap, I could almost believe that. Anybody have any extra tin foil they can spare?
Parent
Double free vulnerability (Score:3, Interesting)
The article just mentions that Windows has a double free vulnerability but does not post an exploit (and neither does the russian site which originally reported this issue).
.
Re:Double free vulnerability (Score:4, Informative)
Parent
List of those strings... (Score:3, Funny)
A partial list of those strings appears to be: Linux, Open-Source, GNU, Stallman, and (oddly) chair.
Microsoft still hasn't learned about safe strings! (Score:3, Interesting)
More details on this (Score:4, Interesting)
Say, nice use of strcpy...
Why now? (Score:3, Insightful)
A smart black hat would lay low until SP1 is released, and wait for the real corporate deployment to begin.
Re:Why now? (Score:5, Interesting)
A smart black hat has like a job and a life.
The only thing I can say that these script kiddies and whatnot are good for is that they are easily detectable and they alert security people of vulnerabilities so that it makes it difficult for people that are really interested in doing real damage or obtaining data that they shouldn't have.
Its really ironic how valuable these kids are. Without them, real compromises would be more common and much more painful.
Parent
Doesn't count! (Score:3, Insightful)
I'm pretty sure the Slashdot community wouldn't be so two-faced as to claim something is an exploit on Vista which isn't 'counted' as an exploit on OS X, right?
Right?
Re:Fscking Visual Basic (Score:4, Insightful)
Parent
Re:Fscking Visual Basic (Score:5, Insightful)
Parent
Re:Fscking Visual Basic (Score:5, Informative)
All I can say is... OUCH.
MessageBox() is a fairly commonly used API (it's used to display a message box, with optional icon (none, alert, caution, etc.), and buttons (yes/no, yes/no/cancel, ok/cancel, ok, etc). It's the most trivial way to do a quick debug, or pop up an error message. It's probably one of the most commonly used functions, as well.
Wonder what Microsoft did to break MessageBox(). Considering how often it's used...
Parent
Re: (Score:3, Funny)
Okay. In Soviet Russia, Windows runs you. Oh, wait. . . .