Slashdot Mirror


Mozilla Developers Respond to Malware

An anonymous reader writes "Last week's well- publicised (and quickly fixed) security hole in Mozilla, Firefox and Thunderbird reminded the Slashdot faithful that Mozilla is not invincible and that it is now big enough for malware (virus and spyware) authors to target. MozillaZine has a short article on this topic, looking at the rise in attacks aimed at Mozilla and how the developers are responding."

108 of 429 comments (clear)

  1. not so fast of a fix by true_majik · · Score: 3, Informative

    wasn't this bug known for a while and was just recently issued a fix for it?

    1. Re:not so fast of a fix by it0 · · Score: 5, Informative

      Wasn't it also that it was a shell bug in win2k/xp that actually only was an OS bug, that MS didn't fixed so they eventually did it?

    2. Re:not so fast of a fix by ZZeta · · Score: 3, Informative

      Not really.

      A report had been out for a while detailing some improvements that could have prevented that vulnerability. However, the bug itself wasn't exploited until one day before the patch was released.

    3. Re:not so fast of a fix by ViolentGreen · · Score: 2, Informative

      It was fixed. Fixed with bubblegum as an extension.

      The fix was also not easy to find. It was not (and still isn't) listed on the firefox homepage.

      --
      Not everything is analogous to cars. Car analogies rarely work.
    4. Re:not so fast of a fix by Diabolical · · Score: 4, Informative

      Why is this modded interesting?

      First of all, it wasn't a bug at all, it was a problem in Windows' URI handler. Mozilla merely redirected unknown uri's to this handler as it was expected. The "bug" the op mentions was a discussion about whether this feature was safe or not.

      When it turned out that it wasn't safe, the Mozilla team was very quick to solve it.

      Very simple solution by the way, just turn the redirect off... now the user has to explicitly consent with this action instead of automagical launching of apps.

      By the way, this feature was a MS one, not Mozilla's idea. Recent bugs in the MS product family are actually the same. Just an exploit of the URI handling of Windows.

    5. Re:not so fast of a fix by thenextpresident · · Score: 2, Informative

      And considering it's a bug in Windows, it's still not fixed.

      --
      Jason Lotito
    6. Re:not so fast of a fix by Anonymous Coward · · Score: 5, Informative

      Wrong, generic bug about potentially hazardous protocol handlers was opened in 2002, and framework for dealing with them was created.

      The specific shell: protocol was pointed out as maybe dangerous one day before it was fixed (with just a configuration change, because that framework was already there).

      Very quickly fixed.

    7. Re:not so fast of a fix by That's+Unpossible! · · Score: 5, Insightful

      No, the bug was in Windows XP's handling of the shell: protocol. It can be exploited to run arbitrary code. When this was found out, Mozilla team released a patch to prevent shell: protocol links from working, cutting off access to the real culprit in Windows, which won't be fixed until SP2 for XP.

      The 'bug report' opened at Mozilla in 2002 was essentially trying to deal with the way Mozilla handles unknown protocols. The normal way was just to pass them to the OS.

      E.g. since aim: isn't recognized by Mozilla, an aim: link would be passed to the OS, and if you had AOL IM installed, it would have registered to handle that protocol. (Often used to install a new "buddy icon.")

      I believe Mozilla is now going to allow you to let certain protocols through, instead of allowing all.

      So it's QUITE a stretch to say that this exploit bug we're talking about is (a) in mozilla, and (b) around since 2002.

      --
      Ironically, the word ironically is often used incorrectly.
    8. Re:not so fast of a fix by EulerX07 · · Score: 4, Informative

      Want to know what the best part is?

      The original poster was right, and your uninformed bash at his comment caused the truth to be modded down. Maybe he doesn't like Microsoft, but even paranoid people get it right sometimes.

      You may want to read this interesting article. In it, you'll find that this "shell bug" he's talking about is exactly what the mozilla bug was, and that it also affects word and MSN messenger.

      Sorry to burst your bubble. And technically MS didn't fix it yet, they just disabled ADODB.Stream until they do.

    9. Re:not so fast of a fix by KevinKnSC · · Score: 3, Informative
      The 'bug report' opened at Mozilla in 2002 was essentially trying to deal with the way Mozilla handles unknown protocols. The normal way was just to pass them to the OS.

      Did you even read the bug report? The link is:

      http://bugzilla.mozilla.org/show_bug.cgi?id=1674 75 (you have to copy/paste and strip out the extra space, they disable links from /.)

      Look at comment #11, which links to a duplicate bug. It was known in October of 2002 that it was possible for certain HTML to launch code locally. Yes, this was a result of passing unknown protocols to the operating system, which then handled them in an irresponsible manner. That doesn't change the fact that the Mozilla team just kept on trusting the OS to do the right thing. If they had allowed HTML like <img src="del c:\*.*"> to get through to Windows, would you also write that off as a bug in the OS?

    10. Re:not so fast of a fix by KevinKnSC · · Score: 2, Informative

      On the Windows side of things, part of it (handling of the hcp:// protocol) was quietly patched with SP1, although too many protocol handlers are still allowed to do crazy things. While I agree completely that the root cause of this bug is in Windows (you see that, whoever modded me flamebait?), I don't think that really excuses the Mozilla folks. In October of 2002, according to bugzilla, it was known that unsafe protocols were being passed to an OS that couldn't be trusted to handle them safely. Their solution was to put in a blacklist, which by definition only covers the bad protocol handlers they knew about, and waited until last week to put something in place that actually fixed the problem.

    11. Re:not so fast of a fix by _xeno_ · · Score: 4, Informative
      As many people have mentioned, this bug was found two years ago.

      Since Mozilla doesn't like people on Slashdot being able to trash-talk their browser by linking to bug reports, you'll have to copy the links to actually visit them, but:

      2002-08-20 - http://bugzilla.mozilla.org/show_bug.cgi?id=163767 - root of all these bugs, Mozilla passes unknown protocols to Windows
      2002-08-20 - http://bugzilla.mozilla.org/show_bug.cgi?id=163648 - same bug, spefically could launch IE and allow the execution of VBScript (possibly in the local security zone)
      2002-10-03 - http://bugzilla.mozilla.org/show_bug.cgi?id=172498 - same bug, hcp: protocol could delete any file on your computer (wildcards allowed)
      2002-10-07 - http://bugzilla.mozilla.org/show_bug.cgi?id=173010 - requested a whitelist to avoid future instances of the same bug

      This bug has been known about for two years. It still hasn't been fixed. When SP2 adds the "delete:" protocol or similar, then Mozilla is going to be vulnerable to that, too. And it looks like the developers have decided not to bother fixing it.

      This isn't a triumph of open source - it's an example of how open source falls prey to exactly the same problems closed source does. Except publically, so you can point to these discussions to demonstrate that they knew about the issues for two years.

      --
      You are in a maze of twisty little relative jumps, all alike.
    12. Re:not so fast of a fix by KevinKnSC · · Score: 2, Insightful
      This isn't a triumph of open source - it's an example of how open source falls prey to exactly the same problems closed source does. Except publically, so you can point to these discussions to demonstrate that they knew about the issues for two years.

      The advantage to open source, in this situation, is that this is transparent and everyone can look in on the process. We can see, in hindsight, where the mistake was made (choosing a blacklist strategy instead of whitelist or user confirmation). And then we (the whole community, not just Mozilla) can try to avoid making the same mistake again.

    13. Re:not so fast of a fix by dveditz · · Score: 2, Informative
      Since Mozilla doesn't like people on Slashdot being able to trash-talk their browser by linking to bug reports [...]

      Links are blocks simply to prevent slashdotting the server. Anyone curious enough to copy/paste the link is welcome to come by, and raising the bar that little bit keeps work from grinding to a halt every time a story mentions a Mozilla bug.

      That said, please keep unproductive trash-talk out of bug reports. Discussions and rants belong in our newsgroups.

  2. I'd still rather by UltimateZer0 · · Score: 2, Interesting

    I'd still rather use a marginally flawed Mozilla browser than a fully dysfunctional Intercourse Exploiter browser

    --

    --- I'm going to get a score of -1 for this post because the mods are fuckers.

    1. Re:I'd still rather by Anonymous Coward · · Score: 3, Insightful

      I know we all like to take jabs at Microsoft, but really people, we will take these comments more seriously if you don't make your little "witty" changes to the names. IE: no more "M$, Micro$oft, Internet Exploiter"..etc

    2. Re:I'd still rather by BenBenBen · · Score: 4, Funny

      How about "those greedy corporate cocksuckers with the strait-jacket EULA and dozens of politicians in their pocket"? M$ is just faster, I'm afraid...

      --
      The Slashdot Paradox: "100% Overrated"
    3. Re:I'd still rather by prell · · Score: 2, Interesting

      I think that this will be a very interesting case study in the capabilities of the OSS community to create secure, reliable, and ultimately "better" (you be the judge) software than those in the Cathedral. While Linux is popular, it is isolated. That is, Mozilla is a crossover OSS product, as this "Windows-only" exploit shows.

      I'd like to see Mozilla products increase in popularity and press coverage, so we can have something substantial to point to to say "that is how well OSS can work."

    4. Re:I'd still rather by Mongoose+Disciple · · Score: 4, Insightful

      Disclaimer: My post is about the "let me make name changes I think are clever and funny" trend and not the parent poster.

      As opposed to people massively using names like "Lunix" or "open sores"?

      I've... never seen anything like that used here on Slashdot. Not ever.

      That's not saying it hasn't been, but it's sure a hell of a lot less common.

      As long as those MS zealots don't disappear, expect names like "M$".

      Wouldn't you rather be the bigger person?

      Personally, I'd rather have intelligent discussion about the strong and weak points of various OS/software/languages/etc. here than stupid name calling. Maybe it's just my own prejudices, but when I see a post with that kind of crap, I assume I'm as likely to get reasonable discourse out of the post as I am to get a fair and balanced opinion about non-Causasians from a member of the KKK. I skip to the next post.

      (I also assume the poster lives in their parents' basement and has never touched a real girl, but I keep that to myself. That'd be unfair and non-constructive name-calling, too.)

    5. Re:I'd still rather by FictionPimp · · Score: 3, Funny

      experts

      oh, you mean those guys who couldn't figure out a resolution to a link being sent via a aim message that had a virus in it. Instead of blocking that URL on the proxy, they instead choose to ban aim for a week. Or the same IT staff that responds to my solutions with "I have a MCSE, and I know you can't do that". Although never mind that I have real world exp. Or that prior to my programming position I ran office 4 times this size. The same IT department that can't keep exchange running for more then 7 hours without a reboot in the last 1 and 1/2 years.

      Yea those guys know whats best.

      Oh yea the same IT department that recomends we only use IE.

      Why dont I work in IT? Because I get paid more, thats why.

    6. Re:I'd still rather by Orick · · Score: 3, Funny


      "Wouldn't you rather be the bigger person?"

      Nope. Too many years of sitting in front of a computer all day have already made me the "bigger person".

  3. Mozilla "innovation" reaches new low? by Allen+Zadr · · Score: 5, Insightful

    I'm quite happy to see that the Mozilla team is pro-active in fixing the bugs that could allow MalWare to install unchecked.

    Yet, a base Mozilla 1.7 downloaded right after release will have this issue for a very long time. This situation is worse, in one big way, than the Internet Explorer issues; Mozilla users 'feel' safe. Non-techies that use Mozilla assume it's 'safe' because a geek once told them that this is the case.

    I've been an Open Source supporter for quite a long while, but the days of relative desktop safety for F/OSS cross-over users is coming to a close.

    And, I'm probably not the only one who "shivers", when reading, "... almost a carbon copy of the new Internet Explorer Information Bar ..."

    There's no way to defend that.

    --
    Kinetic stupidity has a new brand leader: Allen Zadr.
    1. Re:Mozilla "innovation" reaches new low? by TopShelf · · Score: 5, Funny

      Non-techies that use Mozilla assume it's 'safe' because a geek once told them that this is the case.

      For such users, they need to be taught that there is no such thing as truly "safe" browsing. The only "safe" choice is abstinence.

      *then watch as they slip a condom over their mouse and hope for the best*

      --
      Stop by my site where I write about ERP systems & more
    2. Re:Mozilla "innovation" reaches new low? by T-Keith · · Score: 4, Insightful

      "Non-techies that use Mozilla assume it's 'safe' because a geek once told them that this is the case." Non-techies are more likely to assume that the "Internet" that came with their computer is safe too. Which they really should. Unfortunately this is not the case.

    3. Re:Mozilla "innovation" reaches new low? by Blindman · · Score: 4, Insightful

      No software package can fix ignorance. Mozilla makes ignorance a little cheaper. Microsoft is trying to do the same with changing the defaults in Service Pack 2. However, the real problem won't be fixed as long as people choose not to think.

      --
      I don't practice what I preach because I'm not the kind of person that I'm preaching to.
    4. Re:Mozilla "innovation" reaches new low? by Florian+Weimer · · Score: 3, Insightful

      I'm quite happy to see that the Mozilla team is pro-active in fixing the bugs that could allow MalWare to install unchecked.

      The Mozilla team isn't proactive on security issues. The dangers of Windows URL schemes have been known to the Mozilla team since mid-2002:

      http://bugzilla.mozilla.org/show_bug.cgi?id=163767

      If they had implemented a whitelist of known-good URL schemes back then, it would have been a proactive security measure. Fixing things after they have been announced on some mailing list (or reported privately) is, of course, only reactive.

    5. Re:Mozilla "innovation" reaches new low? by sigaar · · Score: 5, Insightful

      "This situation is worse, in one big way, than the Internet Explorer issues; Mozilla users 'feel' safe. Non-techies that use Mozilla assume it's 'safe' because a geek once told them that this is the case."

      Non-techies using IE, like my mother, feel safe too, just because Microsoft said it's OK. Such a big company with so many users can't be wrong, after all.

      Despite the fact that her computer's gotten infected a couple of times already. Despite the fact that she refuses to do her Windows update (it takes so damn long over the modem). Despite the fact that her son (me) who works for an IT security company, have told her repeatedly not to use IE, and have made sure that she always has the latest Mozilla/FireFox and Opera installed.

      On a slightly different but related topic. I am not a programmer, so this is just a guess. The same vulnerability that was discovered in Firefox and Mozilla, was discovered in IE too. Would the fact the vulnerability in Firefox and Mozilla only affected the Windows 2000/XP versions, and not the ones on other platforms, suggest that it might have been a vulnerability in windows rather than Mozilla? Sure, preventitive maintainance on Mozilla's side would prevent it from being expoited.

      I just find it to be a bit like mopping the floor because the bathtub is overflowing, instead of closing the tap.

      --
      sigaar
    6. Re:Mozilla "innovation" reaches new low? by sepluv · · Score: 2, Informative
      Yet, a base Mozilla 1.7 downloaded right after release will have this issue for a very long time
      NO, because, Firefox (and I think also Mozilla) now have a function to automatically dowload new versions or security fixes.

      Also please note the steps on had to take to get infected by malware before the fix (whitelisting domains):

      reminded the Slashdot faithful that Mozilla is not invincible and that it is now big enough for malware (virus and spyware)
      I would like to point out that this is slightly misleading (as it implies Mozilla had a security flaw before the fix), because, even before the whitelist fix was added, you had to do the following to get infected by any malware:
      1. Enable Javascript (enabled by default)
      2. Enable install from XPI locally and globally (enabled by default??)
      3. Click on a Javascript link on a WWW page (which would be shown in status bar) (N.B. Mozilla does not execute XPI-related JS automatically--the user must have clicked the link)
      4. Wait a few seconds while watching a very large uncancellable dialog box saying "A website is requesting permission to install the following item", giving full details of the program it is installing (including its signatures in big red letters, its name and its URI), and saying in big bold letters, "Malicious software can damage your computer or violate your privacy. You can only install software from source you can trust."
      5. After waiting a few seconds you, you then had to press a button labelled "install now".
      I'm guessing that even some ex-MSIE users might not go through all that on the request of a malicious WWW site they have found.

      I digress.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    7. Re:Mozilla "innovation" reaches new low? by That's+Unpossible! · · Score: 4, Informative

      I would like to point out that this is slightly misleading (as it implies Mozilla had a security flaw before the fix), because, even before the whitelist fix was added, you had to do the following to get infected by any malware...

      I don't think this is true. The specific exploit in XP allows shell: protocol links to run arbitrary code if crafted properly. Mozilla was passing these links right on to the OS.

      I think you are confusing this bug with the idea that people can install malware via XPI.

      --
      Ironically, the word ironically is often used incorrectly.
    8. Re:Mozilla "innovation" reaches new low? by Finuvir · · Score: 5, Interesting

      Would the fact the vulnerability in Firefox and Mozilla only affected the Windows 2000/XP versions, and not the ones on other platforms, suggest that it might have been a vulnerability in windows rather than Mozilla?

      Yes. The flaw was that Mozilla handled the protocols it knew and passed all unknown protocols to the OS to handle. Windows was (is) all too happy to launch programs with the shell protocol.

      --
      Why is anything anything?
    9. Re:Mozilla "innovation" reaches new low? by TopShelf · · Score: 2, Funny

      You really should use https, just to be sure...

      --
      Stop by my site where I write about ERP systems & more
    10. Re:Mozilla "innovation" reaches new low? by AKAImBatman · · Score: 2, Funny

      Um, it's not exactly puberty. Do you mean it's psychological?

      Doh! Damn spellchecker. Yes, I meant psychological. I should really pay more attention to which spell correction I'm choosing.

    11. Re:Mozilla "innovation" reaches new low? by jesser · · Score: 2, Insightful

      If they had implemented a whitelist of known-good URL schemes back then, it would have been a proactive security measure.

      And it would have broken a large number of programs. What's your point?

      --
      The shareholder is always right.
    12. Re:Mozilla "innovation" reaches new low? by t1m0r4n · · Score: 5, Insightful

      The Mozilla team isn't proactive on security issues. The dangers of Windows URL schemes have been known to the Mozilla team since mid-2002

      I said last time around I said if I heard this comment one more time I would scream, and, well, I just scared my poor dog. Who the heck is this "Mozilla team" you are insulting? Last time I checked mozilla source code was readily available to you. Patch it. Done. If someone "official" doesn't want to include it in the nightly build, too bad. Put up a little website at geocities.com/securemozilla and post a message on your geek board of choice.

      Such is the burden of open source. You can't complain about the coding choice of another person if you are lazy and/or stupid. I don't see it as a failure of the Mozilla team, but a failure of Windows users who were too lame to fix it themselves.

    13. Re:Mozilla "innovation" reaches new low? by climberkid · · Score: 2, Funny

      You must remember we are on slashdot. Please define words such as "condom" in the future you insensitive clod!

    14. Re:Mozilla "innovation" reaches new low? by ajs · · Score: 5, Insightful

      Actually, you should look at the link (though you have to copy/paste it because Bugzilla is refusing connections that have a Slashdot URL as referer). The bug was reported by someone who wrote, tested and bug-fixed a patch. Two years later (TWO YEARS) someone from the Mozilla Team (and by that, I mean people with control over the released source) said that they thought it wasn't a good idea. A few months later the exploits were "discovered".

      This whole incident is a huge black-eye for Open Source's theory of many eyes. The eyes saw. The fingers fixed. The brain ignored.

      PS: I am still an open source advocate and I still believe in the many-eyes theory of security, but this incident shows that we cannot be abolutely confident in that theory producing better results that proprietary solutions.

    15. Re:Mozilla "innovation" reaches new low? by Dausha · · Score: 3, Funny

      then watch as they slip a condom over their mouse and hope for the best

      Which remindes me of some medical training I've received. What are the three major kinds of shock? (I know there must be more, but follow)

      1. Hypovolemic: low blood volume
      2. Anaphalactic: allergic reaction (e.g. bee sting)
      3. Prophylactic: the condom breaks.
      --
      What those who want activist courts fear is rule by the people.
    16. Re:Mozilla "innovation" reaches new low? by MindStalker · · Score: 3, Interesting

      Well mozilla was the first with blocking technology. Microsoft turned around and said, hey we can do that to, but instead of a little thingy in the corner that lets you know something is blocked, why not a whole taskbar. Mozilla in turn said, you know thats a good idea.
      I really don't think someone should be embarrased to use superior ideas just because they were invented at Microsoft. Pretty shallow thinking really.

    17. Re:Mozilla "innovation" reaches new low? by Allen+Zadr · · Score: 2, Informative
      The,

      I have a response to your leaving F/OSS in my Journal

      I invite anybody to read and reply to it.

      --

      I would like to also point out that this is also a case of "his issue, not mine", that has been the bane of all software (and much hardware) in both Open and Proprietary shops since the Epoch.

      This issue is a vulnerability in a Microsoft technology, that just happens to - also - be accessible through Mozilla. Some people chose to ignore this issue simply because they believed that Microsoft would fix the underlying problem.

      Two years later, they are realizing that Microsoft is not prone to attempt to fix this problem - and that something really needs to be done. This is the right direction. Because all security issues are every vendor's/project's problem. Not Microsoft or Mozilla, but both. Now that Mozilla is willing to look at it that way, then, the Mozilla project has made a great stride towards future improvement.

      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
  4. the interesting thing by koan · · Score: 5, Insightful

    Will be how fast the community can fix these types of issues compared to M$'s response time.
    I think we all know that whatever is the popular software is what will be targeted so the big difference maybe how it's responded to.

    --
    "If any question why we died, Tell them because our fathers lied."
    1. Re:the interesting thing by Anonymous Coward · · Score: 2, Insightful

      That would seem logical except that the end user never seems to download the fixes. At least with IE it can be auto-updated with Windows Update. I don't think Microsoft is going to let Mozilla include their patches so it is back to the old proactive approach for the end user which never works.

      Hell - I haven't update Mozilla on this laptop I am working on yet.

    2. Re:the interesting thing by kir · · Score: 2, Insightful

      I think we all know that whatever is the popular software is what will be targeted. . .

      This isn't necessarily true. Just look at Apache for an example.

      --
      3cx.org - A truly bad website.
    3. Re:the interesting thing by Finuvir · · Score: 3, Informative

      Firefox will have auto-update (optional, on by default) in version 1.0.

      --
      Why is anything anything?
    4. Re:the interesting thing by daviddennis · · Score: 3, Insightful

      Only if you download the nightly builds, though.

      Most mainstream people would wait for an "official" release, just like IE.

      I wouldn't count the problem as "fixed" until it's "officially fixed" and available for mainstream people who don't want to beta-test software.

      D

  5. IE by shackma2 · · Score: 5, Informative
    It wasnt just Mozilla Firefox and the like.

    Some microsoft products were affected also.

    1. Re:IE by Anonymous Coward · · Score: 5, Insightful

      It wasnt just Mozilla Firefox and the like.

      And there's the rub. As was reported before, the problem with Mozilla was only on Win32 platforms. Then, it comes out that MSN IM and Word are also affected with this problem. So, truly the bug lies in Windows. Why this point isn't getting more press, I am not sure, but it really should.

    2. Re:IE by That's+Unpossible! · · Score: 4, Insightful

      Yeah, yeah. Point is, Mozilla shouldn't have been affected at all (like Opera, for example).

      Yeah, Opera never suffers from security problems!

      Gimme a break. No fancy software is secure.

      --
      Ironically, the word ironically is often used incorrectly.
  6. missiles by foxhound01 · · Score: 5, Funny

    this is precisely the reason the Firefox was equipped with thought guided missiles...to destroy unseen threats.

    --


    Linux is to the internet as Duct Tape is to the Universe.
  7. Quickly by L-s-L69 · · Score: 4, Interesting
    The large developer base responds quickly - gets things patched and released.

    This coupled with the fact moz/firefox is already more secure than IE means Moz users are not invunerable but we have a better chance than the IE crowd.

  8. The solution is simple by Anonymous Coward · · Score: 2, Interesting

    If moz gets too bad, I'll just switch to Opera. What we need in the long run, is to have a totally new browser developed about 6 times a year. If everyone switches browsers every other month, these malware stooges will be put in their place.

  9. Targeting Flaws by feilkin · · Score: 4, Interesting

    I think that there is a major disadvantage when it comes to attacking the Mozilla series of applications -- they are all on multiple operating systems. It's worth noting that this bug was only found on Windows systems operating Mozilla, and while this may be the largest base of people using the program, I get the impression that a lot Linux and OSX folks are using them as well. Yet everyone is so eager to jump on Mozilla for having a bug, even though it only affected one of the operating systems. I think that's a pretty good track record, espically with the speed that it's been fixed in. I'd like to see that with IE.

  10. Mozilla turning into "Carbon Copy" of IE by Anonymous Coward · · Score: 2, Interesting

    If that's not good enough... just install the Internet Explorer skin for firefox.

  11. OSS vs non-OSS by siplus · · Score: 4, Insightful

    if people are going to start targetting mozilla for exploits, then we can see the true difference between security/stability of OSS vs proprietary products. i have no doubt that mozilla will come out in the lead, because in being open source when there IS a problem, it is fixed in a timely manner :)

    1. Re:OSS vs non-OSS by thenextpresident · · Score: 2, Insightful

      We already have that with Apache v.s. IIS. Consider that Apache is way more popular than IIS, so you can easily take a look at something like that as an example of OSS v.s. non-OSS.

      However, you do have a point that Mozilla will allow us to look at the consumer/user end of things and see how this plays out.

      --
      Jason Lotito
  12. Why should installing plugins be easy? by Neil+Watson · · Score: 4, Insightful
    Apart from initial install, how often does one need to install a browser plugin? Why should it be made easy? What kind of legitimate website needs a plugin to browse it?

    There is a fine line between easy to use and easy to exploit. Let's not repeat the mistakes of others.

  13. It was a Windows flaw, not a Mozilla flaw by dtjohnson · · Score: 5, Insightful

    It was widely reported that a flaw was found in 'Mozilla' which was not correct. The flaw was in the Shell: protocol on Windows. That's why the alleged 'flaw' in Mozilla did not exist on non-Windows platforms. The only 'flaw' in Mozilla was its failure to block the use of the shell: stuff on Windows (which the patch now does).

    1. Re:It was a Windows flaw, not a Mozilla flaw by jesser · · Score: 2, Informative

      This problem is identical to a serious vulnerability recently discovered in Safari where a nafarious site could make use of the disk:// URI handler and the default automatic custom URI installer to download and execute arbitrary code. Has anyone checked to see if Mozilla/FireFox are also vulnerable to this?

      They were, until the problem was worked around in Firefox and fixed in Mac OS X.

      --
      The shareholder is always right.
  14. Just to clear some things up... by RoLi · · Score: 2, Interesting
    From the earlier slashdot story:

    "Note that this only affects users of Mozilla and Firefox on Windows XP or Windows 2000."

    Actually I think the biggest marketing achievement in the last 10 years was Microsoft convincing the public that Win2000/XP is more secure than Win9x.

    1. Re:Just to clear some things up... by bob670 · · Score: 2, Informative
      So true, it was the Ballmer contention that they were "betting the company" on Windows 2000 and then releasing it with security and stability issues that pretty much squandered what faith I had left in MS. I firmly believe that if the codebase of Windows ME had been even slightly more stable than it was that it would still be in favor. It was better looking than 9x, supported newer hardware features better and was still less bloated than XP by a long shot, too bad it suffered from so many stability issues for so many people.

      Of course, you could take those lumbering ME boxes and put Mandrake on them and fix all the problems, but so many foolishly opt for XP. 'Tis a shame...

    2. Re:Just to clear some things up... by RonnyJ · · Score: 4, Insightful
      Actually I think the biggest marketing achievement in the last 10 years was Microsoft convincing the public that Win2000/XP is more secure than Win9x.

      Are you serious? You're saying that an operating system that let anybody use it by simply selecting 'Cancel' on the login screen (if even enabled), is more secure than Windows 2000/XP. Madness.

    3. Re:Just to clear some things up... by drinkypoo · · Score: 2, Insightful
      It has filesystem security and true protected memory. Whatever else you say about it, it is more secure than Win9x.

      It's also much more reliable, and on higher end systems, seems much faster than Win9x, unless you are badly starved for memory (say, less than 256MB.)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  15. Autoupdate might be nice by ObsessiveMathsFreak · · Score: 4, Interesting

    Rest assured, if Firefox ever does make it big time, ~20-30% of browsers, malware writers WILL exploit any hole they can find.

    Hopefully the developers will be quick enough to fix it, but will users be sharp enough to get the patches. I think automatic updates for firefox are what is needed to ensure users have less to worry about. I know myself that the patch for the shell exploit was not a simple matter of clicking search for updates, as the update program times 0out after 2 secs.

    Firefox won't be immune to the legions of spammers, crackers, marketers and pornographers which have already begun to exploit it. With some kind of autoinstaller/updater or a faster update cycle users could be confident that whatever new tricks the spammers come up with, the fixes will be prompt. Hopefully anyway.

    I know autoinstallers aren't in vouge, for many good reasons. But if it's just for one, largely selfcontained program, would it really be so bad.

    Maybe at the very least mozilla could have a list of critical, anti-spam and other update categories. Or would that just confuse people

    --
    May the Maths Be with you!
    1. Re:Autoupdate might be nice by l3v1 · · Score: 2, Interesting

      Rest assured, if Firefox ever does make it big time, ~20-30% of browsers, malware writers WILL exploit any hole they can find.

      Am I the only one who simply got fed up with these kinds of arguments over the years ? :P M$ and the Win crowd should one hell of a day understand that this argument does NOT justify a bad and slow development and update process.

      It's _because_ the much more larger user base that they should pay much more attention on this matter. Not just in talks and speeches, but (at least one day, perhaps, maybe) also in action (yes I know, sp2 will come and we will be saved and a whole new secure world will begin, but then again, dreams are nice, reality is different).

      And maybe one day noone will blame a 3rd party application and developer base for a flaw that the running os/api contains.

      --
      I am putting myself to the fullest possible use, which is all I can think that any conscious entity can ever hope to do.
  16. The price of success by twbecker · · Score: 4, Interesting

    These exploits are just the price of success in the browser business. I have no doubt that Mozilla products are more secure than IE, but even if significant holes are found, I'll put the turnaround time for the fix up against MS track record anyday.

    --
    "The problem with internet quotations is that many are not genuine" -Abraham Lincoln
    1. Re:The price of success by pjrc · · Score: 2, Insightful

      By your logic, Apache webservers would be paying the "price of success". In reality, it is Microsoft IIS servers that are suffering security breaches, despite the fact that IIS runs far fewer websites than Apache.

  17. my bad.... by eegad · · Score: 2, Funny

    I thought Mozilla WAS the response to malware.

  18. Spoofing by POWRSURG · · Score: 4, Interesting

    Now let us hope that there are no spoofing mechanisms discovered that result in users believing they're on one of the whitelisted sites to allow such installations. As someone on that board had already pointed out, allowing all of mozilla.org as a means to install code can result in people taking advantage of bugzilla.mozilla.org and ftp.mozilla.org.

    You know, I really appreciate hearing from developers who recognize a potential threat and are informing us how they are working to fight the problem. Their method might be taking a page out of Internet Explorer for SP2, but if it works than it's good.

  19. Malware by mfh · · Score: 4, Interesting

    This story comes at a perfect time for me. I'm a Mozilla diehard, and I just ran Ad Aware 6 to find that some malware bypassed security (even Norton Internet Security) to install itself. One of the progs I found was malware called Winfavorites, and although Symantec says this is detectable malware, I had run Norton Antivirus and it went undetected. Looks like it's smartest to run a combination of programs just in case!

    I might add that I don't blame Mozilla for it. I blame the programmers who sell their soul for cash to these unscrupulous companies only looking to profit while hurting the systems they populate.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Malware by drinkypoo · · Score: 2, Informative

      My solution to adware/spyware/malware is to run both spybot and ad-aware regularly (teatimer is running) and to occasionally run Mike Lin's Startup Control Panel and look to see if anything unusual has cropped up. There's no solution like watching those registry locations yourself so you can recognize what is and what is not malware.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  20. This will be the true test. by Schezar · · Score: 5, Interesting

    As Mozilla browsers become more popular, and thus face credible threats on the scale that IE has been facing, this may well be the breaking point for OSS in general.

    Business types are afraid of OSS mostly for the fact that it's "unsupported." To them, support doesn't mean having developers on hand to fix problems so much as it does having someone to blame when things go wrong. As long as someone else is fiscally responsible for their technology problems, their customers/shareholders are happy.

    They won't admit to believing the above, but it's true: I have first hand experience with it. They'll say that they need the support to protect them from threats and vulnerabilities. They cite Microsoft's patches and updates as proof that the support is useful. They claim that OSS is only safer because no one targets it, and thus the threats aren't as severe. They don't believe any of that, but it's what they use to rationalize their decisions.

    If Mozilla continually and expertly deals with these vulnerabilities, that argument will fall flat. They'll either have to admit just what they're -actually- paying for when they claim "support," or they'll at least begin to look into OSS alternatives.

    At least, that's what I hope ^_~

    --
    GeekNights!
    Late Night Radio for Geeks!
    1. Re:This will be the true test. by riley · · Score: 4, Insightful
      Business types are afraid of OSS mostly for the fact that it's "unsupported." To them, support doesn't mean having developers on hand to fix problems so much as it does having someone to blame when things go wrong. As long as someone else is fiscally responsible for their technology problems, their customers/shareholders are happy.

      Here's the hole in that theory: no one has ever successfully sued Microsoft for technology problems with MS products. Worms, viruses, etc have all cost reported billions of dollars (real cost unknown, but obviously significant), yet MS does not bear the consequences of those losses.

      The question of whether it is possible for us (as a species) to build completely error free systems (thus making it feasable to hold vendors responsible for mistakes) is for another time. The possibility that software is more abstract and thus more complex for humans than any other form of commercial engineering maybe the case.

      This is not to let MS off the hook. In my dealings with them, the company in the past has tended to let the marketers write the program specifications, often over the objections of actual engineers. The difference in perspective between a salesperson and an engineer is significant with regards to long term security and reliability.

    2. Re:This will be the true test. by Artifakt · · Score: 2, Interesting

      If I'm not reading too much into your post, you're basically saying more than that Microsoft products have become an alibi with many stockholders, board members, and customers. Your use of the phrase "fiscally responsible" seems to suggest it's a legal strategy.

      I can see how CIO's and such could pick Microsoft so that they could say:

      1. Don't fire me, Oh boardmembers, I went with the industry leader.
      2. Don't blame us, Oh customers, blame Microsoft.

      But "someone else is fiscally responsible" sounds like more, as in:
      3. Don't sue us, sue Microsoft.

      (or is it:
      3a. Don't sue us until we work out a friendly deal where your choice of claims and testimony helps us to countersue Microsoft for the damages we will have to pay out.)

      I don't recall a lot of actual actions along these lines, but if some CEOs, CIOs and such are thinking like that, it's pretty obvious they are not going to want to switch away from Microsoft under any circumstances that don't give them another big target to sue.

      --
      Who is John Cabal?
  21. Bad example by gpinzone · · Score: 3, Insightful

    The shell: vulnerability is a bad example. Other things like buffer overflows are pertinant, but will not support the idea that open source is any more or less prone to attack. Bugs occur in any software.

    What has not yet occured is a plug-in or extension for Mozilla/Firefox that is similar to the kinds of spyware/malware that has been developed for IE. If the "AOL crowd" starts dumpping IE for Mozilla/Firefox, spyware/malware authors will have a reason to invest their time and money into developing such applications. Seriously, how will the Mozilla team ensure somone doesn't intentionally install an extension because some website told the user that it will "accelerate their web experience for free?"

  22. Misleading by sepluv · · Score: 4, Informative
    reminded the Slashdot faithful that Mozilla is not invincible and that it is now big enough for malware (virus and spyware)
    I would like to point out that this is slightly misleading (as it implies Mozilla had a security flaw before the fix), because, even before the whitelist fix was added, you had to do the following to get infected by any malware:
    1. Enable Javascript
    2. Enable install from XPI locally and globally
    3. Click on a Javascript link on a WWW page (which would be shown in status bar) (N.B. Mozilla does not execute XPI-related JS automatically--the user must have clicked the link)
    4. Wait a few seconds while watching a very large uncancellable dialog box saying "A website is requesting permission to install the following item", giving full details of the program it is installing (including its signatures in big red letters, its name and its URI), and saying in big bold letters, "Malicious software can damage your computer or violate your privacy. You can only install software from source you can trust."
    5. After waiting a few seconds you, you then had to press a button labelled "install now".
    I'm guessing that even some ex-MSIE users might not go through all that on the request of a malicious WWW site they have found.

    I digress.

    --
    Joe Llywelyn Griffith Blakesley
    [This post is in the public domain (copyright-free) unless otherwise stated]
    1. Re:Misleading by Paulrothrock · · Score: 4, Insightful
      I'm guessing that even some ex-MSIE users might not go through all that on the request of a malicious WWW site they have found.

      That depends. Does the link promise free pr0n, money, or chocolate? Or does the link say it will find and destroy malware or pr0n on your system.

      Social engineering is the most effective exploit of any system.

      --
      I'm in the hole of the broadband donut.
    2. Re:Misleading by Val314 · · Score: 2, Informative

      the user didnt have to click there is a thread in mozillazine about a page that showed (its now something different) the Install me Dialog over and over again until the user clicks "Install". this will be fixed in 1.0 (and is allready in the current nightly) but this was just as scary as those ActiveX horror on some pages (and again: thanks mozilla for fixing those stuff as fast as they do)

    3. Re:Misleading by Tim+C · · Score: 2, Interesting

      As of at least Mozilla 1.6, steps 1 and 2 are not necessary as they're on by default, and step 3 is not necessary as I have personally seen pages use the onLoad js handler to launch the installation dialogue. I also don't recall having to wait for the dialogue; I seem to remember the install/cancel buttons being available immediately.

      I'm guessing that even some ex-MSIE users might not go through all that on the request of a malicious WWW site they have found.

      Well, I've seen someone with a couple of decades experience in the (IT) industry, and someone who is well versed in all this sort of stuff as well as a multitude of other topics, absent-mindedly click the "ok" button on an activex installation dialogue, then immediately curse his stupidity.

      Everyone makes mistakes, and as other people have pointed out, that's without taking social engineering into account.

  23. But who will upgrade? by Scarblac · · Score: 4, Interesting

    Last week, right before this news, there was news that a lot of people switched to FireFox because of the vulnerabilities in IE.

    Who's going to tell them now that they should upgrade their FireFox to the fixed version, because there was a problem?

    It doesn't really matter that it was fixed quickly. The people that didn't install updates for IE, won't install the updates for their brand new FireFox either. Sadly.

    --
    I believe posters are recognized by their sig. So I made one.
  24. How will they respond? by ThisIsFred · · Score: 2, Interesting

    I can't speak for them, but if I were the public relations for the project, I'd say, "we're going to trust Windows' protocol handlers a lot less." Just like how Windows' flawed design makes it dangerous to use Windows' shell functions to decide what to do with various filetypes, the Moz devs are going to have to include special testing procedures for their Windows releases to determine how underlying design flaws can make a third-party product vulnerable.

    I think Mozilla Project got a bum rap on this one. When an XP service pack fixes the same issue in all effected products (including IE and Word), I'm inclined to think that it was a Windows problem to begin with.

    --
    Fred

    "A fool and his freedom are soon parted"
    -RMS
  25. So the perfect becomes the enemy of the good by CFD339 · · Score: 2

    Clearly, those in the press who live in the pocket of the redmondians would have us believe that this is a good reason not to stop using I.E. After all, you may go to all the trouble of switching and still not have nirvana.

    Well, even if the beta versions of Mozilla aren't instant nirvana; they're already more secure, more stable, faster, smaller, and better looking.

    The mozilla browser also comes with better karma, and I've heard some people have regrown hair, enlarged body parts, and improved their sex lives simply by switching.

    --
    The problem with quotes on the internet, is that nobody bothers to check their veracity. -- Abraham Lincoln
  26. Firefox targeted? by jfengel · · Score: 3, Interesting

    The flaw certainly affected Firefox, but given that it also affected things like Microsoft Word, was Firefox itself necessarily targeted? That is, did the guy who came up with the exploit have Firefox in mind?

    The difference may seem irrelevant, but if Firefox wasn't targeted, it means that the evil will of the cracker community has not yet been turned to finding the bugs in Firefox the way that they have in IE. I'm pretty sure Firefox will fare better than IE did, but when you've got so much effort aimed at a product, and with the source available, they will find any easily-findable bugs.

    If they did target Firefox, then we begin to have some idea how many security bugs there really are in Firefox, by seeing the rate at which new exploits appear. Thus far, the answer is "quite slow", and I hope that's because people are targeting it and failing.

  27. Run the patch by SoopahMan · · Score: 3, Funny

    You just have to love how easy it is to install this Mozilla patch. What IE fix works this simply? Open page. Click link. If this were IE, there would be one, minor, takes-forever step now: Restart computer.

  28. more IE swiss cheese by Ari_Haviv · · Score: 3, Informative

    see http://secunia.com/advisories/12048/

    --
    Join Team Mozilla #38050 Folding@home
  29. Now THAT is quick! by choas · · Score: 3, Interesting

    Whole of mozilla.org?
    by dave532

    Tuesday July 13th, 2004 1:30 AM

    "Mozilla Firefox 0.9 just allows update.mozilla.org (though this has since being expanded to the whole of mozilla.org)."

    Allowing the whole of mozilla.org is a bad idea because bugzilla.mozilla.org can allow anyone to upload a malicious XPI

    To:

    Re: Whole of mozilla.org?
    by Ben_Goodger

    Tuesday July 13th, 2004 3:44 AM

    good point. fixed.

    --
    I will work to elevate you, just enough to bring you down
    1. Re:Now THAT is quick! by sparrow_hawk · · Score: 3, Insightful

      It is slightly worrying. What's *more* worrying is that, in a proprietary software company, the software package might have been *released* like that, because no one on the devel team thought it was a bad idea. That's the beauty of open-source -- you're bringing many, many eyes outside the devel team to look at and critique your design decisions, and if something is flawed, someone will notice it and persuade people with CVS access to fix it, many times before the software in question is released. In a sense, we're *all* part of the devel team, if we want to be.

      Go Mozilla!

  30. Mozilla exploit? by panamahank · · Score: 3, Informative
    Whoa! If this was a Mozilla exploit, does that mean I have to patch my Linux version?

    --
    Serial Meta Moderator
    1. Re:Mozilla exploit? by Sloppy · · Score: 2, Insightful

      Not patch your Linux version, but perhaps start trusting it less. The lesson for Linux users here, is that the Mozilla designers apparently trust the host OS more than you would expect -- they were willing to expose an interface that you would think of as local, to the internet. That should raise any Linux user's eyebrows. It reveals an error in thinking, that suggests that Mozilla-on-Linux expoits certainly aren't out of the question.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  31. Re:Mozilla being OSS by julesh · · Score: 2, Informative

    Tell you what, you look at the Mozilla source code and find out about the recently discussed problems.

    Here's the catch: the problem was caused by undocumented behaviour in the Microsoft Windows APIs for handling URLs. No source audit by somebody who didn't know about that behaviour would have found it, because those APIs are closed source.

  32. Re:K-Meleon - 1 line fix in 30 seconds by juhaz · · Score: 2, Insightful

    K-meleon, Moz based browser I use (and have for 3 years both at home and here at work on winders) was fixed by the users with a simple User_Pref

    Which is exactly how it's actually fixed on normal Mozilla and Firefox as well. What's your point? That there absolutely shouldn't be a fix easy enough for non-techies to use just because it can be done by fudzing around the hidden config system?

    Who needs a 20Mb download, huh?

    The people who couldn't possibly understand even about:config, or well, not really, they could always just install the 512 byte shellblock.xpi

  33. No change for protocols... by argent · · Score: 3, Interesting

    I was hoping they would do something about the protocol problem, and default to not allowing unknown or unexpected OS-handled protocols or helper applications.

    This new dialog would be a great place to add

    '$webpage is attempting to display an image from exploit:format+c:\'

    so that by default new registered protocols and helper applications would be blocked rather than permitted until the user explicitly whitelists them.

    Helper apps, too:

    'Should $file.pdf be opened with the Adobe Acrobat plugin? [always] [always for this site] [just this once] [no] [never for this site] [never]'

    I'm tired of going in and re-removing 'automatically perform the associated action for each of the following file types' over and over and over again.

    1. Re:No change for protocols... by jesser · · Score: 2, Insightful

      Bombarding the user with incorrect, jargony warnings rarely improves security. It also leads to "dialog fatigue", which reduces security in the long run.

      --
      The shareholder is always right.
  34. Wait a minute... by ajservo · · Score: 2, Interesting

    What browser is it that script kiddies and virus writers using if not Mozilla? I never would have conceived of them going after someone that's NOT MS.

    So what, should I switch to Lynx? or is there an undisclosed hole in that too?

  35. Signing XPIs by khundeck · · Score: 2, Interesting

    I'm sure I'm not the first to say this... but... how about people who release plugins actually sign them? Then we can build our trust network around that, not where you are downloading it from.

    My 2cents
    Kurt

  36. At the risk of being flamed... by InfinityWpi · · Score: 2, Interesting

    The most important thing to be in abrowser is speed and ease of use. I've got IE, an old Netscape, Firefox, and a handful of other esoteric small project browsers. It may be full of holes, but IE is the best when it comes to browsing. I'd love Firefox a lot more if it wouldn't keep telling me "Connection Refused" five or six times before I -finally- get the lucky refresh that lets the page load. IE'll do that right away. Maybe IE just doesn't tell me the connection was refused and keeps retrying for me, but that's -nice-. It's -helpful-. It's damn near -considerate-. I don't want to be George Jetson, pushing a button all the time, just to websurf.

    Tho I do like the tabbed browsing. Lets me open a page five times so I can finally get one that doesn't say "Not responding".

    1. Re:At the risk of being flamed... by argent · · Score: 2, Informative

      Have you tried going into userprefs.js and adjusting the timeout? For example, to increase it to five minutes:

      user_pref("network.http.connect.timeout", 300);

  37. it's still partially Mozilla's responsibility by dekeji · · Score: 2, Insightful

    If you develop for Windows, you have to develop for it as it is. That is, you have to expect that things aren't secure in the way you like them to be or don't work the way you might like them to work.

    The attitude Mozilla should have that they should only call library and OS interfaces on each OS that they can have a reasonable expectation to be safe and secure in practice. That is, they need to orient themselves not only based on what they think an API ought to do or how the API ought to behave, but what it actually does. If they don't, then some of the blame for security holes will fall on Mozilla.

    In this case, the Mozilla developers knew what the API they were calling did. As I understand it, they had even known of the possibility of the shell: exploit for quite some time. Furthermore, the security hole could have been fixed in Mozilla, yet the Mozilla chose not to do anything about it. The secure thing for Mozilla to have done would have been only to hand over a few known protocols to the OS for handling (mailto: and maybe ftp:), and only if Mozilla first verified that the entire URI was, in fact, valid and harmless.

    1. Re:it's still partially Mozilla's responsibility by Anonymous Coward · · Score: 2, Insightful

      It's not that easy. If you glance over the bug comments, you'll notice that they were unsure about adequate fixes. First, there's the difference between data-source schemes and other schemes like mailto: (which can't be the source of data to be displayed in the browser). It is obvious that non-data-source URLs can be ignored in SRC attributes unless the browser knows how to handle them. No calls to OS necessary. But what do you do with links to external schemes? Whitelisting means the user has to jump through hoops to get new protocols working. Blacklisting was in place and did not prevent this bug because blacklisting can only act on known exploits.
      IMO they should have done something similar to the file download dialog: You're about to open "scheme:something". () open with default application, () choose application, () don't open. [] remember my choice for this scheme.

  38. Ignorant developers by gr8_phk · · Score: 5, Interesting
    The software should not allow a web site to initiate any action on the client side. Security 101 here people. Opening files using the default application is pushing the limit. Allowing the site to specify what you run was just plain stupid. The Mozilla team should not just disable that feature by default, but should remove it entirely. There are work arounds for the small fraction of users who have a legitimate use for that.

    IMHO, desktops (GNOME, KDE) are crossing the line and even X itself has some "features" that may lead to exploits if developers aren't careful - remember the window manager is just a program that can actually control other programs on the machine. No application should ever tell another what to do based on untrusted data, that's reserved for the user (clicking a link doesn't count as approval - the link may not do what it claims).

    When you add a feature, consider what a criminal might use it for and who the burden will land on to prevent it. With shell: the burden lands on any application you might possibly launch and that's just unacceptable. With a window manager, consider that I may want to offer my display server to some untrusted application (airline reservation system) running on a remote machine - great possibilities and a great security risk. Because so much is accessible through X we don't use it that way.

    I'm rambling now trying to gather too many thoughts in too little time.

  39. Re:Handling a full court press? by argent · · Score: 5, Insightful

    I don't believe OSS has ever encountered the concentrated, unrelenting targeting Microsoft has to endure.

    You're mistaken in your belief.

    People argue that Microsoft's getting unfairly blamed becauise they're the majority of the targets. And yet in areas where they haven't been the primary target they have still often had a significantly larger number of exploits for extended periods of time.

    For example, for years IIS had a consistent 30% share in the webserver market, yet over the same period IIS served the vast majority of defaced websites.

  40. NOT just a Windows/Mozilla problem by for_usenet · · Score: 5, Insightful

    Folks - this is not just a Mozilla/Windows problem. Just a few short weeks ago, a lot of noise was made about a very similar URI exploit on Mac OS X, both through any browser that runs on OS X (noise was made about Safari, and I verified that the exploit was also present in Camino) and OS X's help system.

    Because of the seemingly general nature of this type of exploit - why are we letting browsers run code ?? The web SHOULD primarily be to exchange information (text, images, audio, video). Why are we allowing remote program execution?

    1. Re:NOT just a Windows/Mozilla problem by argent · · Score: 4, Insightful

      Oh good, it's not just me who thinks the promiscuous use of protocol handlers and helper apps is a bad idea. Every time I bring it up on /. or anywhere else I get hit with platitudes like "it's a balance between security and convenience"[1], or "it's not Mozilla's job to debug Microsoft's bugs."

      IDGI. This should be an open and shut case. Feeding data you know can't be trusted to an application you don't know is secure without so much as asking the user if that's OK is so obviously a bad idea that I can't comprehend the confusion of the mind that considers it for a moment.

      [1] No, it isn't, you can build a system that's more secure and convenient if protocol handlers didn't have to double as security software because they don't know if they're being run from a browser or directly from local code... if a browser doesn't KNOW that it's safe to use a registered protocol or helper app, it shouldn't blithely go ahead and use it.

  41. Call to Arms (or maybe just eyes) by MythoBeast · · Score: 3, Insightful

    This brings up an interesting concept. It has been the conjecture of most people on this forum that opensource is more secure because it's more freely examined. This doesn't hold true if the opensource code in question is never actually examined.

    A number of years ago, an initiative was created to make FreeBSD the most secure operating system on the planet. OpenBSD is the result, and I have to say that they did a darn fine job of it.

    I'd like to propose that the Opensource community do the same thing with Mozilla. Start a line-by-line security audit of the Mozilla code base. Leverage the opensource massively distributed model and create the first browser that can be called truely secure.

    If you don't want to do it to create a truely awesome product, then just do it to rub Microsoft's nose in something that they are completely incapable of. *evil grin*

    --
    Wake up - the future is arriving faster than you think.
  42. Remember Slate? by ShadowRage · · Score: 2, Interesting

    Slate, a Microsoft magazine urged users to use mozilla as well, however, I dont think this was a charitable request, instead, make users use this alternative, microsoft will sit back and watch as mozilla gets exploited by malware, make a big shit about it every time, (possibly even write their own as well) then come out with a version of IE that isnt exposed the the type of malware that mozilla is exposed to, and use choice marketing words to get people to download it (even buy it)
    Microsoft is gonna use Mozilla as a pawn in the browser wars to re-affirm their grounds in the Browser Monopoly.

  43. Re:A Modest Proposal by Sloppy · · Score: 2, Interesting
    This has been on my mind for a long time, but it's starting to look less and less radical, and more sensible. If internet-related applications (or anything that takes external input) are going to remain complex, then they are going to continue to be buggy, and therefore perhaps users should not trust their own apps.

    Lots of users have already made this adjustment in thinking, when it comes to email: it has become common sense among laymen (even if they don't always practice it) that you're not supposed to "open attachments" from untrusted sources. That's actually normally a safe thing to do -- assuming your mailreader isn't buggy. Merely looking at something shouldn't be unsafe. But can you really trust a huge complex app to not be buggy? MS Outlook users say No, Sylpheed users say Yes. But that's an arbitrary distinction and the joke may be on us Sylpheed users someday.

    Sandboxing for defense in depth is starting to look more attractive. I'm skeptical that it's going to be quite as easy as just chrooting the app or running it as a different user, though. My mailreader needs to run gpg with access to my local keyring; my web browser needs to be able to at least be able to display any local html file that I have access to; etc. I think designing a good system to sandbox this stuff is going to require a lot of thought. Maybe a number of different processes, some of them running as me and some running as nobody, connected with pipes or something. I don't know.

    I like your httpd analogy, because it reminds me that this is actually a very old problem. We've gotten used to the need to secure servers, we now need to extend that thinking to clients.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  44. Odd by rjamestaylor · · Score: 2, Informative

    That the story submitter buys into the "it's insecure because it's popular" myth is one thing; for Slashdot to willy-nilly accept it is another. Very odd.

    That the "shell://" hole in Mozilla (thereby Firefox and Thunderbird) exists is true; but it is not truly a Mozilla whole; Mozilla passes the unhandled scheme to Windows and Windows serves the hole. It's a Windows hole. MS Word (among others) also is vulnerable to the "shell://" exploit.

    This exploit is specific to Windows. Windows is being targeted, not Mozilla.

    So, don't just move to a more secure browser, jump to Mac OS X, Linux, and or *BSD for a better Internet Experience.

    --
    -- @rjamestaylor on Ello
  45. If there was no bundling by DuctTape4Windows · · Score: 3, Interesting

    I think most people prefer internet explorer because it's there. I NEVER used IE, i always used Netscape, (and now mozilla) and that was when the battle of the browsers was still big, but I think netscape was MORE popular. Microsoft cornered the cornered the market when in Windows98, When they merged IE with Windows Explorer, so to browse your files you HAD to use IE, (today thats still the problem, i wish i could use FireFox as my file manager) IE is only popular because of bundling I still think FireFox is a more seccure browser, simply cause it is, and there isn't so much "IE Friendly" HTML, i've noticed, that on pages not published with Frontpage or any other MS product, Firefox often looks better. and pages done with Frontpage often still look better in firefox. I still think firefox is a more secure browser because it isn't jammed with useless features like IE. I have the "view with IE" extention on firefox, i NEVER need to use it. The only thing i can think of that can't be used in firefox is Launch.com Oh well, stick with firefox