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."

429 comments

  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 KevinKnSC · · Score: 0, Troll

      Yeah, the bug was opened in 2002. Not quite "quickly fixed".

    2. 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?

    3. 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.

    4. 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.
    5. Re:not so fast of a fix by mOoZik · · Score: 0

      Could you be any more off-topic? I know you are all genetically programmed to hate Microsoft, but many of the larger exploits on Windows were fixed and patches issued ahead of time. The end-result was mostly due to user naivity, who chose not to upgrade.

    6. 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.

    7. 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
    8. 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.

    9. Re:not so fast of a fix by AmaDaden · · Score: 1

      So did they not get around to it until now or did they just not know it was there until someone used it? Because that makes a big difference...

    10. 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.
    11. 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.

    12. Re:not so fast of a fix by fuzzix · · Score: 1

      Meanwhile IE has been picked apart just a little more.

    13. Re:not so fast of a fix by ViolentGreen · · Score: 1

      Then why not provide links?

      Perhaps I should have. Thanks.

      --
      Not everything is analogous to cars. Car analogies rarely work.
    14. Re:not so fast of a fix by Anonymous Coward · · Score: 0

      Very quick? Wasnt this bug found 2 years ago? I consider quick to be how MS handles bug, MSBlast had a patch almost a full year before the virus was released

    15. 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?

    16. 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.

    17. 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.
    18. Re:not so fast of a fix by shokk · · Score: 1

      In other news, OJ is still looking for the real killer. It wasn't him either.

      --
      "Beware of he who would deny you access to information, for in his heart, he dreams himself your master."
    19. Re:not so fast of a fix by thenextpresident · · Score: 1

      Of course it was reported in Oct. 2002, but it's not as if it was ignored. It was questioned as to whether or not it was a valid Mozilla bug, or was it an OS bug.

      Frankly, I think in the end, they did the right thing. In hindsight, it's easy to say it should have been fixed at first, but in reality, it's an OS problem, not a Mozilla problem. Even still, Mozilla in the end decided that rather than wait for MS to fix the problem, they could do it and solve the problem.

      What's nice though, is that we know when it was originally reported, and we can trace the bug's history, but we can do that with the Windows bug. Just because something is reported publically doesn't mean that's when MS found out about it. It's just when we found out about it.

      But now I am sounding like a conspiracy theorist, and I should stop there.

      --
      Jason Lotito
    20. Re:not so fast of a fix by That's+Unpossible! · · Score: 1

      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 to get through to Windows, would you also write that off as a bug in the OS?

      Yes I did read the bug. In fact, I read past comment #11, even as far as comment #12, where the person pointed out the bug was not as urgent any more because they implemented a blacklist for known exploitable protocols.

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

      --
      Ironically, the word ironically is often used incorrectly.
    21. Re:not so fast of a fix by KevinKnSC · · Score: 1

      I agree completely (see that, mods?). My point is just that since Mozilla has a transparent bug process, we (the open source community as a whole) ought to make use of the hindsight we now have and look at where the bug process let us down: specifically, when it was decided that a blacklist, rather than the whitelist that was eventually implemented, would be sufficient.

    22. Re:not so fast of a fix by KevinKnSC · · Score: 1

      My point is just that, in hindsight, it becomes obvious that the blacklist wasn't a complete solution, since it (by definition) only blocks those handlers known to be bad. Any new bad handler that comes along has to be added to the list. The proposed solution to prompt the user for confirmation of unhandled protocols (somewhere around comment #8) or the eventual implementation of a whitelist are both much better options. That said, Mozilla is still the best game in town, and all I'm trying to say is that we ought to look at how the vulnerability stuck around so long, in the interest of improving an already excellent product.

    23. 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.

    24. Re:not so fast of a fix by KevinKnSC · · Score: 1
      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).

      Your post illustrates the problem in the framework that was created to address the problem. It depends on knowing which protocols are dangerous, which is impossible since any program can register a protocol handler. The root of the problem is the way Windows handles these protocols, but the way Mozilla dealt with that problem was, in hindsight, not the best solution. Let's learn from the mistake and move on, instead of pretending everything went perfectly.

    25. Re:not so fast of a fix by afidel · · Score: 1

      Your post illustrates the problem in the framework that was created to address the problem. It depends on knowing which protocols are dangerous, which is impossible since any program can register a protocol handler. The root of the problem is the way Windows handles these protocols, but the way Mozilla dealt with that problem was, in hindsight, not the best solution. Let's learn from the mistake and move on, instead of pretending everything went perfectly.

      That's why the Mozilla foundation had already decided that the next version of Mozilla and Firefox would default to whitelisting allowed protocols instead of the current blacklist framework. Unfortunatly this problem was discovered before that change was implemented.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    26. 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.

    27. Re:not so fast of a fix by f0rt0r · · Score: 1

      The real problem is in your post, though you did not realized it. The vulnerability is in the Windows OS, not in Mozilla. You can patch Mozilla to protect the OS from itself, but the vulnerability is still there and can be exploited in other ways even after the pathway through Mozilla has been closed. Capisce?

      --
      I can't afford a sig!
    28. Re:not so fast of a fix by juhaz · · Score: 1

      the way Mozilla dealt with that problem was, in hindsight, not the best solution. Let's learn from the mistake and move on, instead of pretending everything went perfectly.

      Perhaps it was not, but there hardly ever are perfect solutions.

      I don't think full whitelisting is one either. For the same reason, of the potentially unlimited number of registered protocol handlers, most will be something users want to have.

      Perhaps a combination could work, whitelisted are allowed trough, non-listed pop up a warning (and perhaps allow it to be added into either list) and blacklisted are silently ignored?

  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 Anonymous Coward · · Score: 0

      the part I like is that mozilla cant be screwed with like IE can by the corperate IT gestapo. I can change my proxy server settings and avoid their proxy completely.

      no, I'm not subverting, I'm trying to get work done but the morons in the IT department are too damned stupid to understand that I need to not be going through the proxy.

    3. Re:I'd still rather by Anonymous Coward · · Score: 0

      We've all heard that message mutliple times.

      I think they're just stroking their egos, and have no intention of being taken seriously by anyone but like-minded readers.

    4. 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"
    5. Re:I'd still rather by cball2k · · Score: 1

      The why are you NOT in the IT dept?

      If YOU are not in charge of, or working in the IT dept, what gives you the privilage to bypass/alter the security that was approved by YOUR BOSS?

      To often, self proclaimed experts in the office staff think they know more then the experts that are in the IT dept, and when the viruses and trojans pop up in the network, the "EXPERT" is no where to be found (the "expert" caused the security breach by breaking the rules)

      --
      karma, hah...
    6. Re:I'd still rather by KingOfBLASH · · Score: 1

      Dude, the exploit is part of the Win32 API. Why do you think shell exploits were discovered in other software?

    7. Re:I'd still rather by Anonymous Coward · · Score: 0

      What is this, a contest to see how retarded of a comment we can get modded up?

    8. Re:I'd still rather by kir · · Score: 1

      If you can change your ". . .proxy server settings and avoid their proxy completely", your network has bigger problems than your "subverting" their proxy.

      You may be right about the folks in your IT department being morons though.

      --
      3cx.org - A truly bad website.
    9. Re:I'd still rather by BenBenBen · · Score: 1

      It is if you've got CapsLock on. [/pedant]

      --
      The Slashdot Paradox: "100% Overrated"
    10. Re:I'd still rather by Jugalator · · Score: 1

      But if someone whine about Microsoft, we know his/her stance without writing M$.

      --
      Beware: In C++, your friends can see your privates!
    11. Re:I'd still rather by FooBarWidget · · Score: 1

      As opposed to people massively using names like "Lunix" or "open sores"? As long as those MS zealots don't disappear, expect names like "M$".

    12. Re:I'd still rather by chris_mahan · · Score: 1

      Multiple Sclerosis?

      Oh, you mean Microsoft? I see.

      How about MSFT, that way you reinforce the financial aspect (MSFT is their stock symbol), and you look like you know what you're talking about.

      --

      "Piter, too, is dead."

    13. 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."

    14. Re:I'd still rather by zeroclip · · Score: 1

      I like to call it Infestation Express

    15. 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.)

    16. Re:I'd still rather by Anonymous Coward · · Score: 0

      Perhaps you work for MS and they give you $. Lot of you about lately.

    17. Re:I'd still rather by hb253 · · Score: 1

      Some of us are still stuck in the 70's thinking about string variables in BASIC. M$ is just another variable...



      LET M$="Micosoft"
      --
      Self awareness - try it!
    18. Re:I'd still rather by Anonymous Coward · · Score: 0

      Oh, lighten up. It's amusing.

    19. Re:I'd still rather by Anonymous Coward · · Score: 0

      Never seen Lunix or Open Sores?

      You know what they say, you must be new here.

    20. 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.

    21. Re:I'd still rather by NanoGator · · Score: 1

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

      I'd rather use what works for me instead of knee-jerk responding with biases that make me look cool on Slashdot. I use Opera, but if a future version of IE turned out to be better, I wouldn't dismiss it because I want to be some sort of /. hero.

      --
      "Derp de derp."
    22. Re:I'd still rather by pherthyl · · Score: 1

      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.

      Hear hear! I ignore any post that refers to Microsoft by anything but their proper name. If you can't have a civil argument without name calling then you're not worth the bytes your message transferred on.
      I wish there was a filter in slashdot:
      Don't show messages containing the words: M$, Micro$oft etc

    23. Re:I'd still rather by Anonymous Coward · · Score: 0

      That's right. Everyone should now use the FAT16 compatible Micro~1.

    24. Re:I'd still rather by Dr.+Evil · · Score: 1

      Jabs? M$ is a profitable corporation who successfully exploited the Internet with their Internet Exploiter/Exploder product... entirely to the detriment of a competitive marketplace.

      They're accurate word-play based on their wealth, business record, software security and software stability.

      Not that I would use such puns.

    25. Re:I'd still rather by pherthyl · · Score: 1

      Most references to Lunix or open sores come in posts from trolls. It is very very rare that an even remotely constructive post will use those terms.

    26. Re:I'd still rather by megarich · · Score: 0

      Yea man... At least mozilla focuses on web browser and e-mail client. Not like microsoft that always seems to have a million and one projects going(xbox, .net, msn to name a few). That way mozilla can stay more focuses on the problem...

    27. Re:I'd still rather by Anonymous Coward · · Score: 0

      (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.)

      How good of you. You're a real saint.

    28. Re:I'd still rather by damiam · · Score: 1

      No one except trolls uses those terms, and people don't take trolls seriously either.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    29. 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".

    30. Re:I'd still rather by fornaxsw · · Score: 1

      Personally, I'd rather have intelligent discussion about the strong and weak points of various OS/software/languages/etc. here than stupid name calling.

      <obligatory>
      you must be new here
      </obligatory>

    31. Re:I'd still rather by FooBarWidget · · Score: 1

      "Personally, I'd rather have intelligent discussion about the strong and weak points of various OS/software/languages/etc. here than stupid name calling."

      Yeah but that doesn't mean the rest of Slashdot wants it too. MOST Slashdotters are only interested in flaming everything that's not Apple. If you're looking for intelligent discussions then you must not go to Slashdot.

    32. Re:I'd still rather by Slime-dogg · · Score: 1

      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.

      Try surfing at -1. ./ mods are typically pro open-source. I think that "Lunix" is usually the result of someone not profreading.

      You are rather new here.

      --
      You need to restart your computer. Hold down the Power button for several seconds or press the Restart button.
    33. Re:I'd still rather by pebs · · Score: 1

      "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.


      You must be new here. Either that, or you don't browse at 0 threshold.

      --
      #!/
    34. Re:I'd still rather by Mongoose+Disciple · · Score: 1

      Try surfing at -1. ./ mods are typically pro open-source.

      Well, sure. But if someone's looking for a serious discussion, shouldn't "but the trolls that are always modded down do it!" not be much of an excuse for acting infantile?

      The brilliance of Slashdot, such as it is, is that while you always have the choice to read everything, the will of the community decides what most of the community will read. You're not forced to go along with their opinions, but if you do (i.e., browse at a 0 threshold or higher), it provides the convienience of weeding a lot of crap for you.

      As a community, Slashdot is generally saying, among other things: We disfavor people posting anti-OSS trolls, and people trying to race to get the first post for no reason. I don't see why we can't as a community also say: Picking apart genuine flaws in MS business practices and products in an intelligent way is cool, but posting "M$ is lamerz!!!" is retarded* and generally not worth our time.

      You are rather new here.

      I've only bothered with a login for around 9 months, but I've been reading Slashdot for around 4 years. It's not as bad as all that.

      * (I've done volunteer work with mentally retarded children in the past, and this statement is not really fair to them.)

    35. Re:I'd still rather by jedidiah · · Score: 1

      If you're going to discount someone's ideas over a petty aphorism, you are far too superficial to be concerned with anyways. You are likely a waste of anyone's time. More "uptight" forms of persuassion would be irrelevant.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    36. Re:I'd still rather by jedidiah · · Score: 1

      >>You are rather new here.
      >
      > I've only bothered with a login for around 9
      > months, but I've been reading Slashdot for around
      > 4 years. It's not as bad as all that.

      IOW, you're rather new around here.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    37. Re:I'd still rather by jedidiah · · Score: 1

      Even Lynx is better than something that will send my bank account passwords to the Russian Mafia.

      This is no "knee-jerk" response. This is a sensible, evenhanded consderation of the facts. It's just that for far too long people have been branded as fanatics or freaks for merely pointing out the obvious: Microsoft engineering generally sucks.

      They can even find a way to squander the architect of VMS!

      --
      A Pirate and a Puritan look the same on a balance sheet.
    38. Re:I'd still rather by NanoGator · · Score: 1

      " This is a sensible, evenhanded consderation of the facts."

      Switching over to a browser that's still in beta that doesn't have as many users to flush out problems is 'sensible and even handed'? Heh. Please. You're not insuring anything, you're just spinning a different roulette wheel.

      --
      "Derp de derp."
    39. Re:I'd still rather by Anonymous Coward · · Score: 0

      Riiiiiiight. Because I'm sure the guy writing for XBOX live is also in charge of IE.

  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 MindStalker · · Score: 1

      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.


      So whats so wrong with it, (I am assuming you have seen the new information bar? its kinda like a status bar that appears ontop as it is needed, much like the appear as needed tabbar, that states when downloads and popups etc get blocked)

    5. 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.

    6. 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
    7. 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]
    8. Re:Mozilla "innovation" reaches new low? by AKAImBatman · · Score: 1

      Do like I do. Change the Internet Explorer link to launch FireFox. Most people don't notice (or care enough) that it isn't Internet Explorer. Keep in mind that the switch is very much a physiological thing. They're used to hitting that IE button, and just don't feel the same if they don't.

      Also, make sure that Flash, Java, RealPlayer, and other plugins are installed. You may hate them, but your mother is going to hate you if they don't work.

    9. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      All my browsing is in http://127.0.0.1/.

    10. Re:Mozilla "innovation" reaches new low? by Finuvir · · Score: 0, Troll

      Keep in mind that the switch is very much a physiological thing.

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

      --
      Why is anything anything?
    11. 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.
    12. 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?
    13. 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
    14. 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.

    15. Re:Mozilla "innovation" reaches new low? by UnAmericanPunk · · Score: 1

      One nice thing would be if Mozilla could somehow do automatic updates. Or just prompt the user to download updates when they have them... make some sort of small update instead of downloading the whole thing (for those poor souls still stuck on dialup). I install mozilla on many computers my friends use and tell them to use mozilla rather than IE, but I'm not there to update the browser for them. So they run versions that can be up to 4 months old... or older depending on how often I visit the person.
      I think in a way this is one place where IE has mozilla beat, even though Microsoft usually lags pretty bad with the updates, at least the automatic updater can get the update and run without any user intervention if it is enabled to do so (since a lot of the people I know would never get their windows updates otherwise).

      --
      Question everything that you've accepted without thinking.
    16. Re:Mozilla "innovation" reaches new low? by sepluv · · Score: 1
      The specific exploit in XP allows shell: protocol...I think you are confusing this bug with the idea that people can install malware via XPI.
      No. I think you are confusing the idea that people can install malware via XPI with the shell: bug.

      I accept you might not read the article before commenting. I accept you might not read the /. story.

      But PLEASE, PLEASE bother to read the title of the /. story before commenting.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    17. Re:Mozilla "innovation" reaches new low? by lambent · · Score: 1


      https by default guarantees nothing ... ie, the webserver uses crappy encryption, or your web browser negotiates to a severely low-grade 40bit encryption by default (ran into this problem developing a 'secure' site, and testing it out with IE). Or what if you're using https, but the intercepting party has obtained a copy of the ssl key?

      Using https by default is more secure against casual observers, but just tends to give you a fals sense of security for everything.

    18. Re:Mozilla "innovation" reaches new low? by igrp · · Score: 1
      NO, because, Firefox (and I think also Mozilla) now have a function to automatically dowload new versions or security fixes.

      Yes, that is true (to be fair: Windows Update can be set up to download patches automatically too though).

      What I find somewhat annoying is that it doesn't seem to work. I had Firefox 0.9.1 (which is what I'm running) check for updates using the "Check now" function in the advanced dialog. And it reported that there were no updates available. I was able to reproduce this on three different computers and, at least as far as I can see from here, it's not a firewall issue.

      Now, I realize that this is bug is easily fixable - heck, one small configuration change - and I did fix it on my computers back when it was first reported on full-disclosure. Your average computer user just might not be up to date or even remotely interested in computer security news. They just want their stuff to work. And when their software tells them that there are no updates available, they usually don't bother to check if that's indeed true.

      My point is if there's an auto-update function people will expect it to work and we should really make sure that it does.

    19. 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.
    20. Re:Mozilla "innovation" reaches new low? by Misch · · Score: 1

      Mother will hate me if she can't play Zuma. Since it requires ActiveX to be played, it's a minor problem.

      --

      --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
    21. Re:Mozilla "innovation" reaches new low? by dattaway · · Score: 1

      "Sorry, links to Bugzilla from Slashdot are disabled."

      WTF?

    22. Re:Mozilla "innovation" reaches new low? by sepluv · · Score: 1

      It worked for me on multiple machines (and a thing appeared in the task bar telling me there was a new version without me checking). Although, I admit it is not working on my current machine ATM, but I'm behind a proxy here.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    23. Re:Mozilla "innovation" reaches new low? by ACNeal · · Score: 1

      Although I take your point, I disagree almost entirely.

      No one is more complacent than IE users. The fact that people are using Moz is they are more aware that there may be problems. Non-technical users might not check as often as they should, but they aren't totally complacent.

      No one is worse off than the IE users who refuse to believe they did anything, downloaded anything, or hit any site that could have fowled their machine. "My kids/grandkids/wife did something. Can you fix it,"{ is my most common call for personal support.

    24. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      However, the real problem won't be fixed as long as people choose not to think.

      Are you people really so stuck in your "My vocation-is-better-than-yours" world that you can't grasp the reality that most people don't WANT to severely or even moderately mod their software to make it work? How would you take it if a tax lawyer said "this stuff is easy to follow, if you just think!" I have been a Linux guy for years, and can fix most problems that come my way. If another person just wants to surf the web, however, they shouldn't HAVE to have AIX certified experience. This elitist mentality has got to go. People like this one are holding back Linux...I wonder if it's intentional beacause they love having random knowledge over others...

    25. 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.

    26. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      HTTPS, with a real certificate, insures that you aren't being DNS-spoofed by someone trying to phish your PayPal or other banking password.

    27. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      Nice fantasyland you've got, but most Mozilla developers are in fact being paid to work on it. Furthermore, security-related bugs are hidden from the general public.

    28. Re:Mozilla "innovation" reaches new low? by Blindman · · Score: 1

      It is much simpler than that. All I'm suggesting is that a person realize on a basic level what it is that they're doing. In the case of a tax lawyer, you are trusting your money and possibly your freedom to the judgment and expertise of another person. I'm not saying that you shouldn't do it, but you shouldn't forget that what is that you are entrusting.

      In the case of surfing the web, I'm talking about the person that thinks it is okay to install random software just because a pop-up window appears. "It must be okay, because it came from Gator." Changing the defaults won't fix this, if a webpage has instructions on how to change them back.

      I'm talking about too ignorant to be suspicious.

      --
      I don't practice what I preach because I'm not the kind of person that I'm preaching to.
    29. Re:Mozilla "innovation" reaches new low? by johnnyb · · Score: 1

      Or what's even better is when you have a rock-solid high-grade SSL connection, but the server just puts the data in a publicly accessible text file.

    30. 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!

    31. Re:Mozilla "innovation" reaches new low? by That's+Unpossible! · · Score: 1

      I did read the article. I also read most of the replies here, and many were talking about the recent 'fix' for the shell exploit. It sounded like you were going the same route. I apologize if you were intending your response to the main article, however you did falsely state:

      "before the whitelist fix was added, you had to do the following to get infected by any malware:"

      The shell: exploit says NO to that idea.

      --
      Ironically, the word ironically is often used incorrectly.
    32. 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.

    33. Re:Mozilla "innovation" reaches new low? by AgntOrnge · · Score: 1

      Wow, what color is the sky in your world? Sure, we are all programmers who love to patch other people's mistakes. It's that kind of techno-elite thinking that keeps OSS firmly in second place. You don't write software for you, you write it for them. Come down from the mount and play with the rest of us.

    34. 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.
    35. Re:Mozilla "innovation" reaches new low? by lachlan76 · · Score: 1

      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.

      While in this case it was Windows, other exploits, like buffer overflows (usually) will only work on an x86 platform because they were compiled into an x86 binary. This doesn't mean that the problem is in the x86 architecture. But for someone who isn't a programmer, good job. If you were a programmer, you could try and change here home page into a buffer-overflow to open firefox and close IE, but that's not really my area of expertise, and it isn't really a good idea to start with. But I'm just a kid, I come up with a lot of useless ideas.

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

      Imagine that it's a bathtub overflowing, and the tap is in a locked metal box. Some of us could disassemble it and make a patch I'm sure, but I don't really trust any 1337 h4xx0r out there to modify my core OS components. It's easier to just make the bath bigger.

    36. Re:Mozilla "innovation" reaches new low? by the_mad_poster · · Score: 0

      Oh, okay. I'm beginning to see how this works. When IE is vulnerable to an attack and Microsoft says "alright, well turn off this, this, and this convience and you can browse safely", we scream bloody murder that they don't fix the problem AND keep the convenience. When Mozilla developers ignore an exploitable hole in a mechanism that doesn't even really provide any worthwhile fuinctionality for most people, we're supposed to overlook the foot dragging because it would break all sorts of programs.

      The biggest problem with open source is the community itself, not external threats. If FOSS dies it's going to be because so many more people in the community would rather sit around praising their straw house while it falls down around them than shore it up. The reactionary approach that rabid FOSS users take to Linux, Mozilla, Thunderbird, OOo, etc. are counter-productive to the work that the serious developers want to do. I don't know why it's so hard for FOSS people to acknowledge problems within the community and software when they spend so much time railing against vendor problems. The whole community is just an idealogical nuthouse anymore - full of people who would rather spend all their time hating competitors instead of understanding, nurturing, and furthering the good things they have in front of them.

      Mark my words: FOSS will die if it continues to grow the way it is now. The reason Linux isn't desktop ready for the non-savvy userbase is because so many people spent so much time maligning suggestions to simplify things and arguing that it WAS ready, people just had to learn and adapt in non-normal ways. The reason there are two year old exploits in Mozilla's software is because people would just as soon brush off exploitable areas of the software as acknowledge the mistake and contribute a patch.

      Whatever. This is why I don't like to advocate open source anymore. The whole community sounds like a stomping lynch mob headed to the Castle of Dr. Gatesenstien to kill the monster instead of a bunch of good natured folks looking to give people an honestly good alternative. When the community grows up and drops this two-year old hissy fit behavioral pattern, I'll rejoin. Until then - have fun ripping yourselves apart from the inside out.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    37. Re:Mozilla "innovation" reaches new low? by Allen+Zadr · · Score: 1

      When Mozilla is taking it's development queues from the Microsoft Internet Explorer team, this points to the stinking possibility that the Mozilla team may be loosing it's touch.

      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
    38. Re:Mozilla "innovation" reaches new low? by pjrc · · Score: 1
      you had to do the following to get infected by any malware:

      1. click one a link
      2. click ok to get rid of any annoying dialog box that pops up warning you about some techno mumbo-jumbo that's too long and complicated to bother reading, and looks a lot like all the other meaningless dialog boxes that always pop up with similar dire warnings.
    39. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      Don't worry so much. The community has Doers and Talkers. The idiots you see sprouting insanely disconnected apologetics for obvious OSS flaws are just the talkers. Thankfully there are real doers in the community who have and will continue to create great OSS software.

      OSS will succeed because of THEM, not the annoying talkers.

    40. 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.

    41. Re:Mozilla "innovation" reaches new low? by sigaar · · Score: 1

      "Imagine that it's a bathtub overflowing, and the tap is in a locked metal box. Some of us could disassemble it and make a patch I'm sure, but I don't really trust any 1337 h4xx0r out there to modify my core OS components. It's easier to just make the bath bigger."

      I didn't mean to say the Mozilla guys shouldn't plug the hole, but if the Mozilla guys have to keep pluggin holes by disabling stuff in Mozilla, don't you think that would end up affecting Mozilla in a negative way (aside from the bad publicity)?

      --
      sigaar
    42. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      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.


      Enough with the arrogant open source "fix it yourself" bullshit. I found your suggestiong to fork Mozilla particularly stupid, because fragmentation of the Mozilla source is a huge undertaking that would do little good because people always go to mozilla.org for the "official" version. Put a mozilla site on geoshitties? WTF are you smoking?

    43. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      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.

      Huh? The infobar solves a very real problem, the one where an "install this plugin" pops up constantly until the user installs it. If you have a better suggestion, then by all means suggest it, but this is a good solution and it would be insanity to ignore it just because Microsoft thought of it first. What are you, ten years old?

    44. 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.
    45. Re:Mozilla "innovation" reaches new low? by Mr_Silver · · Score: 1
      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.

      Consider this:

      Every time someone says "But Windows always is going to get more attacks and viruses because it's popular", the standard retort is "but Apache has vastly more installs than ISS and doesn't get a tenth of the problems".

      Now consider this, "OSS is good for security because many eyes can see the problem and it gets fixed quickly" which will now have the standard retort "but Mozilla Firefox, one of the most prolific OSS applications sat on a bug for 2 years until an exploit hit the wild".

      Sure, it's one counter example from many other good arguments, but the same could probably be said of the Apache/Windows one.

      What I'm saying is that if someone comes back with the "many eyes" retort, you can't all call foul as you've been doing the very same with the "many users" one.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    46. Re:Mozilla "innovation" reaches new low? by Jeff+DeMaagd · · Score: 1

      I've said several times here and on other boards that you have to teach people to not click "OK" and to be suspicious of all email attachments.

      Antivirus programs are generally a "stupid user tax", for $40 a year, many of them allow people to remain stupid rather than spend a millisecond of thought on whether you really should open that email or download software from questionable sources. It still won't protect them from 411 scams, but most of those fleeced probably deserved to be anyway. Too many people seem to believe or assume that there aren't people out to get them or their money.

    47. Re:Mozilla "innovation" reaches new low? by xeoron · · Score: 1

      I am not sure about a low of innovation, because of the devisity of browser extention. On a somewhat similar note: Beware out on the web for I have seen some undergrand sites that attempt to install Mozilla extentions just by viewing a webpage. The only thing that saved my FireFox broswer was that a installation prompt asked me if I wanted to install the extention. Hopefully, in the future this sort of thing will be blocked, so that extentions only install when clicked-on.

    48. Re:Mozilla "innovation" reaches new low? by Allen+Zadr · · Score: 1
      I'm choosing to chime in late, because you got a lot of fast responses at first. I want you to know that I see "part" of your point.

      However, I stand by the word, pro-active, because there is a proactive approach now.

      The initial reaction is the common problem (not OSS or Proprietary specific) of "it's not _my_ issue". The issue of problems with the Microsoft Installer that can be expliotable through "arbitrary programs" is a Microsoft issue.

      It also happens that Mozilla is one of those "arbitrary programs". The new, pro-active, approach is the realization that security is the problem of every program, regardless of the underlying flaw.

      It's also a realization that no project can expect another vendor/project to fix a problem. If a workaround is required to insure security, then that workaround should be made available.

      Finally, I'm thinking that the URL scheme issue is not the same as the Installer issue (although they have some similarities).

      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
    49. Re:Mozilla "innovation" reaches new low? by Penguinshit · · Score: 1


      Bugzilla is PERL-driven. Do the math.

    50. Re:Mozilla "innovation" reaches new low? by Allen+Zadr · · Score: 1
      I couldn't agree more. And you tell them that I.E. is flawed, and shouldn't be used unless behind a coprorate proxy server, etc.

      They say, but how do I use the Internet? And you (at least I've done this) hand them Mozilla and say, this is much more secure the I.E.

      The statement is true (in fact is still true), but yet - these people aren't using Mozilla because they are aware of issues - it's because I told them to.

      If they are stuck with a shell: exploit that hoses their computer, then they may have a worse problem than they've ever seen.

      Add to that the lack of "Windows Update" automatic functionality that I.E. and Windows offers, and these expliots will never be fixed.

      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
    51. Re:Mozilla "innovation" reaches new low? by vena · · Score: 1

      NO, because, Firefox (and I think also Mozilla) now have a function to automatically dowload new versions or security fixes.

      too bad it's COMPLETELY BROKEN. the mozillazine forums are littered with complaints (and i've personally seen this in dozens of my own installations) that it incessantly tries to download .9 while ALWAYS thinking it's out of date--always showing the update icon. basically this means that given a week's use, everyone who has far more important things on their mind is going to start ignoring that little talk bubble on the bottom right of the browser and the feature is forever exactly what it is right now - worthless.

    52. Re:Mozilla "innovation" reaches new low? by rufus+t+firefly · · Score: 1

      Just install Mozilla ActiveX support. May not be the most secure thing in the world, but at least it works. There's some information on securing it on the download page. I'm guessing it's probably a bit more secure than the default IE ActiveX implementation.

      --
      "He may look like an idiot, and talk like an idiot, but don't let that fool you. He really is an idiot." - Duck Soup
    53. Re:Mozilla "innovation" reaches new low? by WNight · · Score: 1

      Too stupid to read? Awww, didjums get infected? Take the PC to the shop and pay them $100 to fix it - ignore their instructions on how to avoid problems in the future, it's only technical mumbo jumbo.

      In the future the Darwin awards will be expanded to include those who have permanently removed themselves from the Internet through overwhelming stupidity.

    54. Re:Mozilla "innovation" reaches new low? by scrytch · · Score: 1

      > Last time I checked mozilla source code was readily available to you. Patch it.

      Ladies and gentlemen, that's how security is done at Mozilla.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    55. Re:Mozilla "innovation" reaches new low? by Buran · · Score: 1

      Set network.http.sendRefererHeader to false in about:config and the links will start working again. Or use Tabbrowser Extensions to temporarily block http referrer headers.

      Idea for extension (I can't program, but a credit in the credits section would be great ;)): allow blacklisting of referral header transmission depending on what domain you're about to visit, e.g. if bugzilla won't let you come from certain sites, don't transmit referrer headers when clicking a link that leads to mozilla.org.

    56. Re:Mozilla "innovation" reaches new low? by t1m0r4n · · Score: 1

      >> Last time I checked mozilla source code was
      >> readily available to you. Patch it. Done.

      > The bug was reported by someone who wrote,
      > tested and bug-fixed a patch.

      Thank you very much for that cool bit of info I overlooked! Hence, the problem was fixed quickly. Point, open source (in my worthless opinion). But, for people to reiterate that there was a security hole for two years is even more wrong. It was fixed two years ago.

      It does kinda suck that the core team ignored it. But, the beauty of the open source model is that you do not NEED to rely on them, as you do with MicroSoft et al.

      True story -- worked for a company a few years ago that paid top dollar for MS official support. They submitted a request for help. When I left, the ticket had been open and unsolved for six months. Recently ran into a person who still works for the company. The issue remains unfixed by MS (she even showed me the web page that chronicles the issue at MS), and this company spent additional thousands of dollars in consulting fees to independant MS "experts". However, the company eventually moved the server to FreeBSD which solved the problem. This company was not reimbursed for down time, failed solutions, et al that resulted from MicroSoft's inability to provide working software. What are all these people saying about needing an accountable company to back you?

    57. Re:Mozilla "innovation" reaches new low? by jc42 · · Score: 1

      Heh. I recall a few years ago, when the place I was working at instituted RSA everywhere, and I found that I didn't need to save copies of any keys. When I needed them, I'd just google for them.

      I really wish this were a joke. I repeatedly suggested that they should investigate possible leaks of the keys. I'd do this without telling them what I'd found, because I was afraid that they'd just block that path and consider the problem fixed. I did wonder what other gaping holes were around the place.

      Once I even fetched a needed key this way in front of a gang of company bigwigs. They didn't bat an eye; they oviously hadn't a clue as to what I'd just done. The one other techie present looked at me with large, disbelieving eyes ...

      Later, on the way out, I heard him mutter "I don't believe it!"

      I wonder how many other cases like this exist?

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    58. Re:Mozilla "innovation" reaches new low? by jedidiah · · Score: 1

      No, the way it "works" is that we are all individuals and not identical finite state automata. Different inputs will yield different results depending on the user.

      Some of us think that the Moz folx should be bitch slapped for this (me) while others will gladly make excuses.

      Trusting WinDOS to do the right thing is very bad policy.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    59. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      If you don't trust it, why the hell are you using WinDOS?

      Bet you don't have a good backup system in place either.

    60. Re:Mozilla "innovation" reaches new low? by Grrr · · Score: 1

      ...Compared, obviously enough, to "how it's done" by the market-leader.

      Not a big fan of autonomy, perhaps?

      <grrr>

    61. Re:Mozilla "innovation" reaches new low? by jesser · · Score: 1

      I don't see this as an open source vs. closed source issue. IE and Mozilla took the same approach to this kind of hole: assume that programs that register protocols aren't lying. I still think that's the right approach for protocols, even though Opera seems to be doing ok with the whitelist approach.

      --
      The shareholder is always right.
    62. Re:Mozilla "innovation" reaches new low? by Doctor+O · · Score: 1
      Eat Goetze [goetzecandy.com] -- Allen Zadr

      Completely offtopic, but I was really disappointed by not finding my sadly disappeared wide open friend there.

      Note to self: Insert into "100 Things That Make You Notice You're On Slashdot" list.

      --
      Who is General Failure and why is he reading my hard disk?
    63. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      WinDOS?

      You are a moron.

    64. Re:Mozilla "innovation" reaches new low? by Anonymous Coward · · Score: 0

      Who the heck is this "Mozilla team" you are insulting?

      I dunno, but they seem to be mentioned a lot on mozilla.org. In fact, it seems that this fictitious "Mozilla team" was responsible for releasing the fix to the shell: protocol handler exploit. I'm with you, though, there is no central team that is responsible for Mozilla, no matter what that silly mozilla.org site would want me to believe.

    65. Re:Mozilla "innovation" reaches new low? by syousef · · Score: 1

      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.

      This attitude is EXACTLY why end users will go for Windows until open source developers learn their less.

      Fix it yourself isn't good enough.

      RTFM isn't good enough, especially when TFM is unintelligible to the end user.

      The software must be simple to use, intuitive, and accessible to the end user who's purpose in using the software is not that they love learning about computers.

      You do not expect a driver to be a mechanic. You don't tell them to just change over the engine if their car is stuffed. All they'll know is how to keep the tire pressure and fluid levels in a car up. So why do intelligent Unix users expect an end user to understand software development and release procedures and to make changes given access to source ocde?

      --
      These posts express my own personal views, not those of my employer
    66. Re:Mozilla "innovation" reaches new low? by spectecjr · · Score: 1

      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.

      No, it's not Microsoft's vulnerability.

      Security is like an onion - the outer layers should protect the inner layers. As you go towards the inner layer, you get more and more functionality - and more and more privileged operations.

      Mozilla is the outer layer. It's providing uninhibited access to an inner-layer function.

      If Mozilla allowed you to delete files from a URI, would you be claiming that Moz shouldn't fix this because it's an OS problem? No.

      --
      Coming soon - pyrogyra
    67. Re:Mozilla "innovation" reaches new low? by syousef · · Score: 1

      Apologies for the typos.

      This attitude is EXACTLY why end users will go for Windows until open source developers learn their less.

      I meant lesson.

      And source ocde is obviously source code.

      --
      These posts express my own personal views, not those of my employer
    68. Re:Mozilla "innovation" reaches new low? by man_of_mr_e · · Score: 1

      Consider this:

      Apache does NOT have vastly more installs. It simply has vastly more hosts being serviced by it.

      There are actually far more Windows boxes serving web sites out there than Apache boxes, but most of the Windows boxes are single (or relatively few) sites, while there are far more large virtual hosted sites on Apache (mostly ISP's).

    69. Re:Mozilla "innovation" reaches new low? by man_of_mr_e · · Score: 1

      However, I stand by the word, pro-active, because there is a proactive approach now.

      Hmm.. perhaps you or I are not understanding the meaning of the word pro-active.

      Responding to a discovered flaw after the fact is not PRO-active. It's RE-active.

    70. Re:Mozilla "innovation" reaches new low? by Allen+Zadr · · Score: 1
      Security is like an onion
      Yeah, uh, I covered that in my last paragraph.
      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
    71. Re:Mozilla "innovation" reaches new low? by spectecjr · · Score: 1

      Yeah, uh, I covered that in my last paragraph.

      Which part of your last paragraph acknowledged that it wasn't in fact a Microsoft security vulnerability, but was in fact a privilege exposure hole in Mozilla?

      Oh right. You didn't say that in your last paragraph.

      Just because something is part of the Windows platform, doesn't mean that it's a security hole for it to be there. The end-of-the-line app which exposes the functionality is where the breach lies.

      --
      Coming soon - pyrogyra
    72. Re:Mozilla "innovation" reaches new low? by Requiem18th · · Score: 0
      Hopefully, in the future this sort of thing will be blocked, so that extentions only install when clicked-on.

      Yes... it should display a warning dialog asking if you really want to xpi something, along the origin address, also, there should be a checkbox for "refuse to install anything from this address"...

      --
      But... the future refused to change.
  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 thenextpresident · · Score: 1

      Okay, but if you actually read the article, these types of issues mentioned are ALREADY fixed.

      --
      Jason Lotito
    3. 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.
    4. 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?
    5. Re:the interesting thing by Anonymous Coward · · Score: 1, Insightful
      This isn't necessarily true. Just look at Apache for an example.

      Well, Apache is targeted -- just not successfully.

    6. Re:the interesting thing by Anonymous Coward · · Score: 0

      Considering the OS depends on Explorer for everything you don't just make a quick security change and release it. In one way this is Microsoft's downfall by integrating everything, but on the other hand it makes things work that *much* better together.

      For all we know one change like this could break word from communicating with IE or other applications on the system. It must be tested thoroughly. Mozilla on the other hand only needs to test it with itself and the plugins, if it even does that.

    7. Re:the interesting thing by Anonymous Coward · · Score: 0

      Will they start releasing binary patches, or will users have to download 8MB everytime something gets bumped 0.1?

    8. 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

    9. Re:the interesting thing by Anonymous Coward · · Score: 0

      You mean not as successfully. It might be hard to believe, but Apache does get hacked.

    10. Re:the interesting thing by Anonymous Coward · · Score: 0
      The parent wasn't making any conclusions about response time, only that it's an important issue.

      Oh, and I just crapped in your mouth.

    11. Re:the interesting thing by 16K+Ram+Pack · · Score: 1
      Well, the Mozilla team fixed in less than a week (I think).

      A similar fault has been reported with IE today. Let's see where Microsoft are by next Friday.

    12. Re:the interesting thing by Anonymous Coward · · Score: 0

      Wrong, the Mozilla team took two years to fix it (read loads of other comments saying the same thing and giving links).

    13. Re:the interesting thing by typobox43 · · Score: 1

      Firefox 0.9.2 has been released with this fix, however, their webpage doesn't seem to make that very clear.

    14. Re:the interesting thing by linuxci · · Score: 1

      Wrong. This was fixed quickly and then you had the option of a small patch or downloading the new release 1.7.1 for Mozilla 0.9.2 for Firefox

    15. Re:the interesting thing by Jagasian · · Score: 1

      apt-get update && apt-get upgrade -y

      Wow, do you mean that Linux is better at keeping installed software up to date? Who would have thought that Linux would be the first to develop comprehensive software management systems such as apt? Microsoft has left its user's out the in cold. They must rely on each individual application developer to implement their own update system. So what you have is 1000s of software developers reinventing the wheel.

    16. Re:the interesting thing by syrinx · · Score: 1

      Who would have thought that Linux would be the first to develop comprehensive software management systems such as apt?

      The first, eh? So, the FreeBSD package system doesn't count?

      --
      Quidquid latine dictum sit, altum sonatur.
    17. Re:the interesting thing by daviddennis · · Score: 1

      Okay; I went to the web site and clicked on the MacOS X download link, and it would appear that I'm downloading FireFox version 0.9.1.

      I don't think most users are sophisticated enough to understand patches, so I would argue that the fix isn't yet available in a form most consumers are going to take. If it's available thorugh the nightly builds, well, that's not where most people are going to look.

      Remember, just because you know about it and are active in Mozilla doesn't mean the mainstream world is. The mainstream world just looks at the download link and takes what's there.

      I think this is worth emphasizing because the open source world has an excellent opening to take mindshare away from Microsoft, and it would be a pity if it was lost just through a misunderstanding of how mainstream people think.

      I'm not defending how they think; I'm just explaining how the world outside our happy little community works. It's not going to change just because we think it should be different.

      D

  5. Did they need such answer ? by mirko · · Score: 0, Redundant

    Why do they justify themselves why they just brought an excellent fix within a tiny lapse of time ?

    --
    Trolling using another account since 2005.
    1. Re:Did they need such answer ? by Anonymous Coward · · Score: 0

      Compared to the time Krossoft needs to release an SP2... yes :)

  6. 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 Anonymous Coward · · Score: 0

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

    3. 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.
    4. Re:IE by Tony-A · · Score: 1

      So, truly the bug lies in Windows. Why this point isn't getting more press, I am not sure, but it really should.

      Same old same old.
      If this were the only such or the last such in Windows, it would get a lot more attention. It's too much like identifying viruses and worms in email just by the subject line. Mozilla is much more likely to close off a class of bugs rather than just catch a few individuals.

    5. Re:IE by SnowWolf2003 · · Score: 1
      So, truly the bug lies in Windows.
      eWeek had an interesting article discussing this argument. IE vs. Mozilla on the Shell Hole--Whose Bug Is It? with the relevant quote: "the argument is that Windows should prevent the shell scheme from executing programs, but this isn't a job for Windows"

      IMO this bug is in the applications that are allowing arbitrary execution of programs from the shell scheme and not in Windows.
  7. 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.
    1. Re:missiles by Anonymous Coward · · Score: 0

      Yeah, but it needs a lot of work on i18n before it's ready to be released as 1.0.

  8. 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.

    1. Re:Quickly by duffbeer703 · · Score: 1

      How big is the developer base really?

      My impression is that most of the real Mozilla work is done by ex-Netscape employees who feel particularly devoted to their project.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  9. 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.

  10. 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.

    1. Re:Targeting Flaws by Ari_Haviv · · Score: 0

      also note Windows 98 doesn't have the problem either

      --
      Join Team Mozilla #38050 Folding@home
    2. Re:Targeting Flaws by Anonymous Coward · · Score: 0
      I get the impression that a lot...[of] OSX folks are using them as well


      Speaking from personal experience with a mac, safari is visually superior to firefox. Add in the fact that it's Apple's Own, and you'll quickly see that the vast majority of OSX users will take Safari over firefox.

      Of course, this is all speculation, and I haven't tried any browsers except for firefox and safari, so there is a [miniscule] chance that I'm wrong.

      Not that any of this really affects your argument, but I thought I'd point it out.
    3. Re:Targeting Flaws by happyfrogcow · · Score: 1

      Yet everyone is so eager to jump on Mozilla for having a bug

      (i hate to say this after all my years of mocking MS with the same line) It was a feature, not a bug. It was designed, implemented correctly, and the user had the option to turn it off. A bug would have been the result of a programming error. It was a vulnerable feature, maybe we need a short word that describes such a thing, but bug is not appropriate in my opinion.

    4. Re:Targeting Flaws by Penguinshit · · Score: 1


      "Fug"? (Feature Bug)

      "VulTure"? (Vulnerable Feature)

  11. 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.

    1. Re:Mozilla turning into "Carbon Copy" of IE by fuzzix · · Score: 1
      If that's not good enough... just install the Internet Explorer skin for firefox.

      Excellent stuff! Makes it that bit easier to use firefox at work.
      Switched user agent and skin. Now to use a resource hacker to change the icon and we're there!
    2. Re:Mozilla turning into "Carbon Copy" of IE by the+unbeliever · · Score: 1

      You can change Firefox's default window icon to any icon you want, by following these steps:

      1. Go to the folder you installed Firefox in (e.g. C:\Program Files\Mozilla Firefox\) and then go to the subfolder chrome.
      2. While in chrome, create a new subfolder called icons, then go to that folder and create yet another subfolder called default. The full path to this folder could be C:\Program Files\Mozilla Firefox\chrome\icons\default\.
      3. Choose the icon you want to use (on Windows use .ico files, on Linux use .xpm files) and then place it in this folder and rename it to main-window.[ext], e.g. main-window.ico on Windows and main-window.xpm on Linux.

      from texturizer.net/firefox

  12. 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
    2. Re:OSS vs non-OSS by Anonymous Coward · · Score: 1, Interesting

      OSS is a double edge sword, yes it helps u see the code, but it also helps them. I want to exploit a bug, i just load up bugzilla.

      Never forget that.

    3. Re:OSS vs non-OSS by NutscrapeSucks · · Score: 1

      Two points about Apache/IIS:

      1) Apache is not "way more popular" than IIS, in fact it might be less popular. I know you are just mindless repeating what you've heard, but Netcraft doesn't say what you think it does. Either way, there's a hellava lot of both.

      2) Apache servers do get frequently exploited, in fact some surveys say more frequently than IIS. Either way, it shouldn't be a big bragging point - this isn't qmail.

      On topic: If you really want to demonstrate that Mozilla is better than IE, you'll have to do better than "arguably marginally better" like with Apache/IIS. To the end user, it's the same old patch cycle -- if Mozilla ends up having a new issue every month, people aren't going to percieve it to be any better than IE.

      I think if anything, the key is that Mozilla developers are finally being very proactive about this stuff. But that has almost nothing to do with "Open Source" - MS could have listened to people and implemented a lot of these things years ago.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    4. Re:OSS vs non-OSS by Tony-A · · Score: 1

      MS could have listened to people and implemented a lot of these things years ago.

      And didn't.

    5. Re:OSS vs non-OSS by spruce · · Score: 1

      Well I'd assume that a lot more people setting up Apache are going to know more about security than your average IIS admin, as opposed to an IIS admin that know's how to lock down the system.

      That, and the old MS approach of ship it with everything turned on (a policy they've reversed via Server 2003) didn't help things much.

      Not arguing, just making some points.

    6. Re:OSS vs non-OSS by ttyv0 · · Score: 1

      It's not a question of how fast Mozilla developers will patch the system. It's a question on how fast will the end user upgrade the software.

      My bet is that since there is windows update service for Mozilla, a _lot_ of vulnerable mozillas will still be out there.

      Mozilla probably needs a "nagging" service to remind people to upgrade if newer version of mozilla is available.

  13. 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.

    1. Re:Why should installing plugins be easy? by gnu-generation-one · · Score: 1

      "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?"

      Well, these security updates come as an XPI plugin that you install by clicking on a link...

  14. weee by Anonymous Coward · · Score: 0

    It's nice to see that mozilla is attracting a bigger crowd of users, but the developers should take this thred seriously.

  15. I wont loose loyaly though... by lostmagik · · Score: 0

    I am an avid FF user, and like a chain of events ever since the flaw was publicised I have been seen how FF cant handle certain web sites and find myself opening msie. I just feel so dumb. Still FF rules and we al know it. Its like they opened pandoras box!

  16. 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 Anonymous Coward · · Score: 0

      Calling a known-unsecure Windows function with unchecked and unfiltered data from the web is a bug in the calling program. They should not have waited for an actually exploitable situation before taking action.

    2. Re:It was a Windows flaw, not a Mozilla flaw by Anonymous Coward · · Score: 1, Interesting

      No, this was a Mozilla flaw. All OSes support custom URI handlers which will execute arbitrary applications. Said URIs are not expected to be necessarily safe.

      The Mozilla team recognized this fact two years ago and discussed white-listing URI protocols but it was never implemented until they were pushed by the publicity of this "vulnerability," which is not a sign of good security practice.

      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?

    3. Re:It was a Windows flaw, not a Mozilla flaw by julesh · · Score: 1

      None of Microsoft's documentation describes the function in question (actually a COM object, but the distinction is narrow) as 'unsecure' [sic]. So what source did you use to determine that it was such a problem?

      (Note: they were using the API for the _exact purpose_ for which it was intended)

    4. 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.
    5. Re:It was a Windows flaw, not a Mozilla flaw by iabervon · · Score: 1

      All OSes support custom URI handlers which will execute arbitrary applications. Said URIs are not expected to be necessarily safe.

      Why do they support this, then? It's not safe to use with untrusted URIs, but there aren't any programs that only get trusted URIs. It therefore should never be used without a bunch of code to check for unsafe schemes (which won't necessarily be sufficient if you can add new handlers later or if you get a new version of the OS). The operating system should provide an API for using URIs in a safe way. Maybe, as a secondary feature, it could provide another API for using URIs in a way that requires trusting the source of the URIs.

    6. Re:It was a Windows flaw, not a Mozilla flaw by Anonymous Coward · · Score: 0

      "The only 'flaw' in Mozilla was its failure to block the use of the shell: stuff on Windows (which the patch now does)."

      Yeh, that was the flaw right there. It's a flaw, and it's a bad one. Whats your point? Putting "only" before it don't mean its not bad.

    7. Re:It was a Windows flaw, not a Mozilla flaw by Anonymous Coward · · Score: 0

      The bug discussion started 2 years ago and it clearly shows that they knew this was a timebomb.

    8. Re:It was a Windows flaw, not a Mozilla flaw by Anonymous Coward · · Score: 0

      The flaw did not affect Linux users of FireFox. I have a remaster of Damn Small Linux with Mozilla Firefox 0.8, running on live CD, and don't see anyone getting into my system, at least not with the shell item addressed. Correct me if I am wrong.

    9. Re:It was a Windows flaw, not a Mozilla flaw by schon · · Score: 1

      No, it was a Windows flaw.

      The flaw exists in Windows, therefore it's a Windows flaw.

      If it was a Mozilla flaw, it would only exist in Mozilla. The fact that it affects IE, MS Office, and who knows what else means that it's not a flaw in Mozilla (by definition.)

  17. 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 jai0 · · Score: 1

      maybe the bug was let unfixed deliberately to show that WinXP/2000 is not _so_ secure, afterall?

    2. 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...

    3. Re:Just to clear some things up... by Anonymous Coward · · Score: 1, Interesting

      Funny story about XP:

      I have a relative that likes to spend $5,000 on a top of the line Dell system every few years, rather than use common sense in his browsing. I was staying at his house over the weekend, and I was amazed by how many things he had running in his systray.

      It's sad that people shell out the cash for 2GB of RAM only to squander it on running such "helpful" things as BOTH Norton and McAfee with all of their "useful" autoprotect features. Of course, he also had the Automatic Update thing running, MSN messenger that he doesn't use, and countless other things.

      I laughed when he managed to freeze it simply by trying to downloading something and burning a CD-R at the same time.

    4. 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.

    5. Re:Just to clear some things up... by radish · · Score: 1

      Errr....it is. A lot more secure. Perfect? No. An improvement? Oh yes.

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    6. 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.'"
    7. Re:Just to clear some things up... by Anonymous Coward · · Score: 0

      You realize there are technical qualities that make an OS called 'secure'. Basically, it has to have some type of access control for things such as files, devices, and other more exotic things. I believe Windows 2K on up has access control for at least 14 different items. Win9x has it for none. Do some research before you keep making an ass out of yourself. If you don't know a lot about a subject, you probably don't know what you're talking about, and people like me will laugh at you. Of course, I barely know what I'm talking about either.

    8. Re:Just to clear some things up... by Tony-A · · Score: 1

      Are you serious?

      A false sense of security is probably the worst security failure.
      If it looks unsafe, you take appropriate measures.
      If it looks safe, you get blindsided.

    9. Re:Just to clear some things up... by I+confirm+I'm+not+a · · Score: 1

      It's [WinNT] 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.)

      I hate Windows as much as the next geek, but I'm running XP on 128MB at work, and on 64MB at home. It ain't fun, but it's not that slow. And I certainly wouldn't consider moving to Win9x ;)

      --
      This is where the serious fun begins.
    10. Re:Just to clear some things up... by Erik+Fish · · Score: 1

      If someone has physical access to the computer then it might as well be that easy. Bypassing the XP login screen may be a bit more obscure but it still only keeps honest people honest.

      On the other hand, how many remote exploits are there for 98SE without IE, Outlook or a Media Player newer than 6.x on it?

    11. Re:Just to clear some things up... by HermanZA · · Score: 1
      It affects Windows ME as well.

      Try this on WinME:
      shell:windows\cleanmgr.exe

    12. Re:Just to clear some things up... by gnu-generation-one · · Score: 1

      "It has filesystem security and true protected memory. Whatever else you say about it, it is more secure than Win9x."

      But to maintain balance in the universe, they added Windows Messenger and turned it on by default. Still more secure than Win98?

    13. Re:Just to clear some things up... by drinkypoo · · Score: 1
      We have lots of systems [at work] with win2k in 128mb and it is fairly usable. With 64MB, it is far less so.

      Meanwhile, when I doubled my memory from 512MB to 1GB in my system at home, my boot time (with XP) was literally cut in half. That is one memory-hungry bastard.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    14. Re:Just to clear some things up... by vakuona · · Score: 1

      To be fair to XP, 98 was not exactly built for networking, so its network based vulnerabilities were rather lacking anyways.

      Still think there is not much help if someone can't login. I mean, I could get a livecd (careful there, they might just become illegal) and use that to get what I want from a PC and even change a few things, remove a file, put my own file, put a trojan.

      I think remote vulenrabilities are more likely to be stoppable, not local "have access to the machine type" vulenerabilities.

    15. Re:Just to clear some things up... by trewornan · · Score: 1

      Have you tried holding down control and alt and pressing the delete key twice?

    16. Re:Just to clear some things up... by Vlad_the_Inhaler · · Score: 1
      There you have one of the root causes of the problem.
      • They added all of these 'features' and turned them on. They added a firewall and LEFT IT OFF.
      • The other stupidity is to make normal accounts default to have Admin rights. One of the main things that makes the NT-2K-XP line more secure than the 9x-ME line is the difference between Admins and Users and Microsoft TURN THIS OFF AGAIN.
      Having said that, my PC at work runs NT and has to have Admin rights because one of the (essential) packages running there needs it. I have actually found a package to replace the essential one, but I inherited the PC and I can't write to many existing files (which were created using Admin rights) unless I have the rights as well. :-(
      Being a PC at work, I can't even have two logons because the whole thing is remotely administered so my one logon either has the rights or not.
      --
      Mielipiteet omiani - Opinions personal, facts suspect.
  18. 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 dewke · · Score: 1

      This is a good point. For the tech savvy user firefox is an easy choice, and easy to update. However, for the majority of people, who still don't update windows, how can they be expected to know to update firefox manually. Let alone know where to find it.

      --
      Oderint dum metuant
    2. Re:Autoupdate might be nice by Epistax · · Score: 1

      Someone could implement that through an extension, couldn't they? I didn't actually download 0.9.2 to fix it, I just installed an extension which fixes the vulnerability. Now if they could just run some extensions the moment you install them they'd be ahead of IE (no browser restart). I'll admit this would be minor but it's a real gain as far as the mental picture of the program.

    3. 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.
    4. Re:Autoupdate might be nice by hawkeyeMI · · Score: 1, Offtopic
      Sorry to be an ass, but please cut the use of M$. It just makes you look like you're 15 years old. I hate Microsoft as much as the next guy (haven't used windows on my machines for more than four years) but really, you just lose credibility when you write "M$", Micro$oft, Micro$hit, Winblowz, etc...

      Do the F/OSS movement a favor and represent us better to the world, please.

      --
      Error 404 - Sig Not Found
    5. Re:Autoupdate might be nice by molarmass192 · · Score: 1

      Well, I'd have an issue with an "auto update" in Mozilla. I build my browser with a few home brewed patches and optimizations for my system. Unless the "auto update" pulls down the patch source, applies it, and rebuild Moz, it would F-up my install. That said, on Windows, were the binary versions are very easy to assume, this wouldn't be a bad idea. On Linux, it should be the job of the distro, not the browser, to stay on top of things.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
    6. Re:Autoupdate might be nice by Anonymous Coward · · Score: 0

      Autoupdate will be required before Corporate adoption of Firefox.
      There are already solutions for installing Windows/IE patches, and Firefox should do better then the competition...

    7. Re:Autoupdate might be nice by drinkypoo · · Score: 1
      Ahh, another one of these people. Are you old enough to remember Compu$erve? Damn near everyone spelled that with a dollar sign substituted for an "s". Microsoft is ten times as evil, millions of times as powerful, and also charges far too much for far too little - just like Compuserve did, back in the day.

      In other words, using the dollar sign inside of the names of PITA companies is a time-honored tradition, and you look like you're 15 years old for not realizing this. Build a bridge, and get over it. Thank you, HTH, HAND, etc.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    8. Re:Autoupdate might be nice by Anonymous Coward · · Score: 1

      Time-honored tradition among immature and ignored internet flamers, maybe.

      Honestly, do you really want to read a board where everyone is saying "M$", "Crapple", "Linsux", etc while making their 'insightful' points?

    9. Re:Autoupdate might be nice by hawkeyeMI · · Score: 1

      I do in fact remember compuserve. That still doesn't make it respectable. I stand by my original assertion.

      --
      Error 404 - Sig Not Found
    10. Re:Autoupdate might be nice by drinkypoo · · Score: 0, Offtopic
      What passes for insightful around here would best be wiped out of one's crevice with a bit of toilet tissue. I don't think that slapping a dollar sign in there in any way compromises the integrity of this website - it hasn't got any.

      If you want to ignore me because I pop a "M$" into my comment, more power to ya. But why all the pissing and moaning about it? If you don't use it, it can't reflect poorly on you, and anyone who considers this a bastion of journalistic purity needs to piss off and die already.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    11. Re:Autoupdate might be nice by Anonymous Coward · · Score: 0

      Oh, the occassional "M$" or "Bluescreen" joke is OK. I just see a lot of people obviously going to a lot of trouble to make a point, only to come off like a mouth-foaming kook because they couldn't resist the cheap dig.

    12. Re:Autoupdate might be nice by Jagasian · · Score: 1

      Maybe these users should consider an OS that comes with a comprehensive software management system, such as apt, yum, etc.

    13. Re:Autoupdate might be nice by Mr+Guy · · Score: 1

      I reject your theory. I only recently saw Wolf Blitzer tell John Kerry he "needs to piss off and die already."

    14. Re:Autoupdate might be nice by sharkey · · Score: 1
      please cut the use of M$... you just lose credibility when you write "M$", Micro$oft, Micro$hit

      Well, since Micro$hit is right out, I propose we all straighten up, start using MicroShit and win back our credibility!

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    15. Re:Autoupdate might be nice by swillden · · Score: 1

      So patch it to turn off autoupdate.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    16. Re:Autoupdate might be nice by complete+loony · · Score: 1
      At the very least:
      - check a version specific url for security warnings.
      - if 200 OK returned, prompt user to display page, page would have instructions for downloading newer version.

      Then cue the spoofing / phishing attempts..

      --
      09F91102 no, 455FE104 nope, F190A1E8 uh-uh, 7A5F8A09 that's not it, C87294CE no. Ah! 452F6E403CDF10714E41DFAA257D313F.
    17. Re:Autoupdate might be nice by Anonymous Coward · · Score: 0

      In other words, using the dollar sign inside of the names of PITA companies is a time-honored tradition, and you look like you're 15 years old for not realizing this. Build a bridge, and get over it.

      Hell, I know that every time our college raised tuition or other fees that we replaced the S's in it's name with '$' symbols. (We really wanted to weld vertical bars on the entrance sign's S's, but that would've been one step too far.)

      (I *think* I got all of those apostrophes in the right spot... eh, screw it, I'm hitting the A/C checkbox.)

    18. Re:Autoupdate might be nice by molarmass192 · · Score: 1

      Even better, it could be a build option like SVG is right now. That way we wouldn't need a one off to patch it out. The only non-standard patch I use right now is with regards to the password cacheing for a few financial institutions I use.

      --

      Good people do not need laws to tell them to act responsibly, while bad people will find a way around the laws-Plato
  19. 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 happyfrogcow · · Score: 1

      that has yet to be determined. It will be interesting to see how it turns out though. we're sort of just on the upturn in mozilla products popularity, so we can't really be sure yet if exploits come with popularity. everyone speculates that it does, which is good for security because it drives the developers to show the world wrong.

    2. 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.

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

    I thought Mozilla WAS the response to malware.

    1. Re:my bad.... by SlowMovingTarget · · Score: 1

      Old CW: Ha ha! I use Mozilla as my browser!
      New CW: Ha ha! I use EMACS as my browser!

  21. 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.

    1. Re:Spoofing by Anonymous Coward · · Score: 0
      there's a plugin to 'fix' this:

      SpoofStick

      it puts the base URL up in BIG, colored, text in your toolbar.

    2. Re:Spoofing by Apathetic1 · · Score: 1

      They rolled it back to just allowing update.mozilla.org after this problem was pointed out in the comments.

      --

      My username does not make me Apathetic. It's irony, get it?

    3. Re:Spoofing by JimDabell · · Score: 1

      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.

      Users can believe whatever they want, it's the browser that pays attention to the whitelist. And if a site can spoof which domain it is coming from, that opens up loads of security holes, not just this one.

  22. 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 kryptkpr · · Score: 1

      Norton Internet Security is shit. As you found out, it doesn't really protect you against anything.

      I run Spybot S&D v1.3 with TeaTimer (aka Resident System Settings Protection) enabled. It watches the 235 places in windows things can make themselves auto-launch at startup, and a few important registry keys (such as the one where BHOs install themselves), and if anything so much as thinks about installing itself, you get a nice confirmation dialog.

      As an added bonus, it actively monitors for 1,161 blacklisted malware processes and terminates them instantly upon detection (subsequently popping up a dialog informing you of what it's done and allowing you to undo it).

      --
      DJ kRYPT's Free MP3s!
    2. 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.'"
    3. Re:Malware by kryptkpr · · Score: 1

      All good suggestions.. I also like Toolbarcop .. to see if anything snuck itself in. Great for cleaning systems infected to the tits with BHOs that Adaware/Spybot don't find (yes, these do exist).

      --
      DJ kRYPT's Free MP3s!
    4. Re:Malware by fikx · · Score: 1

      Don't forget it's not only the money they sell their souls for. I've heard the benefits and work envirnment at MS is pretty good too...

      --
      AB HOC POSSUM VIDERE DOMUM TUUM
    5. Re:Malware by interJ · · Score: 1

      Umm.. what does Mozilla have to do with the fact that you have spyware installed? It probably came bundled with some program you installed, or got installed when you used IE. Even before the whitelist approach discussed in this article, Mozilla would confirm with the user before installing anything, so it's highly doubtful that it was the source of the malware.

  23. 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 azaris · · Score: 1

      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.

      What else do you expect? 99% of companies have no developers to fix problems with code and even scouring websites for patches is too big of a liability. What you want is 24/7 phone support (with escalation to someone who isn't a waste of air), automated patching facilities and on-site support. This is where Red Hat and their ilk come in.

      OSS and enterprise support are not mutually exclusive, just because you'd rather not pay a dime and spend hours downloading and compiling patches doesn't mean corporations should choose the same route lest they be Microsoft sluts.

    2. 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.

    3. 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?
    4. Re:This will be the true test. by Anonymous Coward · · Score: 0

      But they can't blame MS, either.

      They ARE NOT looking for someone to blame, but for a reason that they cannot or should not be blamed.

      "But everyone buys MS" shows that there was good circumstantial evidence for the choice (however, if that is all your CIO went on, it means he's incompetent, but that is just IMO).

      "Well, I decided that Mozilla was more secure" means the CIO is stating that they investigated. He's now in the firing line....

    5. Re:This will be the true test. by Anonymous Coward · · Score: 0
      If Mozilla continually and expertly deals with these vulnerabilities...

      ...it will be seen as a flawed and buggy P.O.S.

      If Mozilla needs to continually and expertly deal with these vulnerabilities, what makes it any better than IE?
      .. oh no here it comes... tabbed browsing, doesn't runas local system, faster fix cycle, blah blah blah.

      As Mozilla or any other browser gains mainstream acceptance, the security problems will exist until the mainstream learns to stop clicking "OK" to every single plug-in prompt.

      However, the parent is absolutely correct about the business types. They need to be able to hang someone out to dry when the poop hits the fan. The "fix" is second on the list. Step #1 is to remove any personal accountability for what went wrong. It is a strange game, and I don't want to play anymore.

    6. Re:This will be the true test. by crawling_chaos · · Score: 1
      As long as someone else is fiscally responsible for their technology problems, their customers/shareholders are happy.

      Not to put too fine a point on it, but when has Microsoft ever taken fiscal responsibility for flaws in its software? Doesn't the EULA specifically exempt them from such liability? Who has successfully sued them for it?

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
    7. Re:This will be the true test. by Anonymous Coward · · Score: 0

      MS can and has been sued. The majority of the issues that slash dot trolls want to blame MS for are VIRUSES, and TROJANS, none of which MS write.

      Blame the gun...
      Blame the bullet...
      Blame the mfg of both...
      Don't blame the PERSON that used them for murder...

      Blame the people writing the malware, NO os is so secure that malware CAN'T be written for it

    8. Re:This will be the true test. by JimDabell · · Score: 1

      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.

      That's not true. It's all about managing business risks.

      Having software you rely upon fail is a business risk. To make sure that risk doesn't become a problem, "business types" need to look at various factors, such as how likely it is to occur, how disastrous the results could be, and what actions they can take in the event of failure.

      The damage that can be done from a security hole is pretty big. So you have to look at how likely it is to occur. Mozilla has show itself to be prone to less security holes than Internet Explorer by quite a wide margin. However, with any reasonably complex software, holes are bound to crop up from time to time, so you can't just say "Mozilla is more secure and that's the end of it".

      Instead, you need to look at what kind of action you can take when a security hole is found to mitigate the risk. With Internet Explorer, you have to wait for Microsoft to fix the hole, test the fix, and then deploy it. With Mozilla, the same applies, except you also have the option of fixing it yourself.

      Fixing it yourself is almost never the right option. Even if you have in-house developers on staff with experience in the relevent languages (which is very unlikely), they would almost certainly be completely unfamiliar with the Mozilla codebase. The chances of them opening up additional security holes or breaking important functionality when fixing the original security hole is a business risk in itself. So, generally speaking, most businesses will want to wait for the official Mozilla patch.

      So you need to look at which organisation is more reliable at getting patches out. Mozilla might be faster, but Microsoft should probably be considered more dependable. After all, they have millions of clients in exactly the same situation as you, and the Mozilla developers can simply walk away from it if it proves too tough to fix.

      So, comparing the business risks of using Internet Explorer and Mozilla really depends on which is more important to you - the dependability of being in the same boat as millions of others, or the speed at which Mozilla developers can get a patch out to you. It's got nothing to do with blame.

    9. Re:This will be the true test. by Archangel+Michael · · Score: 1
      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.


      If that were true, then businesses would be suing M$ left and right, and M$ would have to accept responsibility for their crapware.

      If that were true, then businesses would be suing the crapware developers who write the crap the brings windows to its knees.

      The idea of supported, verses non-supported is a red herring of Corporate Think. In my department, we support ONLY IE, dispite the overwhelming tech problems associated with it. The only reason given is that it is "Industry Standard".

      I have tried for years to get Mozilla as a default Browser and to get IE removed as supported software. However, the mentality is that the sheeple are too stupid to understand.

      The fact is, that may be true, but I work for a school district, and I keep raising the point that we need to EDUCATE the teachers and staff.

      The problem is, that teachers cannot be taught (as a group), as they think they are beyone the rest of us.

      The only thing I can do is remind people daily, why I refuse to use IE. With all the various exploits in Windows and IE, my job goal is that much easier.

      One of these days, it will hit someone that IE is the problem, that Windows IS the problem, that M$ IS the problem.

      I look forward to that day. It is my only hope.
      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    10. Re:This will be the true test. by jc42 · · Score: 1

      MS can and has been sued.

      Yeah, by the US Dept of Justice, among others. And, of course, MS won that one. ;-)

      Anyone have a list of lawsuits in which Microsoft actually lost and paid damages?

      This isn't intended as a troll. I don't think I've read of anyone actually getting money from Microsoft via the courts. It might be interesting to read of a few cases.

      There have been some cases close to that in which MS settled out of court. For example, their recent settlement with Opera. But Opera didn't actually win the settlement in court.

      In particular, has any mom-and-pop company ever sued Microsoft for damages and won in court? Can anyone name the cases? And did the companies actually receive the money?

      (That's money as in money, not discounts on purchases of MS products. ;-)

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    11. Re:This will be the true test. by vakuona · · Score: 1

      Rest assured companies such as Redhat have people on hand to fix problems with products which they ship. They have kernel hackers, desktop hackers and all in their organizations, just waiting for a chance to spring into action. They usually have fixes ready in hours when problems arise, and do undertake audits of the code they use in their business. Al ot of vulnerabilities have been found this way in the past. This is exactly what people pay Redhat to do.

  24. 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?"

    1. Re:Bad example by feilkin · · Score: 1

      Uh, that is not the responsibilty of the software authors. It's up to the user not to install stupid stuff. It's like blaming a gun for murder when it takes the shooter to pull the trigger. Until there is an obvious exploit that requires no action taken by the user, such as hidden spyware or such, I dont think the Mozilla team is responsible for users being stupid and installing malware plugins.

    2. Re:Bad example by thenextpresident · · Score: 1

      Malware/Spyware isn't anything other than software or a plugin for software. It's a program. So if a user wishes to install software, nothing the OS can do will fix that.

      Linux might be secure by design, but someone with software to install and root access can still install malware or spyware.

      However, as far as your question is concerned in how Mozilla will avert people from doing this, the answer is in the article. It's called a whitelist.

      --
      Jason Lotito
    3. Re:Bad example by Anonymous Coward · · Score: 0

      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?"

      How will my phone warn me when a scam artist calls me up and requests my credit card information?

    4. Re:Bad example by gpinzone · · Score: 1

      Your phone is so advanced that it allows other people to use your phone line just by ringing your phone and having you answer it?

    5. Re:Bad example by gpinzone · · Score: 1

      Could you imagine the whitelist needed for Internet Explorer? If Mozilla/Firefox became as popular as IE, the whitelist would soon be a hinderance, not a solution. Oh, and wait until some semi-spyware company sues to have their site put on the whitelist.

    6. Re:Bad example by slidester · · Score: 1

      And yet if it were IE we were talking about the zealots would be all over the Mikersoft's asses

  25. 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 sepluv · · Score: 1
      If people are that stupid then they deserve it (and really there is not much you can do to stop them). These are probably the same kind of people who would go right ahead if I told them "try formatting `c:'--it will really speed up your PC".

      There is a law of diminishing returns here: is it really worth writing millions of lines of bloated code into a piece of software for the few total idiots in the world? Especially, as it measn the program is slower and more difficult to use for poeple with a modicum of sense.

      Also, if someone went through all that then they would probably just as easy add add the WWW site to the new whitelist first as well.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    3. 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)

    4. Re:Misleading by Finuvir · · Score: 1

      Get rid of steps 1 and 2. Javascript ans software installation are on by default, are they not?

      --
      Why is anything anything?
    5. Re:Misleading by sepluv · · Score: 1

      What I am saying is that this bug (an install dilaog appearing without user's permission) was acording to Bugzilla fixed before the current bug fix. If the page has gone I cannot test it, but current browsers should not do this anymore.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    6. Re:Misleading by sepluv · · Score: 1

      JS certainly is. I think XPI is. I was just going to make that clear in a reply.

      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
    7. 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.

    8. Re:Misleading by Val314 · · Score: 1

      the current (nightly) doesnt, but it happened on FireFox 0.9.1 (tested it myself) and since 0.9.2 only fixed the shell: exploit it should be vulnerable too.

    9. Re:Misleading by sepluv · · Score: 1
      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.
      Not for me, but I was basing this on Firefox but I think it was the same in SeaMonkey. NB: 1.6 is quite old anyway. The latest milestone and RC versions (even before this fix) where 1.7.1 and 1.8a1.
      --
      Joe Llywelyn Griffith Blakesley
      [This post is in the public domain (copyright-free) unless otherwise stated]
  26. 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.
    1. Re:But who will upgrade? by blazerw11 · · Score: 1

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

      Firefox.

      --
      A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
    2. Re:But who will upgrade? by Anonymous Coward · · Score: 0

      Who will tell the children there is no Santa!

    3. Re:But who will upgrade? by Anonymous Coward · · Score: 0

      The people that didn't install updates for IE, won't install the updates for their brand new FireFox either.

      What updates for IE? It still hasn't been fixed.

    4. Re:But who will upgrade? by Kindaian · · Score: 1

      Well, i responded about 2/3 years ago by starting to use mozilla as my browser of preference in 90% of my web experience since mozilla .7 series...

      When mozilla .9 series arrived i started to use it to 99,9% of my web usage...

      IE didn't get my thrust from the start after beign "integrated" with windows...

  27. XPI? by Anonymous Coward · · Score: 0

    Why have "XPI" at all?

    My Opera seems to work just fine without any such exploitable technology.

  28. 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
    1. Re:How will they respond? by TrancePhreak · · Score: 1

      I guess that's better than your shell not knowing what anything is and being able to try and run anything as a program. For Example: in *nix download virus.gif and then run it.

      --

      -]Phreak Out[-
  29. Mozilla being OSS by nitrocloud · · Score: 1, Insightful

    Mozilla is Open-Source Software, therefore any exploits there may be, are easily discoverable, in this aspect, proprietary code would seem more invincible by default eh? OSS is more than just a team working on a project, it is a quest by those to search for better and more stable software. I ask you today, since that OSS relies on contributers of code to fix many bugs that may pass by developers, and therefore can we really blame Mozilla for the exploits in their code? Look at Microsoft for instance, when their code was proprietary, exploits were found with brute force, when the Windows 2000 source code leaked, a person made a BITMAP to exploit the core of the OS, tell me, which is worse?

    --
    Karma: Good, or bust!
    1. 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.

    2. Re:Mozilla being OSS by Tired_Blood · · Score: 1

      ... when the Windows 2000 source code leaked, a person made a BITMAP to exploit the core of the OS, tell me, which is worse?

      Although I agree that the bitmap exploit is worse, I think your statement is partially incorrect. You make it sound like the exploit was known only after the source was leaked. However, there's documentation to contradict that.

      Since the exploit was discovered (outside MS) over three years prior to the leak, your comment about brute force applies to this one as well.

      --
      This is not my sig.
    3. Re:Mozilla being OSS by nitrocloud · · Score: 0

      Yeah, now that I've read this, it seems that Microsoft has some SERIOUS security hazards, and Mozilla is not as much to blame for this as the Internet Explorer core in Windows. I do like OSS for 3 main reasons, Modularity, Evolution, and Security.

      --
      Karma: Good, or bust!
  30. K-Meleon - 1 line fix in 30 seconds by Skiron · · Score: 1

    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

    Who needs a 20Mb download, huh?

    Nick

    1. 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

    2. Re:K-Meleon - 1 line fix in 30 seconds by Skiron · · Score: 1

      Who needs a 20Mb download, huh?

      I was referring to M$ fixes here, not Moz

    3. Re:K-Meleon - 1 line fix in 30 seconds by juhaz · · Score: 1

      Ah, sorry.

      Though to be fair invidual IE fixes hardly are 20Mb downloads either, usually on the order of few hundred kilobytes

      I guess you could argue that service packs are large downloads but they patch much more than just IE...

  31. 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
  32. frequency by bwthomas · · Score: 1

    I think it's obvious that the (the article touches lightly touches on it) big advantage that Free software users will have over people
    using microsoft's software (and other proprietary software, for that matter) is the speed with which fixes occur. Release early, release often,
    remember? That applies to bugfixes and security patches too. I think that as soon as there is a semi-automated way to distribute fixes to people
    with less technical knowledge in a trusted and secure way, then Free Software will become very quickly a mainstream alternative to the noobs and
    grandmothers.

  33. 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.

  34. 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.

    1. Re:Run the patch by Ahnteis · · Score: 1

      No, it would be an automatic update that took place overnight without my intervention. (Assuming you have a basic ability to operate the control panel.)

      IE may not be my favorite, but let's not turn into liars just because of that.

  35. Re:uh by Anonymous Coward · · Score: 0

    www.homestarrunner.com ?

    requires flash.

  36. Mozilla already being targetted by Anonymous Coward · · Score: 1, Interesting

    They've got to stop websites from being able to push downloads without any user-intervention.

    I seeing increasing numbers of sites linking to this presumably dodgy site (which I'm not making a hyperlink, visit at your own risk)
    xxxtoolbar.com

    which automatically attempts to download some "netscape_toolbar.exe".

    Regardless of my settings on FireFox it seems I cannot prevent it popping up a download dialog for the file, thank godness AdBlock allows me to remove the site completely.

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

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

    --
    Join Team Mozilla #38050 Folding@home
  38. 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 RonnyJ · · Score: 1

      Regardless of how quick they fixed it, it is slightly concerning that they were expanding the whitelist from update.mozilla.org to mozilla.org without realising that this would let anyone to upload a malicious XPI to bugzilla.mozilla.org. Thankfully, someone noticed and pointed it out by posting a comment on the article.

    2. 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!

    3. Re:Now THAT is quick! by TrancePhreak · · Score: 1

      You have an incorrect view of closed source projects that are funded. Here one cannot simply release a patch at their whim, it must go through extensive testing. MS expecially tests their products with a large selection of programs because such a large amount of people rely on them.

      --

      -]Phreak Out[-
    4. Re:Now THAT is quick! by Anonymous Coward · · Score: 0

      dumbass.

      I dont know how many linux apps I've had to struggle to update and compile where the bastard devs didn't bother to deactivate their CVS system when it linked to broken code. Normally there isn't even a note on the website but the normal happy cheerful 'update often!' next to the link, sucking you in to destroy your setup.

      And why the hell can't this huge community of wonderful best friend devs happily working together for the better of mankind ever take 2 minutes to write a damn manual that doesnt fail to include half the critical steps required to get the application to function fully! ... or spend 2 minutes to make a simple interface so that a user doesnt have to write some dumbass undocumented command line code. Its a myth that an interface only holds you back, its nothing more than a huge community of lazy devs that won't take the time to do it right!

      Get off your high horse, you speak of a world that doesnt exist.

    5. Re:Now THAT is quick! by KamuZ · · Score: 1

      And you dare to say that when Internet Explorer is having new bugs/exploits every day?

      I don't care if they have an army of QA people, because it seems that they don't know how to do their job! bugs and ugs everywhere! and we of course, we can't have bug-free apps, but at least, not be so stupid or critical! because a developer from MS forgot to change something.

  39. 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 I+confirm+I'm+not+a · · Score: 1

      Whoa! If this was a Mozilla exploit, does that mean I have to patch my Linux version?

      Nope! It's a Windows-only exploit (if you can believe that - crazy, eh?)

      I believe that other apps are also affected - MS Word for example: /. article. Here's hoping MS fix Word as quickly as the Mozilla Foundation fixed Firefox ;)

      --
      This is where the serious fun begins.
    2. 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.
  40. great, re-enforce the myth. by dAzED1 · · Score: 1
    we've oft heard that the reason MS has so many security breaks is that its so prolific, and having more exposure causes it all the problems. Its not that linux/unix is better or more secure, say they, its that MS is more common.

    Hogwash. The reason there are NO viruses for unix is because of structural differences in the OS. Anyone with half a brain knows this. If malware is installed on a unix box, it is completely because of the actions of an admin.

    So when I read "that it is now big enough for malware" in regards to a solid project that has been around for years, and has had a wide userbase for quite some time, I'm a bit irked. I start to wonder when taco got his MCSE, and how much the microsoft advert $'s are getting to him. Call me cynical, but it's been big enough. Do not try to pass that horse crap. Secondly, the mozilla problem wasn't even a mozilla problem - mozilla was just running a MS product that had the problem.

    Not saying unix/linux/oss et al. is "bulletproof," that it has no security problems, or whatever. But lets not make erroneous casual remarks, ok? They only serve to confuse people.

    1. Re:great, re-enforce the myth. by ThePilgrim · · Score: 1

      No linux virii :)

      --
      Wouldn't it be nice if schools got all the money they wanted and the army had to hold jumble sales for guns
    2. Re:great, re-enforce the myth. by dAzED1 · · Score: 1
      if I write a fucking script that, when executed, does a "rm -rf /," is that a virus? No, its not.

      To "infect" yourself in unix, you have to be absolutely stupid. To do it in MS, all you have to do is open an email, browse a web page, or do any number of other simple things. If you don't understand the difference, then that's your problem not mine.

  41. 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.
    2. Re:No change for protocols... by argent · · Score: 1

      First... I'm a geek, not a writer. Of course you'd get someone with skills in that area to write the content... the fact remains that the browser should never automatically execute any third party code that hasn't been vetted by the author or explicitly allowed by the user.

      Second, 'dialog fatigue' is precisely why the dialog I suggested included the ability to whitelist or blacklist the protocol or helper application, either globally or on a per-site basis.

    3. Re:No change for protocols... by Tony-A · · Score: 1

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

      Right. Compilers should only give the unambiguous "Syntax Error" with no indication of what or where. Sheesh!

      Dialog fatigue. Just click yes, particularly when there is no clue as to what you are agreeing with.

      'Should $file.pdf be opened with the Adobe Acrobat plugin? [always] [always for this site] [just this once] [no] [never for this site] [never]'
      Jargon: "be opened with", "the Adobe Acrobat plugin", $file, depending on how temporaries are named. While the user is not expected to understand all the nuances, the fact that such things do have names and the user is allowed to see those names is totally opposite to the use of jargon to obfuscate meaning.

  42. 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?

  43. That's not what he said by Anonymous Coward · · Score: 0

    I think he means, for developers. the OSS community as a whole.

    I work for IBM. Unsupported things don't get fixed any slower than supported things. The only difference is that supported things that fail don't get blamed on the departments that run them.

  44. Running site-based code locally should be hard by swb · · Score: 1

    It's probably too late, historically speaking, to do this, but not only should plug-ins be complicated to install (requiring a seperate download-unpack-install-from-shell and not within browser), but getting site-provided code to run locally should be hard as well, *always* requiring an active acknowledgement generated by the browser (perhaps with an increasingly severe security warning depending on what functions the code contains) to begin execution of the code, along with a failsafe stop/start switch unscriptable by a site that the user could hit if they didn't like the results.

    If there were numerous obstacles to running site-provided code locally, then the end-user uptake would be very low, and if it was low, sites wouldn't be built that required it, and if sites didn't require it, people wouldn't have it installed in the first place -- creating a "good" catch-22 situation where browser exploits just wouldn't exist.

    But it's probably too late. People have assumed that the browser is a generic container for client-server applications and everyone expects to be able to run code locally, and the code they expect to run is the worst kind -- ActiveX controls with tentacles buried deep in the OS.

    1. Re:Running site-based code locally should be hard by NeoSkandranon · · Score: 1

      If there were numerous obstacles to running site-provided code locally, then the end-user uptake would be very low, and if it was low, sites wouldn't be built that required it, and if sites didn't require it, people wouldn't have it installed in the first place -- creating a "good" catch-22 situation where browser exploits just wouldn't exist.

      People would simply use a browser which made it easier to see all the widgets. Sounds familiar doesn't it?

      Granted if ALL browsers made it equally difficult, you'd be spot on, I think...

      --
      If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
    2. Re:Running site-based code locally should be hard by swb · · Score: 1

      Granted if ALL browsers made it equally difficult, you'd be spot on, I think...

      That was the idea...if browsers had been built to display and allow navigation of web sites, not as a framework for arbitrary client-server code, which is what they've become.

      Isn't the problem MS has with XP Sp2 not that it is technologically unsound per se, but that it makes it so much more difficult to run site-based code, and MS is seeing a bunch of resistance from large customers who have extensive systems built around easy-to-run code on the desktop via the browser which now break.

  45. all browsers are susceptible to malware by Anonymous Coward · · Score: 0

    It seems to me that any program that provides a framework to allow third-party extensions to hook in, could be exploited. The real problem is, and will continue to be, the vast majority of ordinary windows user running everything with administrative priviledges.

    What's to prevent a malware programmer from coding an extension that, while performing some legitimate task, is also a rudimentary keylogger?

  46. 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

    1. Re:Signing XPIs by Anonymous Coward · · Score: 0

      I agree, it would great if Firefox had an option to download and install only signed plugins. Even better would the creation of plugin repositories which only allows audited and signed code to be available to download.

  47. Now all we need to go along with that... by Mongoose+Disciple · · Score: 1

    ... is a Pope of safe web browsing counseling abstinence, who everyone loves but no one takes seriously.

    I'll volunteer. All I need is a Pope hat.

  48. Leave M$ alone. by Lochin+Rabbar · · Score: 1

    While I agree with your general point, (I've always found Winblowz particularly irritating), I have to disagree on the specific. M$ is a widely used and unambiguous abbreviation, the more correct MS has multiple meanings. So, unless the context makes it very clear M$ will do for me. Having said that I tend to use MS.

  49. Handling a full court press? by CaroKann · · Score: 1, Insightful

    It will be interesting to see how OSS developers handle a full court press by maleficent hackers. For all talk and criticism about Microsoft's security responses, I don't believe OSS has ever encountered the concentrated, unrelenting targeting Microsoft has to endure. Will OSS have the organization and time to endure what Microsoft has to endure?

    On another note...
    I wonder, at the rate we are going, with millions of full featured operation systems connecting to the internet, if all of these security issues will slowly make the internet useless. Perhaps it is time for a major paradigm change. Perhaps we should do away with idea of full featured operating systems existing on millions of PCs, and get back to the old mainframe idea, with users connecting to a central, secure OS/server using a dumb terminal. After all, a handful of servers are defendable. Millions of fully featured PCs will never be defendable, and will always be a threat to one another.

    The internet is fast enough that a rich, powerful GUI interface into such a remote OS/server is feasible. A company, such as Microsoft, IBM, etc., could sell access to a secure OS/Server. I think enough people have a robust internet connection to make this practical.

    1. 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.

  50. we kind of know... by dekeji · · Score: 1

    In this case, it appears that the Mozilla developers had known about the shell: exploit for a couple of years but, instead of protecting users from it, just decided it was Microsoft's problem and left it at that.

    Maybe that's better in some academic sense than people accidentally creating security holes they don't know about, but it isn't all that impressive either.

  51. 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: 1

      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.

      What kind of manky sites are you browsing?

      That doesn't happen to me.

      I do however have to ruotinely turn off those never-to-be-sufficiently-damned "friendly error messages" in IE whenever I have to help someone with a page they have problems with, because IE is being "helpful" and hiding the message that will let the user know what the actual problem is.

    2. Re:At the risk of being flamed... by InfinityWpi · · Score: 1

      Does mail.yahoo.com count as a manky site?

      Granted, I'm running on a 11.2 kbps connection... yes, you read that right... but still, IE handles it just fine, Firefox doesn't.

    3. 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);

    4. Re:At the risk of being flamed... by ashayh · · Score: 1

      Are you complaining about the dialog boxes thaw show up saying "Connection Refused" etc? Displaying an error web page instead of Dialog boxes is one of the biggest issues to be resolved in Mozilla/Firefox.

      If you're a developer/tester and have time, please help fix this.

      If you want to reload a page every now and then there is an Extension for it. Reload Every.

    5. Re:At the risk of being flamed... by WuphonsReach · · Score: 1

      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);


      Or in Mozilla 1.7 (and probably Firefox), just load up the "about:config" page in a new tab and change the value there. Changing the prefs.js file directly requires that Mozilla/Firefox be completely unloaded from memory (including quick launch if used). Thirty seconds is pretty low for a default timeout (should probably submit a RFE to get them to use 60 seconds instead).

      You may also want to change the following to true:

      browser.xul.error_pages.enabled

      Works similar to how IE gives you a "try again" screen.

      --
      Wolde you bothe eate your cake, and have your cake?
    6. Re:At the risk of being flamed... by WuphonsReach · · Score: 1

      Are you complaining about the dialog boxes thaw show up saying "Connection Refused" etc? Displaying an error web page instead of Dialog boxes is one of the biggest issues to be resolved in Mozilla/Firefox.

      You mean an error page like:

      browser.xul.error_pages.enabled = true

      (You can set that by entering "about:config" in your address bar, and then double-clicking on the entry's line.)

      Gives you an error message in the browser window instead of a pop-up dialog box, with the bonus that it saves the URL and allows you to retry the action.

      (If you're talking about getting that option turned on by default, nevermind... but give me a bug # so I can go vote for it.)

      --
      Wolde you bothe eate your cake, and have your cake?
  52. 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.

    2. Re:it's still partially Mozilla's responsibility by dekeji · · Score: 1

      But what do you do with links to external schemes? Whitelisting means the user has to jump through hoops to get new protocols working.

      And I think that is as it should be: new protocols shouldn't just sprout up overnight. When a new protocol is on its way to being standardized, then the next release of Mozilla can incorporate preliminary support for it. It can even be part of an automatic update.

      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.

      I think that would have been an acceptable solution from a security point of view, although, frankly, most users would probably choose "open with default application" anyway, since they are so used to it.

      In terms of web standards, however, I think that the user should have to "jump through hoops" to get new protocols working.

    3. Re:it's still partially Mozilla's responsibility by f0rt0r · · Score: 1

      We are not just talking about standard protocols here. We are talking about AOL adding an aim: protocol, eDonkey adding the edk: protocol, and bittorrent is considering torrent: protocol. These protocols are not under the control of any standards body, can be created at any time, and that is why browsers are designed to pass unknown protocols off to the OS for handling, because just because the browser does not know what to do with it, does not imply that the OS also does not.

      Perhaps a middle road ( that would take a year or two get standardized ) would be for the OS maintain a list of protocols it knows how to handle in a known location so that browsers can easily reference it before handing unknown protocols off to the OS.

      --
      I can't afford a sig!
  53. exactly by stealth.c · · Score: 1

    A vulnerability appears in IE or Outlook, and the Internet is swamped for MONTHS with exploits while MSFT twiddles their thumbs, or tries to make a patch that won't break the OS.

    In the world of Mozilla, people get pissed if it takes longer than a week.

    The problem of ignorant unpatched users still exists, but having people migrate to something that has a more diligent security team is definitely a step in the right direction. It even helps the IE users. Malware writers are wasting time on multiple browsers, now.

  54. Oh, c'mon! by Anonymous Coward · · Score: 0

    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.

    The score is now:
    Mozilla - 1
    IE - hundreds and still counting...

    I like those odds!

    1. Re:Oh, c'mon! by ZenJabba1 · · Score: 1

      Not only is it 1, but some office products can also be attacked the same way as "Mozilla" could have been, so strike this down as another against Microsoft.

      --
      `find / -name "*your_base*" -exec chown us:us {} \;`
  55. 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.

    1. Re:Ignorant developers by Allen+Zadr · · Score: 1
      I fully agree. In fact, even the presense of a "default white-list" is quite exploitable in my eyes.

      It would be much better, from my point of view, if - upon a web page embedded object - a dialog would pop-up (from Mozilla) in which the default action is always "no". Then that decision should be persistant until the browser is shut-off or until the user (through bookmark or typing) requests a new web server.

      --
      Kinetic stupidity has a new brand leader: Allen Zadr.
    2. Re:Ignorant developers by throbber · · Score: 1
      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.

      It doesn't really control other programs. A Window Manager controls the Windows on the current display.

      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).

      So does launching a program that is found in the current PATH count as doing something based on untrusted data?

      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.

      Speak for yourself! Every X11 application I run is executing on a machine remote from my X-Server --including the Window Manager. Often I'm running applications on 5 remote machines simultaneously. It is not a security risk ... or at least no more a risk than executing any piece of code in the first place. X11 has had security mechanisms in place to prevent nasty people playing with you X-Server for a very long time now. (I'm trying to figure out why an Airline Reservation System would be un-trust worthy, but maybe that's just my naivety show up)


      "Good" security is always a balance between safety and utility.

    3. Re:Ignorant developers by gr8_phk · · Score: 1
      "It doesn't really control other programs. A Window Manager controls the Windows on the current display."

      Ya, and there's that MS windows exploit where one program pastes arbitrary code into a textbox (via messages) on another windows and then executes it by sending a WM_TIMER event. No controlling the application, just the "windows".

      "So does launching a program that is found in the current PATH count as doing something based on untrusted data?"

      No, because your path should not include any directories that don't require root write access - hence it takes a very deliberate and concious act to put something there. So the apps are trusted, but they should not take parameters from the web. If they do, someone could pass nasty parameters (the rm command comes to mind - or something that can execute scripts). We assume commands are executed by the user and therefore trust them to execute. As long as we have this assumption, simple web links should not be allowed to pass parameters. Why you'd want sites to launch a program with no parameters is beyond me. No one complained that the Mozilla fix was to just disable it.

      "Every X11 application I run is executing on a machine remote from my X-Server"

      That's fine. You are running applications you trust on remote machines that you trust. My airline reservation system example was intended to show that you could do even more with X if not for its faults. I'm thinking you should be able to allow untrusted apps to run on your desktop (with explicit permission like clicking a link) sort of like JAVA. This means they should not have access to other "windows" on the display. They should not be able to do screen capture. They should not be able to "warp mouse pointer" to arbitrary locations or send events to other apps (sorry, other windows). I could be mistaken, but I don't think X provides a secure display sandbox. Until it does it will not live up to its full potential. This will obviously require window managers/destops to be special in some way so you can still drag and drop etc... Perhaps that's how it is and I just don't know it. Would you allow me to run a malicious program on my machine using your display? I didn't think so.

      "'Good' security is always a balance between safety and utility."

      Effective security is never a balance. Balance generally involves compromise. Compromising security is not something you want to do. Obviously the shell: thing was put into Mozilla on a whim without much thought given to utility or security - it has no utility if done securely. This is indicative of what I see as a growing trend in "community developed" software that I think needs to stop. Let me be clear, the whim thing needs to stop, not the community development :-)

  56. Not a 42h1292 by hb253 · · Score: 1

    This keyboard sucks. That would be:

    LET M$="Microsoft"

    --
    Self awareness - try it!
    1. Re:Not a 42h1292 by Anonymous Coward · · Score: 0

      Way to verbose.

      M$="Microsoft"

  57. the gauntlet has been thrown. by Anonymous Coward · · Score: 0

    my personal favorite: LookOut

    then there's: microsoftie

  58. 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.

    2. Re:NOT just a Windows/Mozilla problem by evilviper · · Score: 1
      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
      ...therefore all browser plugins must go.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:NOT just a Windows/Mozilla problem by argent · · Score: 1

      First, you're ignoring the fact that browser plugins are designed as web components. If they are insecure, it's because that particular implementation has a bug, not because it depends on the OS and the surrounding application for its security...

      Second, I would much prefer it if my browser asked me "do you want to use the Quicktime plugin" the first time I clicked on a link to a ".mov" file, or "do you want to use the Acrobat plugin" the first time I opened a ".pdf" file.

      What's the downside? Maybe three or four dialog boxes over several days after you upgrade your OS, and for poor support staff (like me) a few questions from users.

      What's the upside? Well, it seems like every time I run Acrobat it reinstalls its damn plugin in every browser on the system it can find, and I have to go and remove it over and over and over again... Quicktime in the browser window, sure, but Acrobat's too damn slow for me to put up with.

  59. Bullet-proof versus bullet-resistant. by Rai · · Score: 1


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


    I've always told people that Mozilla is much safer. Which it is by most people's standards, but I never imply that it is completely, impenetrably safe.

  60. proof of exploit = big malware target? by decepty · · Score: 1

    "...reminded the Slashdot faithful that Mozilla is not invincible and that it is now big enough for malware (virus and spyware) authors to target"

    So, by your logic, having security holes in the code of a product is indicative of being "big enough for malware authors to target"? From what I can recall it was a proof of exploit and not actual, functional malware. POEs get written all the time, remember the "OMFG Macs can get v1ruseZZZZ fr0m mp3z0rs!!!" spook a while ago? Yup, that was a POE too. Am I missing something or is the entire tech industry ass-backwards on their logic skills?

    --
    Be careful! Bears shouldn't consume large furry dogs.
  61. 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.
    1. Re:Call to Arms (or maybe just eyes) by Anonymous Coward · · Score: 0

      Of course the end product would be virtually useless, unable to do anything but MAYBE display text, would have no tools for adding functionality and usefulness to websites and would set back browsing by a good 10 years.

      yaaa! lets rub MS's nose in that! yaaaa!

      How about instead, we roundup all the bastards that spend their time vandalizing other people's products and assets and put a truck load of lead between their ears!

      You dumbasses must truly enjoy it when some prick paints graffiti on your building, smashes your windows, steals your car, since thats basicaly what you uphold as saintly in accepting hackers the way you do.

    2. Re:Call to Arms (or maybe just eyes) by evilviper · · Score: 1
      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.

      Wow! Where should I start?

      First off, OpenBSD is based off of NetBSD, not FreeBSD. Second, it's not like some project leaders decided to go build a secure system, DeRaadt just started his own NetBSD tree, made lots of changes, started squashing programming bugs, upgrading code to ANSI, and having other people help. Security wasn't even a significant goal until several version later.

      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've ever tried developing with Mozilla, you know it's a massive, tangled mass of code. It would be an order of magnitude quicker to write a browser from scratch (with security in mind) than to audit Mozilla's massive mess of code.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    3. Re:Call to Arms (or maybe just eyes) by MythoBeast · · Score: 1

      Ok, points taken. Everything has to start somewhere, though.

      Since you seem to be an expert on this, I'll ask the question: If you were to attempt to branch a browser to make a secure browser, which browser would you start with?

      I'd like to point out, however, that the Mozilla code base is as complicated as it is because it isn't a single entity. The job could be simplified by pinching off the entities and auditing them one at a time.

      I'm not saying that this isn't a monumental task. I'm saying that (a) the open source community could do it, and that (b) it would be worth the effort.

      Microsoft figured out early that whoever controls the portals to the internet will be able to control those who write content. Web authors already have to write standards non-compliant code just so that IE will display it properly. They push their horribly insecure ActiveX objects. If this continues, you will eventually need a Microsoft Web Authoring tool in order to create any content at all.

      I'd like to see their supremecy broken before it goes too far. Their biggest flaw is their lack of security. If you think Mozilla is a tangled mass of code, Microsoft's code bases are worse, and they have to PAY people to fix it.

      Microsoft obviously doesn't think they can afford to fix these things, or they don't think they can. The Opensource community has shown that it can do this type of thing. I'm suggesting that it does.

      Pick a better starting point if you want, but don't discard the idea because it would be difficult.

      --
      Wake up - the future is arriving faster than you think.
    4. Re:Call to Arms (or maybe just eyes) by evilviper · · Score: 1
      If you were to attempt to branch a browser to make a secure browser, which browser would you start with?

      To tell you the truth... none. There are decent browsers like Dillo which mainly just need a few more features, but most are GPL'd, which seriously limits adoption potential, so they're all ruled out.

      I believe that only leaves Mozilla and Links+ as candidates. Links wouldn't be easy to extend into a decent browser, and even Mozilla's core is large, slow, and complicated. Given the choices of Mozilla/Gecko and Links+, I'd say it would take less time, and be more secure (as well as faster, with a better interface) if I started from a blank screen and wrote a browser from scratch.

      I must admit I don't personally have the dedication to do it, but it would be easier than the monumental task of either auditing Mozilla, or extending a browser like Links into a full-fledged program people expect...

      Mozilla bugs me. They dumped the original code base, then started from scratch, only to develop something huge, bloated, messy, etc. I'm pretty convinced the Mozilla team in general can't get anything accomplished properly, including a massive code audit. Maybe it's time to start again from the ground floor? We've had one rewrite already, why not go for two? The only thing is, it needs to be done by just about anybody other than the Mozilla team, who have shown they can't do much of anything right.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
  62. Bit of hypocrisy? by Morpeth · · Score: 1
    It just kills me how fast so many people here are willing to d*mn and condemn MS's IE for their security flaws, but are so quick to rally and excuse/defend FF or Mozilla.

    Yes, IE has a lot of issues, but the day FF/Moz is 50/50 with IE (which is fine by me btw), you'll start seeing more of this.

    I do hope FF/Moz holds their own and proves more secure - but people shouldn't gloat about FF/Moz 'superiority' until it's really put to the test. IE has like 95% of the market and FF has comparatively little - and hence, little attention from malignant hackers and the like

    If people want to see FF/Moz thrive they should expose and rant at flaws with the same ferocity they do with IE.

    --

    'The unexamined life is not worth living' - Socrates
  63. Yes, one incident defines the entire approach. by khasim · · Score: 1

    And I have a feeling that no matter how proactive they are from now on, certain people will continue to remain focused on that single incident.

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

    Yes, that is correct.

    "The Mozilla team isn't proactive on security issues."

    You do not have support for that statement. The most you can claim is that they are not 100% proactive.

    It's easy to take the moral high ground in hindsight.

    Now, look at the flaws they have PROACTIVELY dealt with. No ActiveX crap. Which means no ActiveX security holes to deal with. That's proactive.

    But you don't see that. Mozilla can head off a HUNDRED security issues by choosing a more secure model, but non-existant flaws do not get reported.

    Count the number of holes in IE. Then count the number of holes in FireFox.

    FireFox has fewer and FireFox was designed with better security in mind. That is proactive.

    1. Re:Yes, one incident defines the entire approach. by Anonymous Coward · · Score: 0

      Not implementing features isn't being proactive. Implementing them, but doing so securely is. ActiveX is a feature. I suppose they could be proactive on security too by taking out all the javascript handling code.

  64. RE: Whitelist , What about hacking the Hosts file? by denis-The-menace · · Score: 1

    Let's says a Cracker uses an IE exploit to change the Hosts file to override the DNS lookup for Mozilla.org? This could be used to fool the WhiteList.

    Not likely, you say?
    The Cracker create a IE-Only accessible pr0n site to have Joe-user to launch IE just to see a nudy-pic.
    Then he creates a MOZ-only page to force Joe-user to switch again to MOZ to DL the XPI Cracker-ware.

    It might not be done as obvious as this but the possibility is there.

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
  65. Us? by Tony-A · · Score: 1

    Who is this "us" you speak of?

    Some of us are old farts, and some of us still use Microsoft Windows, and some of us get so infuriated that we have to do something. Slashdot does have a pro-Linux/BSD bias, but for Linux/BSD users there are presumably better resources. For us old Windows users, Slashdot is an essential resource.

    1. Re:Us? by Anonymous Coward · · Score: 0

      I guess he was talking about "the FOSS movement", not "slashdot", assuming its parent post was from an FOSS guy (which i don't know since it's below my thresold)

    2. Re:Us? by hawkeyeMI · · Score: 1
      Who is this "us" you speak of?
      Do the F/OSS movement a favor and represent us better to the world, please.

      That's a pretty low user ID. You must be an old fart! (just joking)

      Seriously, though, the 'us' in that sentence refers back to "the F/OSS movement" at the beginning.

      --
      Error 404 - Sig Not Found
    3. Re:Us? by Tony-A · · Score: 1

      Since this is Slashdot, the antecedent of "us" is Slashdot posters, some but not all of which are related to the F/OSS movement. Despite anyone's wishes, Slashdot is not "owned" by the F/OSS movement and any such attempt at tyranny by the minority will be resisted. Similarly it would be erroneous to assume that Slashdot postings are representative of any particular agenda. There's a large variety of opinions here, some of 'em even make sense.

    4. Re:Us? by hawkeyeMI · · Score: 1
      Oh, sorry. I forgot where I was.

      I'm replying to a guy who obviously doesn't like Microsoft, suggesting that it might not be best for his purposes (and mine) to act so immature in his anti-MS writing. How that implies that I'm speaking for all of Slashdot is beyond me. Someone please mod this whole thread OT already...

      --
      Error 404 - Sig Not Found
    5. Re:Us? by Tony-A · · Score: 1

      Phrased like that I agree completely.

  66. Should Be Done But... by EXTomar · · Score: 1

    It falls back to the classic problem found in modern computer systems where if you present the user a chance to hang themselves they will do it.

    Singing a plug-in just validates where it came from but never makes a gaurentee that the package does what it says it was designed to do (if it says anything at all!). You can sign malware and a user not realizing they shouldn't trust the source will happily click "Yes install!"

    Signing of installs should always be done but users can not read into the signature more than what it means: Soandso validated these binaries. Implying that a signature is security is dangerous.

  67. If she's old enough to pee... by cgsamurai · · Score: 0

    What I find funny, is the fact that the author speaks of the often-frowned-upon PROVEN FACT often touted by MSIE users:
    "it is now big enough for malware (virus and spyware) authors to target."

    Yep, there it is folks.
    The words MSIE users have been waiting to hear.

    The admission that SIZE MATTERS.

    Folks, myself included, have spoken things like:
    "Once a browser/os gets large enough to cause any real damage, or a possibility to damage, or a chance to make money, then the attacks will begin." .

    Begun this Clone War Has.

    Interesting OT note:
    Everytime I go to almost any /. page, I get bombarded with adware install alerts for mainly "Avenue A".
    Anyone else get this?
    I thought this was a non profit? ..so that begs the question, WTF are adware-serving banners even doing here?
    Extra cash for /. staff pizza parties?
    Your either .org or not.
    For a super anti-MS-ideology site you'd think you would be aware of that by now.

  68. A Modest Proposal by HiThere · · Score: 1

    This would be an OS specific solution, but...

    Why not have browsers run as a special user, with access limited by default to a special folder (and any sub-folders that it creates) within the home directory of the user invoking it?

    This would be analogous to running httpd as nobody, but a bit different. The user could be, say, the normal user name suffixed by ".net" (because it is for use on the net). (OK, so that's a bad joke. You get the idea.) And the logon shell should probably be set to false. (The browser user shouldn't have any home directory of it's own.)

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
    1. 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.
  69. I've seen a big improvement in Firefox... by Anonymous Coward · · Score: 0

    After doing an upgrade with Synaptic I now have a flaming fox icon on my Gnome toolbar instead of the pitchfork icon.

  70. Not just the time, the method. by khasim · · Score: 1

    I'll use anti-virus as an example. Instead of fixing the old macro-viruses (yes, I know they're fixed now, stfu) in Word and Excel, you had to keep your anti-virus signatures constantly updated. It took Microsoft a long, long time to deal with the root cause. Now that they have, macro viruses are few and far between.

    So far, I see Mozilla focusing on the root cause of the problems. This is FAR more effective as once you deal with one problem, you have dealt with all the similar problems.

  71. Spybot by mfh · · Score: 1

    Okay I just downloaded Spybot and ran it with Tea Timer. Guess what? Over 2500 malware objects found and now cleaned. That's *after* running Ad Aware and Norton Antivirus. Jeeeeesus. Thanks for pointing to that software package! :-) /me is grateful!!!

    --
    The dangers of knowledge trigger emotional distress in human beings.
  72. Re: Whitelist , What about hacking the Hosts file? by argent · · Score: 1

    If the black hat can change the hosts file he can already execute arbitrary local code, there's nothing to stop him from installing anything else he wants, so there's no point in worrying about whether he can elevate "local system" privilege to "local user" privilege. :)

  73. Ok, here's a news flash for you by Sycraft-fu · · Score: 1

    NOT EVERYONE IS A PROGRAMMER! In fact, MOST people are programmers. Most people use computers to do something else. They are secrataries, or bussinessmen, or musicians, or artists, or janitors, and so on. They lack the requisite skill to fix the problem. And don't get on the geek high horse of "Well everyone should be a programmer", that's a load of shit and you should know it. No matter how talented you think you are, I gaurentee I can find something you lack the requisite skills to do, and other things you lack the time or motivation to do.

    So look, if you want OSS to be considered as a new paradigm and a serious, better, alternitive to commercial software, then you'd better damn well advocate they act like it, and that means taking responsiblity for their projects and fixing bugs in a timely fashion.

    Now if you don't like that, it's fine. You can advocate that OSS is a toy for geeks, and you use it at your own risk. However, if that's the case, don't advocate it as a superior solution to the common man.

    Oh and PS: Someone did patch it, the Moz Team just ignored it.

  74. RE: ignorance by King_TJ · · Score: 1

    I'm not quite sure I agree. I mean, it's one thing to talk about someone using a computer as part of their job handling your money - but most spyware/virus/trojan horse threats are making victims of grandma and grandpa, just struggling to use their computer to email the grandkids, or the stay at home mom trying to scan in medical receipts to fax to her insurance company, or even the college student that's only a casual computer user - but just wanted to listen to some music and get some papers typed up and submitted to his/her professor via the net.

    Sure, "ignorance" can be pointed to as the reason they have problems - but it's rather elitist to simply act like it's all their fault for not choosing to invest tons of time in mastering the PC, instead of many other things they might be working on instead.

    The fact is, when the "home computer" first came out, it never really made any promises to the general public. It was available, and if it piqued your interest, you bought one, sat down and learned how it worked. Most folks passed on them.

    Nowdays, it's a huge industry, and you have everyone from Microsoft to Intel and AMD to your local retailers promising "ease of use" and hawking the fact that "you can't live without one!". If the products allow all of these virus infections and spyware threats to damage the computing experience - they're simply not living up to what they promised. I don't fault the users. An OS designed for the "masses" should be able to prevent malware from damaging things, even if the user clicks some pop-up trying to install a free piece of software.

    It's sort of like the "heuristic scanning" features in some anti-virus packages, but taken a step further. Make the OS intelligent enough to know when a program is trying to perform destructive activity and prevent it at the OS level. Assume the user isn't smart enough to "just know" which programs are good and which are bad.

  75. Your sig by pommiekiwifruit · · Score: 1

    I don't think you can claim copyright retroactively! It starts from the year of publication.

    1. Re:Your sig by ajs · · Score: 1

      You are correct about the copyright thing... I set that sig in 2003. I'll update it. Overall, it's just my attempt to bring recognition to the idea that with infinite copyright extensions, if you want to enrich the public domain, you have to explicitly claim, and then set an expiration on your copyrights.

  76. 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.

  77. Ignorance = bliss by Anonymous Coward · · Score: 0

    You are a moron.

    Welcome to moronville.

    Population: you.

    1. Re:Ignorance = bliss by Anonymous Coward · · Score: 0

      now there's a typical dumbass bastard linux response.

      the poster above is obviously one of those script kiddies who gets his kicks crusading against MS by attacking IIS sites.

      loose an arguement, switch to an insult, its the american way!

  78. Re:Open Sauce by Anonymous Coward · · Score: 0

    Of course it did, they had to because it points out the inconsistancies with some of their arguments. Whether or not it existed as an MS or Mozilla bug shouldn't be the issue, it should be what can we do to fix it now that it out. I realize that some of you will say that if it was OSS then it would never had happened, we can I join you in your Utopian world?

    I will say this though, I do agree MS needs to get their head out of their ass and try to correct what is wrong with the software they have instead of building newer versions that have even more problems.

  79. 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
    1. Re:Odd by KD5YPT · · Score: 1

      Unfortunately, not many software contains a Linux version. And face it, Windows is still the OS bundled with most computer, and it's a pain in the ass to remove (I don't want screw with mine, since they left out the disk and opt for saving a large portion MY harddrive for the boot up partition that contains Windows... DAMN!)

      --
      In US, you can easily buy enough major firearms to wipe out your neighbourhood but a few little fireworks are banned.
    2. Re:Odd by rjamestaylor · · Score: 1
      • And face it, Windows is still the OS bundled with most computer, and it's a pain in the ass to remove (I don't want screw with mine, since they left out the disk and opt for saving a large portion MY harddrive for the boot up partition that contains Windows... DAMN!)

      Spend a couple 10's and get a new hard drive for your laptop. Install Linux on it. Swap as needed. Easy.
      --
      -- @rjamestaylor on Ello
  80. firefox still safer by DuctTape4Windows · · Score: 1


    Hole/Bug/Virus/Worm/etc.etc.etc. score:
    Firefox: 1
    Internet Exploder: 3876234978561389456238946534298

    I'm not sure why internet exploder has so many more holes, but i think it might just be because more people use it and more people try to attack it. (i doubt that) but i still feel safer using firefox. The hole has more to do with the OS than it does the browser.

    oh well, i still prefer firefox

  81. 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

  82. MOzilla _does_ have automatic update. by Zen+Punk · · Score: 0

    At least in ver1.7 it does. Go to "preferences" console in Mozilla. In the Advanced tab, under softare installation, you can set Mozilla to check for updates weekly and alert you when there are new hotness fixes or versions.

    --
    Sleep is futile.
    1. Re:MOzilla _does_ have automatic update. by UnAmericanPunk · · Score: 1

      That's been there for awhile now, but it just checks for updates and prompts the user when there is a new update. I don't think it will automatically download updates on its own. Most users I know would just ignore the message that there are updates and probably get annoyed by the prompts (especially if prompted every month for a new release).

      --
      Question everything that you've accepted without thinking.
  83. Justification please by SpooForBrains · · Score: 1
    Firefox won't be immune to the legions of spammers, crackers, marketers and pornographers which have already begun to exploit it.


    I'd love to see your justification for that remark. Anyone, in fact, please, post a single piece of evidence corroborating what this poster has just remarked.
    --
    "The dew has clearly fallen with a particularly sickening thud this morning"
  84. ALERT by Anonymous Coward · · Score: 0

    ....known fucking MS fuckboy troll alert....

    1. Re:ALERT by Anonymous Coward · · Score: 0

      "....known fucking MS fuckboy troll alert...."

      Wouldn't I actually have to compliment Micrsoft to earn that title?

      *Yawn* whatever, killjoe.

    2. Re:ALERT by Anonymous Coward · · Score: 0

      Oh, wait, I realize what you're saying now. Sorry I called you an MS troll.

  85. Factor X by raidient · · Score: 0

    To get the full benefit of using Mozilla etc they should be run under Linux. Although it is kind of the developers to allow the users of other crippled OS's to try their offerings it is rather counter productive. You can't make a silk purse out of a sows ear.

    --
    My faith is expressed through Nihilism. Do you understand?
  86. This is stupid. by Moraelin · · Score: 1

    Ah yes, yet another case of "if my program is crap, then it's _your_ problem. You should drop whatever you're doing and spend your free time debugging my code." Are you naturally this stupid, or do you have to work hard at it?

    I don't know whatever gave you the idea that millions of people have nothing better to do than:

    1. Learn programming,

    2. Learn security,

    3. Examine every single bloody line of source code in every program on their computer,

    4. Roll their very own patched version of everything,

    5. Work on merging their very own patches into every single new version. Then repeat from point 3 anyway.

    You're proposing... what? That _everyone_ starts donating half their free time just to save you the bother of debugging your crap? That society as a whole starts spending billions of hours per year just in personalized patches for your bugs? Geesh. The mind boggles.

    Let me give you a better idea: OSS is not an excuse to write crappy code. Crap code is crap code, regardless of whether it's OSS or not. Insecure code is insecure code. That's it.

    Regardless of what the heck of a license it's under, a program is supposed to solve someone's problem. To _save_ them time, not to waste their time forcing everyone to review your code, patch it, and host their own fork that actually works.

    My time is too valuable for that crap.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  87. Oh please... by Moraelin · · Score: 1

    Here's another idea for you: using the shell is the _program's_ responsibility. Passing unchecked parameters from untrusted sources to the shell, is the _program's_ security failure. Not the OS's.

    It doesn't even have to do with Windows. The exact same issue existed on the server side, back in the days of web-sites with CGI programs in Perl. Not with a Windows shell, but with a Unix command-line shell.

    Every single incompetent's first reaction was to just execute another program, with some unchecked parameters off a form on the command line. E.g., launch a command-line mailer to send the registration confirmation. Just concatenate together a command line out of those parameters, then give it to the shell. (Launching other small utilities is the Unix way, after all. Right?)

    Guess what happened? People started noticing that you can do funny stuff to those web pages. E.g., include symbols like ">" or "<" in the input fields, and make it mail the list of names and passwords to you. (Yes, nowadays it's shaddowed. Mostly because of that exploit.) And/or turn it into a command line with more than one command.

    It's not even limitted to shells. The exact same exploit is still coded by incompetent monkeys every day, in dealing with an SQL database. Every burger-flipper-hired-as-a-developper just has to write something like the following. (It's usin Oracle, btw, hence the quirk about using '%' as a wildcard.)

    sqlCommand = "SELECT * FROM PRIVATE_DATA WHERE OWNER=" + userID + " AND SEARCH_FIELD LIKE '%" + userInputData + "%'"

    And they display those records on the web page.

    They check the userID all right. (Actually some idiots don't even check that.) But they don't check the userInputData, which comes straight from an input field on the web page.

    Then someone types "' OR '%'='" in the input field, without the quotes. Let's say their userID is 666. That select just became:

    SELECT * FROM PRIVATE_DATA WHERE OWNER=666 AND SEARCH_FIELD LIKE '%' OR '%'='%'

    Oops. It's an OR TRUE, and it selects every single record in that table. Regardless of owner. Congrats, it's an exploit. An attacker can see everyone else's private data.

    It's not Oracle's bug. It's a bug of the application which didn't bother checking or quoting that untrusted data.

    That's it. You simply pass untrusted and unchecked parameters to _any_ shell, you have a vulnerability. And it's _yours_. It's not the OS's, it's not the shell's. It's yours.

    --
    A polar bear is a cartesian bear after a coordinate transform.
  88. LINUX BASTARDS by Anonymous Coward · · Score: 0

    Now if only the scum that spend all their time attacking windows would switch to attacking linux with their hacks and viruses.

    Then the truth would be seen.

  89. OT: Spell checkers by scm · · Score: 1

    In high school I took a creative writing class and one story I wrote had reference to a character waving his tentacles around, but my spell checker had changed my attempt at "tentacles" to "testicles". Luckily, I caught the error before handing the story in while reading it in a earlier class.

    1. Re:OT: Spell checkers by AKAImBatman · · Score: 1

      In high school I took a creative writing class and one story I wrote had reference to a character waving his tentacles around, but my spell checker had changed my attempt at "tentacles" to "testicles".

      That's similar to a common warning from teachers about spell checkers. Spell checkers don't notice when you misspell "public library" as "pubic library".