I think this it utterly irresponsible to publish without trying to contact Microsoft's security team first. Why on earth?
Windows System Exploit
21–30 of 49 posts
Re: Windows System Exploit
#22Earlier quoted context omitted.
So you're saying you should only do the right thing if there's something in it for you?
It's probably a better incentive than getting nothing back :-)
Given you aren't going to get a reward either way, why not do the right thing?
Frankly, I can't believe I need to discuss the morality of this. Is it not obvious?
And yes yes, I realise this is probably a case of Hanlon's Razor, not a moral failing, but justifying it on the grounds of there being no reward is crazy.
Re: Windows System Exploit
#23I think this it utterly irresponsible to publish without trying to contact Microsoft's security team first. Why on earth?
I wonder how easy it is to actually contact Microsoft on matters like this? It would probably take hours upon hours of searching convoluted corporate websites just to get an e-mail address or phone number to contact. Just slamming it on the web and posting on hacker news will take less time and is sure to reach Microsoft's attention quickly :) Sure, it's not responsible but not everyone is.
You could go to microsoft.com and type "report a security vulnerability" into the search box. Then click the first result.
Re: Windows System Exploit
#24Earlier quoted context omitted.
That's not entirely true - non-privileged local users are not supposed to be able to bluescreen the system. Note that, e.g. Terminal Server exists.
You can cause a blue screen by trying to copy the device context of the screen to itself with BitBlt - a stupid thing to do but still causes a blue screen
Re: Windows System Exploit
#25This isn't really an exploit, except insofar as a local user can cause a DoS for the system. Until there's a demonstration that arbitrary code can be invoked with elevated privileges, it's just a bug.
Agreed. Raymond Chen refers to these types of problems as involving "being on the other side of this airtight hatchway": http://blogs.msdn.com/b/oldnewthing/archive/2010/05/11/10009...
"Enabling the kernel debugger requires administrative privileges, so it's not like unprivileged users can force a system halt on their own".
Re: Windows System Exploit
#26Earlier quoted context omitted.
It's probably a better incentive than getting nothing back :-)
OK, conversely, you're saying that you should do the wrong thing (as in this case), if there is no financial incentive? Given you aren't going to get a reward either way, why not do the right thing? Frankly, I can't believe I need to discuss the morality of this. Is it not obvious? And yes yes, I realise this is probably a case of Hanlon's Razor, not a moral failing, but justifying it on the grounds of there being no…
As it stands I don't think there is much harm done because it's a local vulnerability, crashing a user-mode process. Annoying, maybe, but my graphics driver has a far worse track record as far as bluescreens are concerned.
Re: Windows System Exploit
#27Earlier quoted context omitted.
I wonder how easy it is to actually contact Microsoft on matters like this? It would probably take hours upon hours of searching convoluted corporate websites just to get an e-mail address or phone number to contact. Just slamming it on the web and posting on hacker news will take less time and is sure to reach Microsoft's attention quickly :) Sure, it's not responsible but not everyone is.
I wonder how easy it is to actually contact Microsoft on matters like this? It would probably take hours upon hours of searching convoluted corporate websites just to get an e-mail address or phone number to contact. You could go to microsoft.com and type "report a security vulnerability" into the search box. Then click the first result.
Re: Windows System Exploit
#28Earlier quoted context omitted.
It's probably a better incentive than getting nothing back :-)
OK, conversely, you're saying that you should do the wrong thing (as in this case), if there is no financial incentive? Given you aren't going to get a reward either way, why not do the right thing? Frankly, I can't believe I need to discuss the morality of this. Is it not obvious? And yes yes, I realise this is probably a case of Hanlon's Razor, not a moral failing, but justifying it on the grounds of there being no…
What you're calling "the right thing" isn't zero cost. It takes a fair bit of time (spaced out over a period of months, by the way, so it's not a fire and forget it report) to report a vulnerability to microsoft and follow up with their security team. More so if your vuln is at all interesting or complex. You may have to write PoCs. Your vulnerability will be patched in 4-6 months (not exaggerating, although this will obviously be quicker if it's made the news somehow), and you'll get a minute credit in their patch tuesday notes.
So no, the morality of this is not obvious. Where is my moral obligation to effectively do charity work for a megacorp that can't be bothered to keep up with industry standards in security?