Slashdot Mirror


New IE Holes Discovered

joelt49 writes "Yahoo! News is reporting that 7 new security holes for Internet Explorer have been discovered by a Chinese researcher; however, there apparantly aren't any attacks on IE yet." The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list. Sure, a lot of people don't like Microsoft, but that's no reason to make it worse for the millions of people who are forced to use Microsoft products, especially for security holes which have yet to be exploited.

56 of 801 comments (clear)

  1. Incident response times by Tet · · Score: 5, Insightful
    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    Yep, not ideal. But it'll be interesting to see whether MS's claims of having a faster response time to security incidents that the Linux community stands up. Will they have a patch available withing the next day or so? You can guarantee that the Mozilla or Konqueror communities would have in the same circumstances...

    --
    "The invisible and the non-existent look very much alike." -- Delos B. McKown
    1. Re:Incident response times by Troed · · Score: 5, Informative

      Neither does Microsoft, as shown several times when their updates causes 3rd software to break - even in areas the patch wasn't supposed to touch.

      Feel free to Google.

    2. Re:Incident response times by Chexsum · · Score: 5, Insightful

      Itd be really strange if Mozilla broke my Window Manager or something. What exactly would they need to test it with?

      I can understand Internet Explorer needing to be tested against the rest of Windows and its APIs but Mozilla is a stand-alone web browser - as long as the API isnt affected it ['full regression testing'] shouldnt matter too much IMO.

      --
      Pixels keep you awake!
    3. Re:Incident response times by Avihson · · Score: 5, Insightful

      Microsoft has been using the paying community as QA since at least MS-DOS 4.0 Have you been living in a cave all these years?

      The whole premise behind FSF is that it is FREE, the user accepts some responsibility in the transaction, in this case by reporting bugs and helping to test beta versions before the code is released live. You seem to be saying that Microsoft has never released code that was not finished, 100% Quality Assured, no Security holes.....

      If you believe so strongly in your statements, why do you post AC?
      So I say Mod the Grandparent DOWN, MS whiners be damned!

    4. Re:Incident response times by curious.corn · · Score: 4, Insightful

      Oh, the joys of forceful integration... ;-) Now do you understand the importance of clean independent components with defined and carefully thought out APIs?

      --
      Mi domando chi à il mandante di tutte le cazzate che faccio - Altan
    5. Re:Incident response times by Error27 · · Score: 5, Insightful

      Please list one problem someone has had because of a Mozilla security fix.

    6. Re:Incident response times by arkanes · · Score: 5, Insightful

      Doesn't matter - MS claims a 24 hour response time. Lets see it happen.

    7. Re:Incident response times by Begemot · · Score: 5, Informative

      ... as shown several times when their updates causes 3rd software to break ...

      It's even worse when done by design. Once a scoundrel - always a scoundrel.

    8. Re:Incident response times by PaulK · · Score: 4, Interesting

      Yep, not ideal. But it'll be interesting to see whether MS's claims of having a faster response time to security incidents that the Linux community stands up.

      Have you seen what happens to people who report security issues to MS? Follow the full-disclosure and bugtraq lists sometime; you will be astounded. MS repeatedly ignores reports until there is an exploit. They have gone so far as to lock hotmail accounts of people reporting issues.



      They have repeatedly demonstrated a knee jerk reaction to deny problems until they're public, at which point they announce that they've been working been on it all along.

      Honestly, with their resources, they could give Linux a serious run on patch speed, but only if they change their mindset first.

    9. Re:Incident response times by NortWind · · Score: 4, Insightful

      Microsoft has released service packs that kill peoples applications, so much so that they have had to remove the service pack and put in a differnt one to patch the broken patch. Even Microsoft can't check the way everything works with everything.

      The big differnce is that with open software, you can patch it yourself, or hire somebody to patch it for you. With MS, you can't patch it, and unless it effects enough people, you can't get MS to patch it either.

    10. Re:Incident response times by Minna+Kirai · · Score: 4, Insightful

      A critical bug in Konqueror and all of KDE becomes useless.

      This gets back to the terms sproketboy used: no "commingling" in a "properly written application".

      I won't go into a 10-page lecture on software engineering. But just because an application is depended on by any others doesn't mean they're comingled, or improperly written. A good component app will have a limited number of interfaces to the rest of the system (on the order of 10-200, and hopefully towards the low side).

      Testing the program's correctness on those interfaces gives you a high trust that it'll work correctly in the larger system.

      Microsoft(tm) IE(r) isn't like that. It doesn't have defined interfaces to the rest of the system. Its not an application which runs on the OS kernel and talks with other apps. It's source code is intermixed with much of the rest of the Windows OS. Testing every interface isn't enough to show that a new version is working right... you'd have to go through every line of code and see how it might possibly perturb Windows itself.

      Compared to component-interface testing, that's a prohitably lengthy task; a combinatorical explosion of places to check.

      no Kate working no editors

      Again, Kate is one component, and testing that component's agreement with each of its public interfaces should be enough to verify there are no critical bugs. That only works if the components are well-separated enough. But separation leads to slowness, and Microsoft wants to be fast.

    11. Re:Incident response times by Locutus · · Score: 4, Insightful

      Mod the parent up. This one hits the nail on the head and is the heart of what's wrong with MS Windows and right with Linux. What Microsoft claims as integration is done in a way which brings the whole house down when one small part fails. The co-mingling of applications with the OS. Legal documentation even showed that this was originally done for anti-competitive reasons and now is being presented as the latest half-baked why MS Windows is supposedly better than Linux. This is not the design methodology used in the *nix world.

      This is also something to watch out for when developers try to mimic the Microsoft Windows system while making Linux more and more user friendly.

      IMHO

      LoB

      --
      "Anyone who stands out in the middle of a road looks like roadkill to me." --Linus
    12. Re:Incident response times by mentin · · Score: 4, Insightful
      This is not the design methodology used in the *nix world.

      Code reuse is code reuse, whether it is Windows, Unix, or any other OS/app. Modern programmers are taught to do code reuse, and saing "This is not the design methodology used in the *nix world" is plain stupid.

      When gzip security hole was discovered, it hit hundreds of Unix applications, because they reused the code from this library. Is the "design methodology" any different?

      The gzip bug demonstrated that it sometimes can even be worse on *nix, due to source code coping instead of shared libs, so that the bug had to be fixed in multiple places.

      By the way, Netscape was / Mozilla is actively trying to make itself a platform for writing applications using its XPCOM/XUL and other technologies. It is not very successful so far, but when it will, its bugs and patches will hit lots of independent applications, just like bugs/patches in IE do now.

      --
      MSDOS: 20+ years without remote hole in the default install
  2. it wouldn't change anything by __aaitqo8496 · · Score: 5, Insightful

    I don't blame this guy for not going to Microsoft first. Given thier track record, more than likely, they would have ignored him until someone publicly announced the problems.

    P.S. Is it news anymore that IE has holes?

    1. Re:it wouldn't change anything by muffen · · Score: 5, Insightful

      Given thier track record, more than likely, they would have ignored him until someone publicly announced the problems.

      You may be right, but it still doesn't change anything. I think this guy should have told Microsoft first, waited, if they don't respond within 48 hours, report it.
      If you get a standard stupid automated copy/paste reply, report the holes.... but you SHOULD give the company some notice. As stated in the article, not giving the company any info just makes it bad for anyone having to use IE.

      Is it news anymore that IE has holes?

      Nope. Seriously, who here gives a crap about IE holes? Everyone here probably knows that using IE is about as secure as getting water in a fishingnet.

    2. Re:it wouldn't change anything by AtomicBomb · · Score: 5, Insightful

      It is pretty pathetic to deal with some big software company like Microsoft when reporting bugs... There is no simple way. A friend of mine did some scripting and discovered an obscured w2k bug (no big deal just causing yet another blue screen) by pure chance. He did some detective work and nailed down to the exact condition that triggers the problem. Since we are not doing security or serious low level programming, we don't have links with any relevant person in MS. When contacting the local MS office (we are in a small country, btw), the guy on the other end of the phone had no clue and put us thru technical support. Read: demanding $$$.

      At the end, we did not bother. After a few more months, it was made public (not by my friend though). Nowadays, reporting MS bug becomes a dangerous maneouver... If MS is really serious about security and good quality software, they would put a contact on the front page and offer reward for anyone who spots a new major bug. Before then, I don't see why we need to be nice to MS.... They say they are capitalist. We should respect their value and don't do any free work for them...

    3. Re:it wouldn't change anything by pjrc · · Score: 4, Interesting
      this guy should have told Microsoft first, waited, if they don't respond within 48 hours, report it.

      I believe the current "best practice" is to wait at least 1 week for the vendor to initially respond... and to give them at least 1 month to create a patch if they (privately) acknowledge the problem.

      But giving them ZERO hours is about as bad as it gets.

    4. Re:it wouldn't change anything by binner1 · · Score: 5, Interesting

      I agree with you in theory, but if you look at it from the perspective of "how do you get the average user interested in alternatives?" angle, this might be the way to go.

      Consider that people use IE because "it's there," and not generally for any other reason. These people are going to continue to do so until the consequences are too high. Really, the same should apply to corporations too. The more often they get bent over, and the rougher those encounters are, the more the point gets "driven" home...I've been on a campaign lately trying to get people to switch from IE. I've been pushing Netscape 7.x instead of Mozilla though, as I find explaining the difference is tedious to say the least. I'd prefer if they used the AOL-brand free version, but Netscape is better than nothing.

      Really, this should go for all MS products with shoddy track records. Any time you have to explain why "the computer was infected with another virus, even though you had AntiVirus software," be very _blunt_ about the reasons. Internet Explorer was designed to kill Netscape, not be secure..."Yes, you're virus signatures were up-to-date (not likely), and you still got a virus." That's because MS knew about the problem 3 months ago but it wasn't made public so they didn't fix it. It's not Norton/McAfee's fault. This virus didn't exist until yesterday...

      Now, I'm not saying I think every use should immediately switch to Linux, but I do recommend Mac OS X quite often. I know that nothing is perfect, but it's time people started using _anything_ other than Windows and IE. Don't hide the flaws of the other systems. Yes, Mac OS X did have a problem recently. Nothing is perfect. Most things just happen to be more perfect than Windows and IE.

      -Ben

    5. Re:it wouldn't change anything by ExtraT · · Score: 5, Informative

      I used to work in Microsoft technical support. From my experience, MS does everything to avoid receiving bug reports from end users, their system is designed in such a way that bug reports are automatically dropped, unless the originate from a pro support client (which pays millions of dollars for support). What this guy did is not only right, but also it is the only moral thing to do. Companies like MS should pay for their bad business practices.

  3. It's hardly bad... by shfted! · · Score: 5, Insightful

    Sure, a lot of people don't like Microsoft, but that's no reason to make it worse for the millions of people who are forced to use Microsoft products, especially for security holes which have yet to be exploited.

    If OSS people can fix the bugs in less than half a day, it should be a piece of cake for a giant software company with lots of programmers to do the same. Sure, a days warning would have been nice, but if there isn't a fix by tonight, it only shows badly on Microsoft.

    --
    He who laughs last is stuck in a time dilation bubble.
    1. Re:It's hardly bad... by curious.corn · · Score: 4, Insightful

      Real programmers don't need to regression test the whole world for a simple bug: they fix the broken method, recompile and repackage. Real programmers design clean APIs and classes where the public methods don't need to change to fix a silly bug. On the other hand if the security fix requires breaking class compatibility then it's not a bug, it's a poor design failure...

      --
      Mi domando chi à il mandante di tutte le cazzate che faccio - Altan
  4. New Rival to Internet Explorer... by xirtam_work · · Score: 5, Funny
    Microsoft are about to announce a replacement for Internet Explorer called 'MS String Vest'.

    A spokesman was quoted as saying, "It's the only way we can release a product with more holes than IE".

    It is unconfirmed if StringVest will be integrated into Windows XP SP2 or if we will have to wait until LongHorn is released.

  5. I've been trying my best to switch people away by The+Analog+Kid · · Score: 5, Interesting

    ...from IE. I tell people about the built-in pop-up blocker, and the adaptive spam filter in Mozilla. I also tell people about the nice long list of IE vulnerablities like the ones in this article, I've gotten quite a few to switch away from IE, to either Mozilla, Mozilla Firebird, or Opera. It's all about using the big words when you persuade them to switch.

    1. Re:I've been trying my best to switch people away by Chalybeous · · Score: 4, Insightful

      I use Mozilla Firebird, myself, and like you, I've tried to encourage my friends to switch.
      Doesn't help much when I'm forced to use a university workstation (like today), but I find it's a better quality browser than IE. Renders faster, blocks pop-ups, and I find tabbed browsing to be pretty much invaluable.
      Of course, the best thing about Firebird is, I can still watch Doctor Who: Scream of the Shalka ;-)

      There are, of course, some times when you have to use IE (like Windows Update, though I guess I could always just download each update manually).

      The big problem I've hit is that, even with all these MSIE vulnerabilities that come out on a near-weekly basis - not to mention annoying pop-ups and pop-unders, and other little security-related issues - I don't seem to have any success.
      So what's your persuasive technique for getting people onto pre-1.0, non-MS, reliable-but-not-100%-complete software?

      --

      "It is dark. You are likely to be eaten by a grue." -- Zork

    2. Re:I've been trying my best to switch people away by squiggleslash · · Score: 4, Interesting
      Absolutely.

      I have a neighbour whose computer is currently fried - it'll apparently not boot at the moment, and needs a reinstall of whatever version of Windows it runs. She came over recently and said at some point she needs to use the Internet, and when I offered to let her use my connection said "Oh, I'd be using it for hours".

      So I offered her a laptop. I told her if she makes sure she uses it on the side of the appartment closest to mine she'd be within range of my wireless network "so you'll not have to do anything, just switch it on and start browsing".

      "Oh" she said, obviously hearing words like "wireless" and "network" and "browser", "That sounds far too complicated!"

      I am still gobsmacked about that one, but you're right: it's the words. The more you try to explain to someone how much better (or even how much easier) something is, the more complicated they assume it is. And that really works against you when trying to explain how much simpler something is because by default they assume they'll have to do all the stuff they do now: if you explain they'll not need to, it's hard to word it in such a way that it doesn't sound complicated to a non-technical user.

      I suspect that's Mozilla's real problem (and the problem with so many platforms previously that were technically superior, and much more user friendly) - the technical people are the ones who realise the benefits, so everyone assumes you have to be a genius to use them.

      --
      You are not alone. This is not normal. None of this is normal.
  6. blablabla by Anonymous Coward · · Score: 5, Insightful

    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    Believe me, in these days that is the only way to report bugs AND making sure they'll get fixed.

    Dream world scenario:

    1) Report bug to company
    2) Company will announce the bug to the public
    3) Company will fix the bug as soon as possible

    Real World scenario 1:

    1) Report bug to company
    2) They don't report it to the public and they don't fix it
    3) You report it to the public
    4) Company sues you for IP violation or any other shit they can pull out of their asses

    Real World scenario 2:

    1) Report it to the public (anonymously).
    2) Company will fix it

  7. Immediate full disclosure is best security practic by Anonymous Coward · · Score: 5, Insightful

    Seriously - AS SOON AS THERE IS A VULNERABILITY, I, as a sysadmin, want to know about it. I don't give a flying fuck about Microsoft's reputation, or whether "vendors need time to patch the hole" - while there is a known hole, I DON'T WANT MY FUCKING SYSTEM ONLINE. If a nice guy can discover it, the bad guys probably already have.

    The "give us time to fix the hole/do a P.R. coverup" fiasco is WHY I DON'T USE MICROSOFT SOFTWARE ANYMORE.

  8. Topic was briefly discussed at NTBugTraq by Lieutenant_Dan · · Score: 5, Informative

    Russ Cooper made some good points.

    I think MS has the responsibility to address their customers concerns immediatelly (naive, I know), especially IE's overly close integration with the OS which causes most of these exploits.

    --
    Wearing pants should always be optional.
  9. Just downloaded the IE patches by charlieafrid · · Score: 4, Interesting

    I just downloaded the latest IE patches this morning and now IE wouldnt even start....its doing nothing. Time to move my bookmarks to the firebird....tonight.

  10. Forced? by Call+Me+Black+Cloud · · Score: 5, Interesting

    the millions of people who are forced to use Microsoft products

    I'm not forced to use Windows - I use it by choice. So does everyone else I know who uses Windows. As you may know, there is a viable alternative to Windows: OS X.

    Oh wait, actually at my last job I was forced to use Windows. When the company purchased a new computer for me (I'm a software developer) I requested an Apple but was turned down. They didn't want to spend the money and didn't want to deal with integration on the network. I doubt the number of people being "forced" to use Windows numbers in the millions though. Besides, there was a benefit to the Windows box that the company certainly never intended - a wider variety of LAN games to play head-to-head against my office mate.

    1. Re:Forced? by MKalus · · Score: 5, Insightful

      I bet you most people in Big Corporations are forced to use windows (not that they know any different).

      I know I am forced to use windows at work, even though either a Mac or any Unix Desktop would do.

      I ditch IE whenever I can, but for example our HR Website and anything else RELIES on Windows, no way around it.

      --
      If you want to e-mail me, use my PGP Key.
  11. mom's not sucked into ie anymore by Anonymous Coward · · Score: 5, Interesting

    i installed fedora core 1 on her machine on thanksgiving... everything's been great, and her p4 1.8ghz is actually behaving like a machine with that sort of speed, not the slow as poo windows she had before... she was nervous at first, but all her banking/mail stuff works just fine under mozilla.

    maybe it's stuff like this that we need, and more people should get their families exposed to it...

    momentum, people, momentum.

  12. Public mailing list? by Amiga+Lover · · Score: 5, Insightful

    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    Thats because Microsoft's past record is to ignore people who have contacted them privately regarding security issues, or take legal action against them.

    If you really wanted something fixed by MS, and the last 15 times you'd contacted them they'd ignored you, but you've seen someone else release information into the wild and get MS's attention re: a fix within hours... WWYD?

  13. Having tried a few of these by mindstrm · · Score: 5, Interesting

    On Windows XP.. stock up to date installation... these remote EXE exploits he posted don't seem to do anything.

  14. Addendum by Lieutenant_Dan · · Score: 4, Informative

    I like this release.

    Disable Active Scripting and find an alternative to IE ("use another product"). Not very realistic unfortunately, when companies have invested so much in integrating (and accepting) some of the flawed functionality in IE.

    I do find that people are starting to be a lot more receptive towards MS-alternatives, especially when the mass media is now jumping on the bandwagon as well. Now techies find themselves explaining their choice of MS over and over again, to hype-induced managers.

    --
    Wearing pants should always be optional.
    1. Re:Addendum by bug-eyed+monster · · Score: 4, Insightful

      Not very realistic unfortunately, when companies have invested so much in integrating (and accepting) some of the flawed functionality in IE.

      Are you talking about internet companies or companies using IE for their intranet apps? If a company is using IE-specific functionality to offer services over the internet, they deserve to get bitten periodically. I have no sympathy for any company that provides a service to the "public" but forces them to use one specific browser.

      On the other hand, it is quite common to use IE-specific functionality for intranet applications. That's not a problem, one assumes that the intranet server is safe. The solution is to continue to use IE for intranet (and remove all links to internet sites from intranet apps), but use a more secure product to access the internet.

  15. Forced to use IE? by Realistic_Dragon · · Score: 4, Insightful

    This is not like Windows-Linux, where there is a steep learning curve.

    Mozilla (or Phoenix) is a slick alternative with an almost zero learning curve to pick up the same level as IE. It also takes almost no time to learn features _that aren't in IE anyway_ that help you see the internet in a much more useful way (ad blocking etc).

    No one is forced to use IE with very few exceptions:

    People who have it mandated at work, but that's work's problem not yours - they could change too.
    People on dialup who have a very slow net connection - but they probably have it on a dial up CD.
    People who use it's integrated rendering engine for OE/HTML email - but you can change that easily too.
    People who _must_ access IE only websites - but there are very few of these any more, and you can always use IE just for these to lower your exposure.
    Microsoft Zelots who refuse to believe that Free software can be any good - but they deserve everything they get.

    --
    Beep beep.
  16. Sometimes it's all about timing by harmonics · · Score: 5, Insightful

    While my firm is a strong supporter of full disclosure, this is rather over the top.

    What makes it worse is the timing, over a holiday weekend (States side), where most systems staff will be unable to apply patches or mitigate risks.

    Now this is an Internet Explorer exploit, hence, few people using IE at work over the weekend. It still provides 48 hours for a few unsavory individuals to develop exploits for Monday morning.

    We need to exercise better judgement when dealing with vendors and security issues, this isn't the first time things like this have happened, and won't be the last.

    Perhaps we should consider spending more effort creating a Security Researchers Organization as has been discussed on BugTraq .

    Until we have a strong unified organization I believe we will continue to see unresponsive vendors and poorly timed vulnerability releases.

  17. actually, this is old by the_mighty_$ · · Score: 5, Informative

    hey folks, this was posted to bugtraq some two months ago.

    --
    VI VI VI - the editor of the beast!
    1. Re:actually, this is old by krbvroc1 · · Score: 4, Interesting

      hey folks, this was posted to bugtraq some two months ago.

      That is why I don't understand what all the hoopin' and hollerin' is all about. Microsoft has known about this for quite some time. In addition, two months ago when the demonstration/exploit was make publicly available the author clearly stated that one of the exploit techniques had been documented for over 2 years.

      I'm curious for those here who think this should have been reported to MS first, please post the email addr or website where one would report this -- that would be a public service. I dont have a lot of faith they would have acted even if told -- but for future reference.

  18. Microsoft is being forced to eat their dogfood... by SwansonMarpalum · · Score: 4, Informative

    Microsoft has claimed time and again that their response times to security alerts are sterling, as opposed to the "slow" response times for OSS. They make these claims without telling consumers that they have known about the exploit for months and are publicly releasing knowledge right before they release the fix.

    This is a case of people letting Microsoft's boastful ways catch up to it. If they are as fast as they have claimed, time and again, there won't be a problem for those people who are diligent in patching.

    Additionally with the advent of companies using the DMCA to try and stifle this behavior, it is more important than ever to engage in it and further show the flaws with this absolutely off the wall piece of legislation. See this article.

    --
    "Give away the stone, let the oceans take and transmutate this cold and faded anchor." - Maynard James Keenan
  19. Re:Unbelievable Arrogance by thenextpresident · · Score: 4, Insightful

    "I'd like to know who the editor thinks are "forcing" people to use Microsoft products."

    People at work who have to use Windows because it's work mandated.

    Their's millions of those type of people...

    --
    Jason Lotito
  20. Re:Immediate full disclosure is best security prac by sqlrob · · Score: 4, Insightful

    it wouldn't have been 'a known hole', but to the Microsoft developers

    Prove it. Anything that can be found by a white/gray hat can be found or was already found by a black hat.

  21. What I don't understand... by fermion · · Score: 5, Interesting
    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    What irks me is that MS did not discover these themselves. After all, the closed source, security by obscurity, we can do it all ourselves model of software development is so superior, that we can only draw one of two conclusions. Either their superior technicians found the problems already, but the management decided not to put in the resources to fix it, or their superior technicians did not find the bug, in which case they need to not only fix the problem, but understand why their process so routinely fails.

    This is not an issue of hating MS, any more than the other recent alert was an issue of hating Apple. It is an issue of knowing there is a problem out there, but having no power in the official process to correct the problem. The only power the might be had is that of public relations. This is very different from OSS, in which one can potentially affect the development process and at least see that something is being done.

    This whole issue of course assumes that dozens of other people have not already found the bug and are exploiting it on small scales not easily detectible by the common methods. And of course does not take into account the ability for people to switch browsers. Just imagine how many lives would have been saved if people had been fully aware of the incompetent design of the Explorer and bought other cars instead.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
  22. "Forced to use Microsoft products" ? by chrysalis · · Score: 4, Insightful

    I don't understand the "forced to use Microsoft products" part.

    Even when you need to work on Windows, why should you be _forced_ to use Internet Exploder?
    Mozilla is the first thing I always install on Windows.

    There are organizations where people are indeed forced to use a fixed set of software. In this case, if there's a security hole, the responsability belongs to the sysadmin who forced people to use broken and out of date software.

    --
    {{.sig}}
  23. using Mozilla is not a cure all by puck01 · · Score: 4, Informative

    I wrote this above and I"ll post it again, using an alternate browser does not always protect you from IE holes. I cannot comment on these new holes because I'm not sure how they work, but some previous IE holes left the computer vulnerable whether or not you actually used IE at all! An unfortunate consequence of the browser integration with the OS.

    So the fact that I'm using Mozilla on Win 98 right now, doe not mean I'm guarenteed immunity from these new holes.

  24. I can imagine not giving info to MS by Yaa+101 · · Score: 5, Interesting

    These big companies have their mouth full of punishing people that tell they found holes in applications.
    Also I find that MS is so bold and arrogant to ask money for everything and tells others to stop doing things for nothing...
    Let them pay for the info on security problems...
    No payment, no bug reports, period.
    They can take care of themselfs? ok let them solve their own problems...

  25. No Exploit, eh? by GaelenBurns · · Score: 5, Informative

    What I'm wondering is why the poster of this story didn't do a tad more research before posting. As of yesterday, an exploit for these security holes has been available.

    Exploit code, anyone? A simple google search or a Bugtraq archive browse should do it.

    1. Re:No Exploit, eh? by djdavetrouble · · Score: 5, Insightful

      Truly. Also, if there is exploit code, someone is using it, just maybe not as part of a trojan or virus yet. Patch or no patch, you can bet that there will be an exploit being used in the wild within a matter of hours or a day at the maximum. The latest trojan/worm/virii are programs that deliver huge amounts of machines to spammers and hackers to become part of their DOS botnets or spamnets, with built in backdoors, etc. Were you on irc the day that the mirc xdcc flaw was discovered? I received no less than 30 malformed xdcc requests that day. Discovery of a new flaw is like free candy to script kidz. Twice the 0wned machines, half the hacking.

      --
      music lover since 1969
  26. Perhaps the Microsoft spokesman is lying by Error27 · · Score: 5, Informative

    These security problems were publically known in September.

    What was released recently was sample exploit code.

    If you are a Microsoft spokesman then, of course, you have to say that, "Hey, if we don't have a fix then it must mean we didn't know about it." So it's not even lying to say that you weren't told. It's the only logical thing.

    The spokesman was not aware that Microsoft had released unmarked patches for some of the problems.

  27. disclosure by Tom · · Score: 4, Interesting

    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    Guess you would've preferred that he either:

    a) keep it to himself and use it to root your box
    b) tell M$ about it, who will as usual drag it out for a few months before even acknowledging that he found a problem.

    If you were reading any of the security mailing lists, you'd know that the general experience researchers have with M$ is that it's a big waste of your unpaid time to contact them.

    Frankly, if they neither pay you nor treat you with some courtesy, then why exactly should you bother?

    --
    Assorted stuff I do sometimes: Lemuria.org
  28. Its all about netrep by werdna · · Score: 4, Insightful

    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    Truth. But here's the problem. Microsoft's reputation for responsiveness (that is, not!) and collegiality (that is, not!) in these situations is awful. Nor does Microsoft treat those who report such problems with any degree of warmth. Having established its Chinese wall as it has, Microsoft has lost its standing to whine about non-collegiality of the world it has created.

    This is the entire point about open systems, or at least openness about security -- it leverages what happens out there. Frankly, I feel more secure knowing what are the leaks, whether they are addressed or not, than I do knowing there are secret leaks out there for someone to exploit without my knowledge.

    If Microsoft had a reputation: (i) for assuring that a report of a leak would be responsibly handled and escalated promptly and without agonizing pain on the part of the reporter -- who is doing Microsoft a favor; and (ii) for responsibly, promptly and professionally addressing the problem, I would feel much more sympathetic.

    The problem is that they don't. Maybe they will change as they said they would. But until they do, I'd rather hear the news in time to know for what I have to watch out than to have it buried while others who have discovered the leak exploit it.

    Here's the thing, it is highly unlikely that any leak that is discovered by me was discovered only by me. Others, less responsible than I, will disover a leak, find the exploit, and either keep it in their "bag of tricks," trade it or what have you. In any case, if I find it, the exploit is likely out there in someone else's hands. I'd rather know the problem than wait for the solution.

    Yes, the kiddies are more likely to play if it is readily "out there." But guys, that happens anyway, one way or the other. Beside, Microsoft seems far more responsive to public leaks than private ones -- maybe this kind of report is more likely to assure that the bug will be repaired than otherwise.

    And you spend much less time on hold . . .

  29. Truly innovative thinking at Microsoft by YouHaveSnail · · Score: 5, Funny

    Programmer 1: "Hey, guys, we've really got to do something about the security problems we've been having with IE lately. Any ideas?"

    Programmer 2: "I've got an idea! My CS prof used to joke that you could solve any problem by adding one more layer of abstraction. In this case, it's true. Imagine how totally cool it would be if IE was just a regular application. Right now we've got it tangled up in the OS, but if you think about it, there's really no good reason for that. I mean, why does IE need special priviledges just to load files and render some HTML? If we pull it out of the OS, it'll still work fine, and it'll just naturally be subject to all the OS-level protection mechanisms we've got."

    Programmer 1: "What?! You're talking madness, man! Are you saying that we should subject one of our own applications to the same forces we use to prevent third parties from gaining too much market share? Egads, that's brilliant! I'll bet we can even patent that..."

    Programmer 3: "Guys, the idea certainly sounds cool, but it won't work. Bill said it's impossible. Don't you remember that Netscape trial thing? I know we're not supposed to ever talk about it, but he said it was impossible during his taped deposition. If Bill says it's impossible..."

    Programmer 2: "...then it must be impossible. You're right."

    Porgrammer 1: "Damn, you're right. Seemed like such a good idea."

  30. What gets to me by remmy1978 · · Score: 4, Insightful

    The part about this story that gets to me is that the researcher didn't alert Microsoft before posting to a public mailing list.

    The part about this story that gets to me is that a single person finds 7 (!) holes/exploits by himself. Makes one wonder just how many things are left open simply because no one has looked at them yet. Scary.

  31. Bug was TWO YEARS old by menscher · · Score: 4, Interesting
    Assuming the article is referring to the Bugtraq post by Liu Die Yu of Nov 5, it's perhaps worth noting that he said, in his post:
    This attack is possible partly because of the bugs in Internet Explorer which remain unfixed. The oldest of these bugs is almost two years old.
    There was nothing to notify the vendor about. The vendor had already been informed.
  32. Re:Code reuse is code reuse by mentin · · Score: 4, Insightful
    You really don't know the first thing about coding do you, when you use a library you do not cut and paste the code into your own, you use their functions and stuff

    And you don't know anything about gzip vulnerability and instead generalize your ideas of how it should be to how it is actually done.

    Lots of applications were using customized version of gzip, e.g. Linux kernel used a trimmed down version of gzip. They could not be simply recompiled with new library - the bug had to be fixed in every copy of the source code - yet, it was code reuse via copy/paste as much as it could possibly be. Too little applications used shared library, so even those application that used standard gzip had to be rebuild with new static library.

    And if *nix world moves to using shared libraries more, it will face the same problem Microsoft has - a single security fix in a single shared library can potentially break any of hundred applications that use this library, and all these applications has to be tested with patched version. Which is still better than patching hundred applications independently.

    --
    MSDOS: 20+ years without remote hole in the default install