Slashdot Log In
Highly Critical Hole Found in IE
Posted by
CmdrTaco
on Thu Mar 23, 2006 02:20 PM
from the must-be-thursday dept.
from the must-be-thursday dept.
dotpavan writes "Eweek reports on a highly critical MS Internet Explorer hole found by Secunia Research's Andreas Sandblad. The vulnerability is due to the processing of the "createTextRange()" method call applied on a radio button control.
From Secunia, "The vulnerability has been confirmed on a fully patched system with Internet Explorer 6.0 and Microsoft Windows XP SP2." The vulnerability has also been confirmed in Internet Explorer 7 Beta 2 Preview (January edition) though it could be avoided by turning off Active Scripting, as suggested by Microsoft Security Response Center blog. How would this put MS in the market, hit by the ever-growing shots of vulnerabilties? And would the divorce of IE7 from Vista's Windows Explorer help?"
Related Stories
[+]
IE7 Separated from Windows Explorer 434 comments
An anonymous reader writes "Security experts warned Microsoft 10 years ago that putting IE as a component of Windows Explorer was a bad idea, looks like Microsoft finally decided to listen to the advice. According to a short write up in Business Week, Microsoft has decided that when IE7 comes out with Vista it will no longer be a component of Windows Explorer and will be able to replace IE6 even on XP machines."
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.
Patch available (Score:5, Funny)
Re:Patch available (Score:3, Funny)
Re:Patch available (Score:3, Funny)
That's because you're not done until you replace Outlook with Thunderbird
mirror (Score:4, Funny)
IE user, your house is on fire. Run for the hills! Go! Go!
Parent
Safest browser ever available (Score:4, Funny)
Parent
Re:Safest browser ever available (Score:5, Funny)
Parent
Re:Safest browser ever available (Score:5, Informative)
Maybe the thing to do is to telnet to port 80 and parse the HTML in your head, but then someone will probably find an HTML trick that will drive everyone who reads it insane.
Parent
Re:Patch available (Score:5, Insightful)
Folks like Secunia can profit only when the patch takes a long time to develop. As long as it is a secret vulnerability, it has value. This vulnerability is the perfect example: MS was notified about this on 13/02/2006, 40 days ago. They had all the opportunity to fix it in this month's security patch, but thy did not. So the patch will come no earlier than 2 months after discovery - that's a huge window of exposure.
It was only when I have rediscovered the bug, and posted [seclists.org] an inquiry about it on the Full Disclosure mailing list, that Secunia rushed to finally publish the advisory. I must note that I did not develop the exploit independently, I simply piked it up on underground forums.
I say this is not "responsible disclosure", and that it is *irresponsible* to keep a bug of this magnitude unpatched for 2 months. Because there is a high risk that it will be found by the bad guys in the meantime - just like it happened with this bug.
--
Stelian ENE
Parent
Re:Patch available (Score:4, Insightful)
We're going to continue to look into this but remind you also that safe browsing practices can
help here, like only visiting trusted websites, etc.
The idea that the user should be careful about which sites they browse to is insane. It's hard to imagine a corporate culture that thinks this way, if it's a pervasive attitude, ever producing a reasonably secure product.
It's one thing to expect the user not to download an executable and then run it as Administrator. It's quite another to expect people to be "careful" which Google hits they click on.
Parent
Highly Critical Hole Found in IE? (Score:5, Funny)
Re:Highly Critical Hole Found in IE? (Score:4, Funny)
Parent
Perhaps it would save time... (Score:5, Funny)
It is not a dupe! (Score:5, Funny)
It's a brand new hole!
--
Superb hosting [tinyurl.com] 20GB Storage, 1_TB_ bandwidth, ssh, $7.95
Do what now? (Score:5, Funny)
So this article updates us to the fact that they plan to update us with an article prior to the update?
Could be worst... (Score:5, Funny)
How does this fare with previous statements? (Score:3, Insightful)
With security being #1 in IE7, and numerous IE7 articles published by both microsoft and non-microsoft advocates praising the security and reliability of the new MS Browser, can we conclude that even with their upcoming browser media hype is still the best feature?
Personally, I understand if people don't want to use Firefox, it isn't the best browser either, no browser is the best across the board. I don't, however, understand why people want to continue to use Internet Explorer. It has been proven time and time again to be buggy, and patches take weeks longer than in most other browsers.
Not being a hardcore developer myself, I don't know what causes this, but might this have been avoided if Microsoft adhered to the Javascript standards rather than "tweaking it" for IE?
Re:How does this fare with previous statements? (Score:4, Insightful)
Parent
Re:How does this fare with previous statements? (Score:5, Insightful)
Parent
Proof of concept (Score:5, Funny)
got it backwards (Score:3, Funny)
Use it for good not evil (Score:3, Funny)
createTextRange(-1);
And just let the exploit install firefox. It's just that easy.
Dupe! (Score:3, Funny)
Re:Dupe! (Score:4, Informative)
But, good catch!
Parent
I am... (Score:4, Funny)
IE 7 in Vista would have been safe (Score:5, Insightful)
Essentially all actions that require higher privileges, such as writing to non-temp locations on the file system, executing applications, installing plugins, changing settings, etc, will be done through the use of a broker.
The broker is very small, perhaps only a few thousand lines of code. This makes auditing the broker far easier than auditing the hundreds of thousands of lines in IE 7.
When IE 7 wants to save a file to the user's desktop, for instance, it must first "ask" the broker if it can do this. The broker is written in such a way that all actions require the user to confirm this is OK via a dialog box. If the user says it's OK the broker completes the action on behalf of IE 7.
If IE 7 has a buffer overflow or exploit of some kind and tries to do something nasty it will always fail because it is running as a user with basically no privileges on the system.
There is a video that describes this in detail on Microsoft's Channel 9 [msdn.com] web site.
Re:IE 7 in Vista would have been safe (Score:4, Funny)
Parent
Re:IE 7 in Vista would have been safe (Score:4, Insightful)
Besides which, the security model in NT-based systems is much richer than that in Linux-based systems. Unfortunately a few poor design/marketing decisions and a generation of sloppy coders too used to 9x-based systems has gone a long way to obviate that advantage, as far too many people simply run with administrative privileges.
That said, the clueless will always be a danger to themselves, whatever system they run.
Parent
Re:IE 7 in Vista would have been safe (Score:3, Insightful)
Sure, Microsoft probably has a convincing sounding explanation for why this time, their system will be secure. But they had a convincing sounding explanation many times in the past, and it never made a damn bit o
Re:IE 7 in Vista sounds irritating (Score:3, Insightful)
Wait, so I right click an image, choose "save to desktop", and then a dialog will come up asking me if I "really want to" do that?
You know, my usual response to dialog boxes like that is something along the li
MS Claims Latest IE 7 Beta is not Susceptible (Score:3, Informative)
Per the same blog, the 20 March release of IE7 Beta is not vulnerable.
Caveat emptor... I haven't tested it.
The 1st IE7 worm after the 'divorce' from windows (Score:5, Funny)
But they spend 20 billion on making windows secure (Score:3, Insightful)
Didn't we just have an article about MS wanting to go after Big Blue's business in the serious computer market? That they had spend 20 billion dollars on getting Windows ready to compete with the big boys and that IBM better look out?
Some MS fan boys of course swallowed that line hook, line and sinker. The same line MS has spun since it began business. "The next version will be lots better then what our competitor offers so please buy our [inferior] product now, we promise to ship the next version on time and as promised. Honestly. Have we ever lied to you before, or failed to meet a deadline, or failed to live up to our own hype?".
So the question by the poster of how this will affect MS in the market.
Not at all.
Simple as that. MS can keep producing crap and the public will continue to lap it up. I don't even care for the reasons and excuses anymore. They start to sound more and more like what you get at an Alcoholic Anonymous meeting or a session for battered wives.
As a LAMP developer I was recently offered a position with the opportunity to grow into .NET development. Gee thanks. What is the bonus package like? Kick in the nuts?
For those wondering what IE 7 and Vista will be really be like. More of the same old crap just a lot more useless crap that nobody really uses but that adds a lot of bloat that makes it impossible to debug. IF IE 1 - 6 have been buggy security holes and IE 7 has so far had the exact same bugs and security holes as 6 then it is obvious that MS hasn't really done anything with that supposed security audit of theirs.
First WMF now this. Vista is just another re-release of the same crap code that MS has been logging around since Billy boy first stole his basic interpreter.
Business as usuall. No doubt they will make a fat profit on it.
The Good News for Windows Users (Score:4, Funny)
Highly Critical (Score:3, Funny)
Re:GAH (Score:5, Insightful)
Parent
because (Score:5, Insightful)
its the time period that sometimes makes it more panicky.
Parent
Slashthink. (Score:4, Informative)
Parent
Re:Why are IE security flaws even reported anymore (Score:3, Interesting)
Not possible. (Score:5, Informative)
Can't be secure with ActiveX, can't be secure without ActiveX... but what would happen if ActiveX didn't exist? [ubuntu.com]
Parent
Re:Not possible. (Score:5, Informative)
ActiveX really should only run from trusted sites anyway.
Parent
misplaced trust (Score:3, Funny)
You gullible, gullible fool : )
Updates are necessary, Windows Update is not (Score:3, Informative)
I can't remember the last time I used Windows Update. Automatic Updates does most of what I used WU for, even more easily. If I want other updates, Windiz Update [windizupdate.com] is very similar, but works in non-IE browsers.
Doesn't help (Score:3, Informative)
In other words, the "fix" is to use your browser in 1995 mode.
Re:Good week for MS (Score:3, Informative)
Re:Someone translate this for me: (Score:3)
Re:It's funny (Score:3, Interesting)
Re:It's funny (Score:5, Insightful)
Here's the difference: In Sun's case, the hackers didn't alert Sun to the vulnerability. They just DOS'd a free service that Sun provided the world, causing headaches for people attempting to use the service. Their actions accomplished absolutely nothing (the grid was not affected), and resulted in Sun pulling a previously free product behind a security wall for which people are required to subscribe. Good going!
In this case, a researcher discovered a flaw in the browser, and instead of being an a$%hat by writing yet another worm or malicious program, alerted Microsoft to the bug. Which is now in the process of being patched.
Parent
DDOS is a vulnerability? (Score:5, Insightful)
If DDOS is a vulnerability, it's one that all systems share, and thus, we'd have to be extremely jaded and cynical for blaming Sun for getting hit with one.
It doesn't help that the existance of vulnerabilities in Microsoft's products is probably the reason it was so easy to attack Sun.
Parent
Re:In other news... (Score:3, Insightful)
This is most likely the latest instance of the deep design flaw that the Microsoft HTML control has had since 1997, a flaw that no other browser (open source or commercial) suffers from, a flaw that Microsoft is going to have to break every application that uses the HTML control for anything but simple HTML display to fix... but which they absolutely have to do.
Compared to sendmail... this would be like Allman "fixing" the backdoor that the Internet Worm used by changing the password from "WIZARD" to
Re:not as bad is it sounds (Score:3, Informative)