IE6 Was Unsafe 284 Days In 2006 137
An anonymous reader sends us to the Washington Post's Security Fix blog, where Brian Krebs has toted up the total vulnerability days for IE6 users in 2006. From the article: "For a total 284 days in 2006 (or more than nine months out of the year), exploit code for known, unpatched critical flaws in pre-IE7 versions of the browser was publicly available on the Internet. Likewise, there were at least 98 days last year in which no software fixes from Microsoft were available to fix IE flaws that criminals were actively using to steal personal and financial data from users... In contrast, Internet Explorer's closest competitor in terms of market share — Mozilla's Firefox browser — experienced a single period lasting just nine days last year in which exploit code for a serious security hole was posted online before Mozilla shipped a patch to remedy the problem."
Re: (Score:1)
Re: (Score:2, Funny)
Welcome to Slashdot. Try the ramen.
This article is absurd (Score:2, Interesting)
I wonder what windows would add up too
IE and windows are really one big insecurity mash-up that is hard to see individually. Remember the Netscrape lawsuit over bundling IE? When M$ was arguing in court that taking something as insecure as a web browser and tightly integrating it into something that is supposed to be secure like an OS was required for their continued innovation.
Anyway, I think this is absurd. IE6 had a patch available. It was IE7. M$ released IE7 as a "high priority security upda
Re: (Score:2)
Re: (Score:2)
Re: (Score:3, Insightful)
Re: (Score:1)
Re: (Score:2)
the 9x/ME series were relatively easy to belt about and replace bits. NT/2K/XP/Vista have the 'Windows' part much more closely tied into the basic operation of the system (In place of DOS), so although you can change the GUI and browser (Although completely eradicating IE is nigh on impossible) it is still very much visible as Windows after only a few minutes of use.
Re: (Score:2)
No IE 7 for Windows 2000 (Score:3, Informative)
Replacing Microsoft Internet Explorer 6 Service Pack 1 with Windows Internet Explorer 7 requires replacing Microsoft Windows 2000 Professional with Microsoft Windows XP Professional. Not all users of Windows 2000 want to pay for the patch. Mozilla, on the other hand, plans to continue to make its products compatible with Windows 2000 even through the 3.0 series.
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Those small security updates aren't really new versions.
I hope stuff like this makes the paper (Score:5, Insightful)
Re: (Score:1)
You can, of course, help however. Email this story to your friends and family. Of course, the story itself still probably won't interest people, but you can make it interesting: Your friends credit card details are at risk for using IE. Importantly, there are alternatives to IE.
Re: (Score:2)
Hazards of monoculture (Score:5, Insightful)
Hazards of Non Free. (Score:2)
If the market was free, there would be no monoculture and IE share would be close to 0%. A market for lemons would assure some people would always use IE, but most people would chose the obviously superior offerings. That IE continues to enjoy significant market share is a good indicator of continued anti-competitive practices: threats to vendors, abuse of data formats, hostility to user preference and other abuse.
The real sting is that Microsoft continues to enjoy an OS majority share. They won't for
Re: (Score:2)
Nothing to see here... (Score:5, Interesting)
My bet is that the number that COUNTS is probably larger (also larger for FF), the number of days where there was a vulnerability that was known by malicious groups, just not publicly posted.
Re: (Score:2)
True, but this only makes Firefox look better. For the most part, vulnerabilities in open source are generally publicly disclosed in forums and the like. The details of the exploit usually remain secret. Who knows how many IE security bugs MS is not disclosing or acknowledging.
Re: (Score:2)
What I was actualy reffering to would be the knowledge in the hands of those that want to use it for evil (or atleast naughty) purposes.
Ok, so MS takes for ever to patch, we know this.
FF patches relatively quickly, we know this again.
But how long were vulnerabilities actualy LIVE (as in some one was tryign to exploit them) in the wild? That is much more interestign to me, everythign else is just sorta old hat.
For IE? (Score:1, Interesting)
Most likely 365 days out of the year.
This was based on published exploit data only, not private exploits. The people that use those like to keep them quiet so that they remain useful for a longer period of time.
Re: (Score:3, Insightful)
A theoretically useful number would be the number of days from
Re: (Score:2)
Who knows how many IE security bugs MS is not disclosing or acknowledging.
According to anecdotes from former MS employees, about 50-60% of all bugs with security implications are prioritized such that they are never announced publicly or fixed (across the company, not IE specific). Since they don't announce most of the ones they fix internally either, I'm guessing they have a ratio similar to most companies where you have about 1 publicly discovered bug for every 20 found internally. I'm guessing that me
Re: (Score:2)
-matthew
all a matter of perspective (Score:5, Funny)
Of course the flip side of this story is that IE6 was safe for 81 days in 2006.
Obviously, the solution is to shorten the year to 81 days.
Re: (Score:1)
Re: (Score:2)
Of course the flip side of this story is that IE6 was safe for 81 days in 2006.
Obviously, the solution is to shorten the year to 81 days.
Re: (Score:2)
Re: (Score:2)
There are three main factors for this (Score:5, Interesting)
2. Desktop integration - across Windows 98, ME, 2000, XP and to a lesser extent Vista.
3. Application integration - there are tonnes of apps writen either embedded in IE, or using IE as a view-port to data, screens, etc.
All of the above (and more) make IE6 a bitch to keep updated quickly and easily. Breaking not just a browser, but OS shell, and tied-apps with a dodgy patch isn't an option for Microsoft and they know it (despite the odd rogue update that slips through the net).
Re:There are three main factors for this (Score:4, Interesting)
Dealing with broken code (Score:4, Informative)
True. Unfortunately, we've got a decade and a half worth of web pages that were built sloppily. Not all of them, but enough to be an issue, especially since many of them are effectively abandoned and don't have anyone to fix the errors. If it had been designed that way from the beginning, it would be feasible, but there's all that legacy data to deal with. Any HTML browser designed to run on the web, and not just on, say a local set of help pages, has to do something with those pages. Dave Hyatt (of Safari fame) made some interesting comments [mozillazine.org] on the issue when discussing XML error handling in browsers -- basically, learning from the consequences of that decision to tolerate HTML errors without specifying how to recover from them.
Things are a bit better with CSS, as there are explicit rules for how to handle broken code (basically, ignore it and skip to the next line). The bigger problem there is handling code that was written to older, broken implementations -- the IE5 box model, for instance -- and trying to determine whether a page was built for the spec or for the broken implementation. This gets into quirks mode, and doctype sniffing, and things get kind of hairy.
(Then there's the fact that HTML and CSS are both designed with extensibility in mind... any unfamiliar tags or attributes in HTML are supposed to be ignored, so an HTML 3.2 browser can still do something useful with an HTML 4.0 page. But that's a slightly different issue.)
Re: (Score:2)
Re: (Score:2, Interesting)
Re: (Score:2)
Why does "somebody should do something about this" always seem to mean "somebody not me"?
Re: (Score:1)
You missed my point though. The OP basically said "you can't expect people to code correctly" and my response is an observation that our society in general seems to be trending to allow that mentality of pandering to the lowest co
Re: (Score:2)
I think you're missing the main cause. Sure open source apps get more people reviewing them, but there are plenty of fairly secure closed source apps. The real problem is motivation. Microsoft has a monopoly on the desktop. Pretty much everyone buys Windows. When they buy Windows, some of that money pays IE developers. If a user decides to use Windows+Firefox, Microsoft does not lose any money. What is their motivation to make IE secure?
So long as MS is allowed to bundle products with and tie them to their
Re: (Score:1)
Re: (Score:2)
how would people download firefox from the internet without IE with Windows?
They would use whatever browser was included by the OEM that sold them their computer, which may very well already be Firefox. The law forbids MS to bundle or tie Windows to IE, not other companies from selling Windows+some browser+some hardware.
Firefox is good. people know about it and are downloading it.
Firefox has been better for 5 years, easily, and still it has under 25% of the market. People aren't downloading it. More
Re: (Score:1)
IE achieved domination vs Netscape which was showing its age. Even most netscape loyalists agreed that netscape couldn't compete on technical merit. Mozilla Suite was too bloated, especially for those who used another email app.
Re: (Score:1)
With ftp.exe.
It's possible. I've done it when fixing really horribly spyware-infested systems.
That's nothing (Score:3, Funny)
Re: (Score:1)
No, M$ is worse than your Truck. (Score:1, Troll)
My truck was unsafe 365 days. I could have been in an accident on any one of those days!
True, but most people don't. Your truck has a better than four minute half life on any road and far fewer than 90% of all trucks are actually owned by malware that takes them for spins and bank robberies while you are not looking.
Microsoft my not kill as many people as trucks do, but that's not a mater of reliability. The power required to use a computer is not as high as motor vehicles, yet.
This is why I used SetSAFER (Score:3, Informative)
I also have to admit, that since FireFox 2.0, I can trictly tell my browser which to sites to masquerade as IE.
Quite handy if I do say so myself...
Re: (Score:1)
Re: (Score:2)
However, I'm finding that fewer sites seem to require me to do this. Things are improving on the W.W.W. for browsers. (Not just Opera, but it's nice that it's included as well.)
Re: (Score:2)
Quite handy if I do say so myself...
i have to agree. some websites just dont function properly using firefox. a few people just dont bother testing the websites for multiple browsers.
Re: (Score:2)
If the sites actually do function just fine in Firefox but refuse to do so unless you trick them, you should probably notify the site's administrators or stop using the damn site.
Re: (Score:2)
Verifiable things like
names dates method of assasination,places
Proof to positively show that this so called US Army caused it?
I don't particularly like US Army but I don't like anyone getting a bad rap for some hearsay stuff
You know, civilians are being killed in Iraq too, right? Just proving a point.
What does this mean? (Score:3, Funny)
Re: (Score:3, Funny)
Re: (Score:1)
Judging by the colour of the Zune - no, but close.
Re: (Score:1)
Re: (Score:1)
Moo (Score:1, Funny)
Yep, it took them nine months to get that baby.
Re: (Score:1)
Re: (Score:2)
284? (Score:1)
Re: (Score:1)
You know what happens when you assume?
Out of how many? (Score:2)
Lobbyist hat on (Score:3, Funny)
Re: (Score:1)
You should work for their PR firm.
I'M A WINDOWS GUY (Score:4, Funny)
NOTE: The above post is merely a parody of the Windows user who's "got religion". A reasonable Windows user knows better. A reasonable *nix user knows better. Let the games begin...
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
Re: (Score:2)
Of course, there is still "that guy" who always seems to find my posts first and give them "-1 overrated" before I get any positive mods... I have yet to find him and tell him about this recent revelation.
(And now of course comes the inevitable internal debate - post anonymously and (possibly) save karma or stop being a coward actually make use of positive ka
Lies, damn lies and statistics (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Re: (Score:1)
Let's not forget... (Score:2)
That TFA can only document "safe" status regarding known vulnerabilities for IE or real browsers.
Someone needs to report that IE (6 and 7) has had craptastic standards support for 2195 days of this century (as of 4 Jan 2007).
Thanks for the money, folks (Score:1)
I have one customer who gets hit three or four times a year. Each time, I get $75 to $150 for booting his system to Windows PE and cleaning off the pests. He's running McAfee Enterprise 8.0i (
Re: (Score:2)
Firefox has zero-day vulnerability too (Score:1)
Duh. (Score:1)
You must be an idiot, if you don't understand that.
Only 284? (Score:1)
As Long As IE Runs ActiveX (Score:3, Informative)
Which means it was unsafe for the last 365 days of last year.
I just did another five hour spyware cleaning last night (which still isn't complete). A fifteen-year-old kid managed to bring a Dell PC to its knees over just a few days of browsing the wrong sites.
The kid was visiting the client. The kid has an Apple at home - so he didn't know what he was doing was death to Windows...:-)
Comes as no surprise (Score:1)
The news states wrong. (Score:1)
Worth noting... (Score:2)
It's worth noting that I'm betting that nine days was only how long it took for Mozilla to ship the "official" patch to "official" places...I'll bet a number of distros had downstream patches available (at least for submission) within 24 hours.
For anyone doubting ESR's written claim about FOSS's su
Guess what folks (Score:1)
Phew!!!!!!!!! (Score:1)
Re: (Score:3, Informative)
I am by no means a Microsoft hater. I use many of their products (specifically Windows and Office) because they are simply better than the alternatives, even the free ones. However, I am also not a Microsoft zealot, and realize the company has it's flaws (not talking about business practices, just software) and IE is one of
Re: (Score:1)
Re: (Score:1, Offtopic)
Assuming firefox (2.0.0.1) is open, you are reading this post.
Check memory consumption (windows XP, currently FF consuming 37Mb)
Cntl-click on reply to this 21 times (giving 22 open tabs, 57Mb)
Open each tab, scroll on page.
Close each of 21 tabs (leaving 2, 45mb)
repeat (52mb)
repeat (58mb)
repeat (60mb)
Now I couldn't claim this as somehow exploitable, but it does highlight the behavior during browsing does have an effect on the memory usage. Especially when even a quality product has a memor
Re: (Score:2)
Get the "CacheStatus" extension, and you can manage how much cache you want FF to use.
Re: (Score:2)
Re: (Score:1)