Slashdot Mirror


New IE Bug Hides Real Site Address

Norman at Davis writes "ZDNet is running a story on a new security flaw in Microsoft's Internet Explorer which could let hackers use a technique to display a false Web address on a fake site according to an advisory from the Danish security company Secunia. The Danes report that 'the vulnerability is caused due to an input validation error, which can be exploited by including the "%01" URL encoded representation after the username and right before the "@" character in an URL.' PC World reports that 'Microsoft says it is investigating reports of the vulnerability. When that inquiry is complete, the company will take whatever steps it deems necessary, such as issuing a new patch, a spokesperson says.' And for good measure, here's what Google news is covering on it right now."

683 comments

  1. This bodes ill by panxerox · · Score: 5, Insightful

    for paypal where there are so many redirect scams.

    --
    "It's so convenient to have a system where everyone is a criminal" - A. Hitler
    1. Re:This bodes ill by glpierce · · Score: 5, Funny

      ...and Slashdot, where there are so many people trying to get you to look at goatse

      --
      G
    2. Re:This bodes ill by GaelenBurns · · Score: 2, Funny

      As if anyone actually *trusts* their DNS server. HA!

    3. Re:This bodes ill by doon · · Score: 4, Insightful

      Like the avg user that falls for the paypal scam knows what a dns server is. Most people believe/trust everything they read in e-mail as long as the "from" address looks right or it looks official. This one might be rough since it might catch the "smarter" users that at least look at the address bar. Hopefully they will realize that it isn't under ssl, and there is now cert, so that they shouldn't do anything, but I am not holding my breath.

      --
      To E-mail me, replace the first period in my domain with an @
    4. Re:This bodes ill by Bobulusman · · Score: 4, Informative

      Actually, although someone will probably prove me wrong, you couldn't do this with a slashdot link. You have to use the unescape command, and I don't see a way to do that with the allowed HTML.

      I'm sure it's main 'use' will be HTML e-mails which lead consumers to fake ebay and paypal sites.

      --
      Cogito ergo sum in Slashdot.
    5. Re:This bodes ill by metlin · · Score: 4, Informative

      You're correct.

      I even tried various combinations, including a javascript: in the href tag and it did not work -

      <a href="javascript:location.href=unescape('http://ww w.microsoft.com%01@zapthedingbat.com/security/ex01 /vun2.htm')">test</a>

      Not as bad as it could be. Atleast not yet.

    6. Re:This bodes ill by rifter · · Score: 5, Insightful

      for paypal where there are so many redirect scams.

      You're telling me, buddy. Unfortunately Microsoft is not aware that this occurs at all, ever. This is a good example of how unaware they are in general. Meanwhile...

      Microsoft did not set a timetable for its investigation, but said it may eventually release a patch to address the problem. Meanwhile, the company recommended that people follow basic security procedures, including the use of firewalls, software updates and antivirus software.

      So I should use firewalls and antivirus software. Riiiight. Doesn't address this vulnerability in the slightest. How about I don't use MS software for business-critical financial transactions. Especially since they "may" release a patch. Someday. Like they did for the 1001 other vulnerabilities they did not wnat reported.

      Microsoft faulted security mavens for publicizing the flaw, implying that they hadn't given Microsoft sufficient time to craft a patch.

      "Microsoft is concerned that this new report of a vulnerability in Internet Explorer was not disclosed responsibly, potentially putting computer users at risk," the statement reads. "We believe the commonly accepted practice of reporting vulnerabilities directly to a vendor serves everyone's best interests, by helping to ensure that customers receive comprehensive, high-quality patches for security vulnerabilities with no exposure to malicious attackers while the patch is being developed."

      So customers should not be warned that they might be fooled into giving their money to thieves/terrorists because it might embarrass Microsoft. That is irresponsible in itself. Besides Microsoft does not fix vulnerabilities unless they are widely publicized enough that CNN is reporting them and CEOs understand them. Again the only responsible thing to do is to advocate Mozilla for financial transactions.

    7. Re:This bodes ill by RLW · · Score: 1, Funny

      I do. My company's DNS server is great.
      It's a Windows XP server and it works almost everyday. Because it's not up all the time means my staff gets more done because they're not surfing the web on those 'off' days. Also because it's actually off more than on it must be more resistant to viruses: after all one cannot infect a machine that's not running! Oh, I'm happy with my DNS server.
      Hang on, I just need to submit this bid before it closes.
      There I now have a brand new in the box Lamborghini for only $258.79: this eBay stuff is great.
      I feel sorry for you guys out there that don't run Windows servers.

    8. Re:This bodes ill by Anonymous Coward · · Score: 0

      Or even this one? (Get it right, Robbie)

    9. Re:This bodes ill by PyromanFO · · Score: 2, Funny

      Man and people say Slashdot users don't have a sense of humor .... oh wait.

    10. Re:This bodes ill by _xeno_ · · Score: 1
      I just tested this. You can't do this in a Slashdot link anyway, but you don't need JavaScript to exploit the bug - plain old HTML will do, as long as you find an editor that allows you to enter non-character bytes.

      However, as a protection from slashdot.org@goatse.cx links, Slashdot removes the text before the "@" symbol in HTTP links so I can't post a demo-link in a post. (Unless someone has an exploit for that feature... :))

      --
      You are in a maze of twisty little relative jumps, all alike.
    11. Re:This bodes ill by CowboyMeal · · Score: 1

      My previous post has a link to an exploit and results of it in multiple browsers.

      --
      Your credit card information wants to be free.
    12. Re:This bodes ill by Anonymous Coward · · Score: 0
      Moderation: Funny=4, Overrated=4 Funny mods don't give karma, overrated takes away karma. Net karma change: -4

      Unfortunately of the two, you're not funny.

    13. Re:This bodes ill by Horny+Smurf · · Score: 0
      Slashdot has disallowed javascript hrefs for about 3 years now. I remember the day the exploit was discovered - it was used to load porn pics in slashdot when you onmouseover'd a link.


      Pretty neat stuff. the slashdot gang modded the posts down to -5, then eventually deleted them.

    14. Re:This bodes ill by essreenim · · Score: 2, Funny

      yeah.. Click Here to Perform Test!

    15. Re:This bodes ill by Anonymous Coward · · Score: 1, Funny

      No this bodes ill for IE users. Intelligent people should be OK. Think of it as Darwinianism in action.

    16. Re:This bodes ill by Andrew+Hutchinson · · Score: 1

      You're right.. I can't get it to work with anything other than the unescape function in Javascript. So this kind of rules out HTML emails, as virtually all email clients ignore Javascript as a security precaution.

    17. Re:This bodes ill by metlin · · Score: 1

      Actually it did not work even otherwise. The use of the noescape in combination with the javascript: tag in itself did not work.

    18. Re:This bodes ill by MarkGriz · · Score: 2, Insightful

      If you read slashdot regularly and *still* use IE, you've got bigger problems than the occasional redirect to Mr. Goatse. How it is that any informed, intelligent person still uses that POS software is beyond me.

      Go ahead and mod me flamebait if you must. I've got karma to burn. Besides, what good is all that karma if you can't share it. Merry Christmas.

      --
      Beauty is in the eye of the beerholder.
    19. Re:This bodes ill by Anonymous Coward · · Score: 0
      Though, you can do it with a simple redirect.

      For instance, this should show the demo page, and in IE, the address bar will be incorrect, using TinyURL

    20. Re:This bodes ill by Anonymous Coward · · Score: 0

      What if an IE user loses money because of this problem? If Microsoft knowingly allows this flaw to exist, aren't they accountable in some way, EULA or not?

    21. Re:This bodes ill by glpierce · · Score: 2, Informative

      Someone using a workstation at an office or computer lab doesn't usually have control over which applications they can use. Not only are installations, etc. restricted, but even if they weren't, it wouldn't be very intelligent to install new software every single time you want to spend 2 minutes on the web, considering the difference isn't huge over small periods of time (tabbed browsing is great, but you can surf the web without it).

      --
      G
    22. Re:This bodes ill by Anonymous Coward · · Score: 0

      Hah, you're wrong. The ASCII 0x01 can be encoded into the URL without the need to have the victims machine run any sort of Javascript. I've done just that on a demo page I set up for myself.

    23. Re:This bodes ill by Anonymous Coward · · Score: 0

      worst attempt at anti-microsoft humour all week. i hope you are moderated into oblivion

    24. Re:This bodes ill by ncc74656 · · Score: 1
      You're right.. I can't get it to work with anything other than the unescape function in Javascript. So this kind of rules out HTML emails, as virtually all email clients ignore Javascript as a security precaution.

      The character before the @ really needs to be a NUL (0x00), not 0x01...makes sense when you consider that most C string-handling functions treat NUL as end-of-string. Try this...in IE, the status bar says Microsoft, but the link goes to my website instead. If you view the source, you'll see <a href="http://www.microsoft.com%00@alfter.us/"> in it.

      Hmm...come to think of it, Mozilla exhibits the same behavior. The difference I see between them is that after you click through, IE shows the URL as http://alfter.us/, while Mozilla shows it as http://www.microsoft.com%00@alfter.us/.

      --
      20 January 2017: the End of an Error.
    25. Re:This bodes ill by NanoGator · · Score: 1

      " How it is that any informed, intelligent person still uses that POS software is beyond me."

      Because that POS hasn't been caught up with in terms of page compatibility yet. Both Opera and Mozilla are near that point, but they haven't reached it yet. Still haven't been able to delete that little e icon off of my Quicklaunc bar yet.

      I think your perception of IE is a little cartoony.

      --
      "Derp de derp."
    26. Re:This bodes ill by janiz · · Score: 2, Funny

      umm, where do you want to go today?

    27. Re:This bodes ill by Anonymous Coward · · Score: 0

      I use IE because Firebird is still too buggy for my taste. It feels like beta software- which, after all, it is. Even if you update it every day, it's always a lottery when it comes to what will work and what doesn't this time through. With IE, you always know exactly what doesn't work. :oP

    28. Re:This bodes ill by NanoGator · · Score: 0

      "You're telling me, buddy. Unfortunately Microsoft is not aware that this occurs at all, ever. This is a good example of how unaware they are in general. Meanwhile..."

      Meanwhile, Mozilla FireBird .7 is vulnerable as well.

      "Again the only responsible thing to do is to advocate Mozilla for financial transactions."

      Have you tried this exploit in Mozilla? It isn't fixed at all if the domain name that shows up in the beginning of the URL != the domain name you land on.

      Man, some of you Mozilla zealots are so interested in giving Microsoft a black eye that you're stupid to the fact that Mozilla has problems too. It's a big race to prove it's not a problem. "Oh yeah, it still shows the domain it landed on later in the address, so it's not a problem!"

      --
      "Derp de derp."
    29. Re:This bodes ill by Phragmen-Lindelof · · Score: 1

      I completely agree with your comment. If you are forced to use a "standard" set of applications, at a minimum you should complain. (I had to use CDE on a SUN workstation in Leipzig last summer and I complained about that. They put in an Ethernet connection outside the firewall so their SUN junk could be avoided.) I am not an expert on IE, but I am happy with Konqueror; I cannot imagine that the advantages of IE are worth the various disadvantages.

    30. Re:This bodes ill by Bobulusman · · Score: 1

      But, the www.ssai.us/ievuln.html example isn't correct because when you go to the fake microsoft site, it shows the real address, not the fake one at the top... It's only in the status bar that is shows the fake address.

      --
      Cogito ergo sum in Slashdot.
    31. Re:This bodes ill by Igmuth · · Score: 1

      Umm.. You do realize that the being able to have text before the domain name is actually part of the http standard? That is part before the @ is the username/password.

      Now, that being said Firebird .7 for Windows is vulnerable inso far as it displays just the username in the status bar.

    32. Re:This bodes ill by NanoGator · · Score: 1

      "Umm.. You do realize that the being able to have text before the domain name is actually part of the http standard? That is part before the @ is the username/password."

      Yes. It's still an exploit. At least Opera throws up a warning.

      --
      "Derp de derp."
    33. Re:This bodes ill by John+Hurliman · · Score: 1

      I must be the only person running a vulnerable version, but this vulnerability is affecting my Firebird 0.7 (win32). It shows the http://www.microsoft.com in the status bar, then goes to the other website. Has anyone tested this on other things like AIM?

    34. Re:This bodes ill by JPDeckers · · Score: 1
      Ok, combining both exploits makes me really nervous:

      http://www.jpcache.com/paypal1.html.

      Link shows www.paypal.com
      Navbar shows www.paypal.com
      Reload shows still www.paypal.com

      And it really isn't www.paypal.com....

    35. Re:This bodes ill by skookum · · Score: 1
      Exactly. Here's a quick recipe for anyone that doesn't see why this matters:
      1. Register the "ebay-.com" domain or really anything remotely plausible, to thwart those that hover over the link to see where it goes.

      2. Download/Mirror the exact ebay home page/login page on this domain that you control.

      3. Write a script that accepts the user's login credentials and then forwards the request to the real ebay login page.

      4. Spam millions with a professional looking mail that purports to be from ebay that says something like "Please log into ebay soon otherwise your account will be deleted for inactivity" or "We've made changes to our user options, please login and set your preferences." Include a link to your fake domain that uses this trick to make it look like it's ebay.com in the browser's address bar.

      5. Do whatever you want with your new pile of logins/passwords.
      This is devilish because it's plausible that ebay would ask you to log into their site to update something, and with this vuln you can make it seem to the user that that's exactly what they're doing. They wouldn't even know since the login would in fact succeed and they'd be transferred to their actual ebay user page if you did the redirect properly.

      Subsitute "paypal" or "Bank of America" (etc.) for "ebay" and repeat.
    36. Re:This bodes ill by Anonymous Coward · · Score: 0

      <A
      onclick="location.href=unescape('http://www.mi crosoft.com%01@www.linux.org');return false;"
      href="http://www.microsoft.com/">test</A>

      Will work however. (But not on slashdot)

    37. Re:This bodes ill by ncc74656 · · Score: 1
      But, the www.ssai.us/ievuln.html example isn't correct because when you go to the fake microsoft site, it shows the real address, not the fake one at the top... It's only in the status bar that is shows the fake address.

      I didn't catch that that was part of the problem...and now that I understand that part of it, it would appear that Mozilla isn't vulnerable to it (I have some posts further down that say it is, based on what I figured out earlier).

      For a chuckle, go back here (it's changed now), click through, and see where you go. (No, it's not goatse.cx, tubgirl, or one of those other gross-out sites.)

      --
      20 January 2017: the End of an Error.
    38. Re:This bodes ill by Anonymous Coward · · Score: 0

      I remember that too, it was excellent. Really that long ago though?

      Yeah one of the better ones I did was a bit of javascript that changed all the links in the document (ie. the a hrefs) to point to goatse. People kept getting accused of posting to stealth goatse sites when it was actually insidious javascript changing it! Heh heh

    39. Re:This bodes ill by Chester+K · · Score: 1

      for paypal where there are so many redirect scams.

      Not really. Paypal tells its users to check the address bar for https://www.paypal.com ... not just http:.

      For someone to spoof the https:, they'd need a secure site and valid VeriSign/Thawte/etc certificate of their own, which makes it trivial to track them down -- otherwise the user will get IE's bad certificate security warning dialog box.

      --

      NO CARRIER
    40. Re:This bodes ill by metlin · · Score: 1

      That is cool!

      But I noticed something funny - when I right click and open the example you had given in a new window, the actual Microsoft.com website is loaded.

      However, when I shift + click or shift + enter the link, it opens it in the same page and the exploit is seen in action.

      Any idea why?

    41. Re:This bodes ill by sg3235 · · Score: 1

      Yes. It's still an exploit. At least Opera throws up a warning. Can you explain to me how following the standard is an exploit? I think it's great that Opera has a warning, but Mozilla shows exactly the URL that you clicked on in the location bar. What is it that you think they should do?

    42. Re:This bodes ill by Anonymous Coward · · Score: 0

      The problem at its core is obviously Microsoft Windows. Fuck 'em, I say. Let Windows users surf AOL and get phished and phisted and everything else.

    43. Re:This bodes ill by JW+Troll · · Score: 0

      yeah right. i tried it too, but as this post tells all you illiterate morons too lazy to read prior posts, the new Internet Explorer 6SP1 isn't even vulnerable. Whoever posted this story sure tried hard, though..

      --
      just like the humble blood clot... turboporsche@telus.net
    44. Re:This bodes ill by ironygranny · · Score: 1
      Think of it as Darwinianism in action.

      W., is that you?

    45. Re:This bodes ill by jkmiecik · · Score: 1

      We use what we like. Pardon us for not being open-source zealots like you most likely are. We use the programs that we like.

      Mod me troll, I'm an MS fan! Oh, and I don't have "karma to burn". I could also care less.

    46. Re:This bodes ill by NanoGator · · Score: 1

      The simple approach is to disallow those types of URLs until somebody specifically turns them on.

      You can probably tell that I'm a little irked by this. My gf has a friend that nearly got suckered by the "you need to re-enter your paypal password" scam in email. She told her friend to look at the link and make sure it says "paypal.com" at the beginning. This is a fairly common piece of advice, I've heard it many times before from many places. Unfortunately, this little 'feature' defeats that handy dandy piece of advice. You or I might be able to spot a phony address, but there are many many many people out there who have no clue about how it all works.

      Anything the browser does that gets in the way and says "you know, you really may not be aware of what this URL does..." is helpful. Personally, I wish anomolies like this would show up in a different color. HTTP would be one color like blue (whereas FTP might be green or red), if there's an @ symbol, make everything behind it bold. Take the domain name and highlight it somehow, either by color or by italics, or something like that. Yet another solution would be to do like Slashdot does, put the domain name by a link. Etc.

      Sorry I got huffy earlier. Not having the greatest day. :)

      --
      "Derp de derp."
    47. Re:This bodes ill by BlitzPig_Sal · · Score: 1

      Ahh, but the beauty of the scam is that your look-alike page can tell the users to make sure that http://www.paypal.com is showing in the Address bar and reassure them that if it is, then the site is legit.

    48. Re:This bodes ill by Goldberg's+Pants · · Score: 1

      Fucking bastards. I submitted this story 2 days ago and it was ignored.

      Fuck Slashdot.

    49. Re:This bodes ill by LittleBigLui · · Score: 1
      When the beast arrives he will come in the form of a corporation...


      And there appeared another wonder in heaven; and behold a great corporation, having seven CEOs and ten Lawyers, and seven Patents upon his CEOs. (Revelation 012:003)
      --
      Free as in mason.
    50. Re:This bodes ill by Anonymous Coward · · Score: 0

      AFAIK, you don't need to install Mozilla Firebird to use it. Just run it directly from your USB keychain drive or a CD. :) Or just carry your Knoppix CD to the computer lab. What fun! :)

    51. Re:This bodes ill by God-fearer · · Score: 1

      Why does the exploit not work on google's site?

      Trying this in an href ...
      http://www.amazon.com^A%00@google.com

      I still get "http://www.google.com/" in IE's location bar.
      Why is that?

      Does google return something with their page which corrects the location?

    52. Re:This bodes ill by Anonymous Coward · · Score: 0

      Luckily Slashcode filters out this vulnerability or I'd give you a link where you could test your browser.

    53. Re:This bodes ill by Johnso · · Score: 1

      This worked for me... Maybe /.'s parser will be better.

      --
      I'm a signature virus. Please copy me to your signature so I can replicate.
    54. Re:This bodes ill by Johnso · · Score: 1

      Yep, Slashdot's parser caught it.

      However, you can do window.opens just fine. Try this on a plain HTML page:

      <a name='ebay'></a><a href="#ebay" onclick="window.open(unescape('http://www.ebay.com %01@geekspotting.com/bert/ebayhack.htm'))">Chec k it out.</a>

      --
      I'm a signature virus. Please copy me to your signature so I can replicate.
    55. Re:This bodes ill by Fallen_Knight · · Score: 1

      right click on it and go delete to remove it from your quicklaunch bar

    56. Re:This bodes ill by NanoGator · · Score: 1

      "right click on it and go delete to remove it from your quicklaunch bar"

      Can't. Still need it.

      --
      "Derp de derp."
    57. Re:This bodes ill by rifter · · Score: 1

      "You're telling me, buddy. Unfortunately Microsoft is not aware that this occurs at all, ever. This is a good example of how unaware they are in general. Meanwhile..."

      Meanwhile, Mozilla FireBird .7 is vulnerable as well.

      No it's not. None of the exploits worked for me in Firebird or Mozilla. I saw the correct URL. Try again.

      "Again the only responsible thing to do is to advocate Mozilla for financial transactions."

      Have you tried this exploit in Mozilla? It isn't fixed at all if the domain name that shows up in the beginning of the URL != the domain name you land on.

      Yes I tried it in Mozilla. It was not exploitable. I saw the @ and the real domain just fine.

      Man, some of you Mozilla zealots are so interested in giving Microsoft a black eye that you're stupid to the fact that Mozilla has problems too. It's a big race to prove it's not a problem. "Oh yeah, it still shows the domain it landed on later in the address, so it's not a problem!"

      In IE you would not see the real address at all. That is the problem. I agree that spoofing is in itself a problem, but that is a legal rather than a technical problem.

    58. Re:This bodes ill by NanoGator · · Score: 1

      I misunderstood the nature of the defect. Sorry. Low sleep day. :/

      --
      "Derp de derp."
    59. Re:This bodes ill by skajake · · Score: 1
      Paypal often advises to check for https, however this bug can be utilized to trick even that.

      you just need to link to a legitimate page within a https server such as:

      <button onclick="location.href=unescape('https://www.paypa l.com%01@https://www.grc.com/x/ne.dll?bh0bkyd2');" style="font: 8pt verdana, sans-serif;">
      Test Exploit
      </button>
      --

      ~ Maintainer of the Skajake Projects

    60. Re:This bodes ill by Ironica · · Score: 1

      Because that POS hasn't been caught up with in terms of page compatibility yet.

      Or, more to the point, there's a few sites that haven't caught up to the W3C standards.

      But, when was the last time you tried it? I have to use IE at work and at school, but use nothing but Mozilla at home. There's only one site I ever use that I can't use Mozilla for... housecall.antivirus.com, and the only reason is because their stupid installer will only look for "Netscape" and won't install in the Mozilla folder. Which is an application compatibility issue, not a web page compatibility issue. (Of course, I can use Netscape if I really want to for that.) Oh, and the other day (11/28/2003 to be precise), I went to bedbathandbeyond.com and got a silly error that because I was using an old version of Netscape, I wouldn't be able to place secure orders... but I submitted that to their feedback, and two hours later got an only slightly canned response (either it was a really, really well-configured reply bot, or a real live person worked out what I was writing about) saying they'd send the info to their IT department. And today, after deleting all their cookies, I can't get the same message to come up.

      Other than that, it's been a year or more since I've seen any issues that were more than trivial formatting problems, and even those are pretty rare (and due to extremely sloppy coding). Heck, the other day, I was having terrible trouble getting a website (I think it was terraserver, ironically enough) to work from school with IE, so I had to wait until I got home to use it on Mozilla.

      Mozilla 0.9 still had some compatibility issues reminiscent of Netscape 4.7x. But it's been quite a while since it was such a bear to use. (And most of the time when I'm at school, I use NS 4.7x instead of IE, just because it makes me feel better... no, they don't have a more recent version of NS installed. Hey, I didn't make the decision, stop looking at me funny.)

      --
      Don't you wish your girlfriend was a geek like me?
  2. Not patching this month...... by dew-genen-ny · · Score: 4, Insightful

    Nice. Wonder if they're going to break their word again and distribute yet another patch during december.

    Still this seems like a major flaw - For the last 3 months I've been recommending to all my friends and family to start using Mozilla. Not saying it's perfect but there's a lot less flaws than IE.

    --
    tom-george.comBecause geeks rate higher t
    1. Re:Not patching this month...... by Pelorat · · Score: 5, Funny

      Actually, if they're going to break promises, that's a good one to start with.

    2. Re:Not patching this month...... by utlemming · · Score: 1, Funny

      Its Microsoft, we'll get the update on January 1 --- give people plenty of time to deploy the bug....

      --
      The views expressed are mine own and do not express the views of my employer.
    3. Re:Not patching this month...... by Anml4ixoye · · Score: 1, Interesting

      The problem is that it looks like it affects them all.

      If I understand what they are saying, if you put a %01 before the @ symbol then the address bar will display one address while going to a different one. Guess what, so does just putting the @ symbol

      http://www.zdnet.com@slashdot.org

      I'm still not really sure what the problem is. Even if the bug removed the @slashdot.org, it just means that those of us that actually pay attention to the address bar might get fooled. Most people don't pay any attention to the address bar, and wouldn't think twice about seeing an @ symbol there.

    4. Re:Not patching this month...... by leifm · · Score: 4, Informative

      I'd recommend Firebird over Mozilla. While I still like Moz a lot I've started using Firebird 98% of the time, it integrates with Windows a bit better, it's faster, and the interface is simplier. And over the last year to year and a half almost every site seems to render correctly with Gecko based browsers, leaving only Windows Update and other ActiveX dependent sites needing IE. IE was a good browser in it's day, but MS has let it stagnate pretty much since 4.0. They're going to have to do more than just add pop-ip blocking for me to use it with any regularity again.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
    5. Re:Not patching this month...... by trentblase · · Score: 1

      Obviously they need to get in the Delorean, go one month into the future to patch the bug, and then bring it back to November.

    6. Re:Not patching this month...... by youngerpants · · Score: 1

      I use windows a lot; Linux makes a great server and I use it as such, but in all reality, MS make a good desktop OS for the home user.

      OK, back onto topic. Yes, MS said they wouldnt [need to] release any patches this month. So what. If a vuln has been realised, I would rather they sent the patch out than try to keep their word. This is actually a pretty serious vuln (as mentioned above, paypal scams'll love it) and the sooner its patched, the better

    7. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      There is a certain level of competence needed for any job.

      Making something foolproof (lower than a common denominator) will just ensure only fools use it. We need to raise the overall level of skill of computer users.

      Having said that, I'd concentrate on doing the same for automotive drivers, as they're MUCH worse, and more likely to kill someone. (/me wants required periodic driver retesting).

    8. Re:Not patching this month...... by leifm · · Score: 1

      the 0.7 milestone, or a nightly? I generally use nightly builds, and occasionaly there is something broken in them, like a few weeks back my banking site would go back to the login page after I logged in, updated to that day's nightly and all was well. I'm also using the Windows version, so I suppose there could be issues with the Linux one that I don't see. I don't have any issues with Slashdot, the only site that gives me issues consistently is Gamespot.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
    9. Re:Not patching this month...... by pebs · · Score: 1

      I've seen both these things, too (no text and the overlapping sidebars). The no text thing is strange, because if you look at the page source its all there. It's gotten a lot better recently, though, and I haven't seen the no text thing in a while. Maybe they fixed it.

      --
      #!/
    10. Re:Not patching this month...... by Finuvir · · Score: 2
      They're going to have to do more than just add pop-ip blocking for me to use it with any regularity again.

      Pop-ip blocking? Does that block popular IP addresses or something? Like slashdot, google etc. ;-)

      --
      Why is anything anything?
    11. Re:Not patching this month...... by Andy_R · · Score: 1

      I get the same symptoms on the final Mac OS version of Mozilla, slashdot is the only site with the problem that I have found.

      --
      A pizza of radius z and thickness a has a volume of pi z z a
    12. Re:Not patching this month...... by Dave2+Wickham · · Score: 1

      Another "me too"... Firebird 0.7, Linux.

    13. Re:Not patching this month...... by jdreed1024 · · Score: 5, Informative
      The problem is that it looks like it affects them all.

      If I understand what they are saying, if you put a %01 before the @ symbol then the address bar will display one address while going to a different one. Guess what, so does just putting the @ symbol

      http://www.zdnet.com@slashdot.org

      No, no, you're missing the point. Yes, that URL you mentioned will take you to slashdot and not zdnet, fine. But you'll see it in the location bar and know it's a fake. However, with this exploit, if you put a URL encoded ASCII "NUL" (%00) or "SOH" (%01) in the URL, the location bar will not display the @symbol or anything after it. Thus:

      http://www.yahoo.com%01@www.0wnz0red.com/0wn-j00.h tml

      will take people to the "0wn-j00.html" page on 0wnz0red.com, however the location bar will only display:

      http://www.yahoo.com

      Assuming 0wnz0red.com is a well-done forgery, even the most clueful geek would have a really, really, really, hard time telling that he's at anything but yahoo.com. (yeah, yeah, netstat and firewalls and all that, but that's not the point)

      And before you all say it's only %01, it's not - it's %00 as well as %01. Go read the secunia link.

      --
      There is no sig, there is only Zuul.
    14. Re:Not patching this month...... by Anonymous Coward · · Score: 0
    15. Re:Not patching this month...... by leifm · · Score: 1

      Yes, it blocks /.s ip when clicking submit if you haven't already hit preview.

      --

      "Windows Me offers tremendous reliability and stability improvements..." -- Paul Thurott
    16. Re:Not patching this month...... by kent_eh · · Score: 1
      Wonder if they're going to break their word again and distribute yet another patch during december.

      From the ZDnet article:
      "Microsoft did not set a timetable for its investigation, but said it may eventually release a patch to address the problem"

      Nice definate language there. (emphasis mine)
      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    17. Re:Not patching this month...... by lordrich · · Score: 1

      Actually, right-click and properties will give you the actuall address. But yes I agree, nobody in their right mind would do that on every single page they view.

    18. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      In the past, every time I would try Mozilla (or Netscape 6), I would wind up using it for about a week and then go back to Opera or IE because how abysmally slow and resource hungry the thing was. Due to that, I'm sure I didn't explore many of the options it may have had/have.

      Well, I recently installed Firebird and am pleased to say that it -rocks- with flying colors. It starts up quickly, is clean, responsive and doesn't seem to thrash my HD to hell unlike the aforementioned.

      Not to mention, it doesn't have all the other stuff I don't use or need -- just a nice stripped down browser and a damn good one at that. I especially like some of the plug-ins like EditCSS or Remove This Object (NukeIt something or another.)

      The JS Console is cool and like the parent said, most recent browsers tend to render things ok, and Firebird is no different.

      I could go on, but suffice it to say, it really is a better browser than IE or Mozilla (and yes, I realise)

      Go and get it now! ;-)

    19. Re:Not patching this month...... by Anonymous Coward · · Score: 0
      >> And over the last year to year and a half almost every site seems to render correctly with Gecko based browsers


      I just downloaded Firebird (Windows version) based on your recommendation, the first site I tried (Slashdot) was rendered incorrectly and missing 90% of the text -- what a piece of junk. It's not a good idea to recommend a browser on a site and the browser does not even render that site correctly.

    20. Re:Not patching this month...... by matvei · · Score: 1

      I'm still not really sure what the problem is. Even if the bug removed the @slashdot.org, it just means that those of us that actually pay attention to the address bar might get fooled. Most people don't pay any attention to the address bar, and wouldn't think twice about seeing an @ symbol there

      Besides, you could always just do it like this: http://www.microsoft.com@1109654167.

      Too bad goatse.cx doesn't work that way ;)

    21. Re:Not patching this month...... by Matrix272 · · Score: 0, Flamebait

      Still this seems like a major flaw - For the last 3 months I've been recommending to all my friends and family to start using Mozilla. Not saying it's perfect but there's a lot less flaws than IE.

      Does it have fewer flaws, or does it have fewer users to report the flaws?

      --
      "It's better to have a gun and not need it than need a gun and not have it." ~ Christian Slater, True Romance
    22. Re:Not patching this month...... by rifter · · Score: 1

      the 0.7 milestone, or a nightly? I generally use nightly builds, and occasionaly there is something broken in them, like a few weeks back my banking site would go back to the login page after I logged in, updated to that day's nightly and all was well. I'm also using the Windows version, so I suppose there could be issues with the Linux one that I don't see. I don't have any issues with Slashdot, the only site that gives me issues consistently is Gamespot.

      I have, and this is for every version of Mozilla I have ever used, from the 0.9x days onwards, be they nightlies, milestones, or whatever. Ditto Firebird. Slashdot is best viewed using Internet Explorer on Microsoft Windows, period. It's always been that way, too, because most slashdotters view it that way.

    23. Re:Not patching this month...... by gid · · Score: 1

      Almost every site, try going to suprnova.org I think it is. The whole site is in HTML rendered with javascript, it's death to gecko as soon as you hit the page. Sure it's 90% warez and whatever, but I just go there for the legal junk, like the ut2004 vehicle demo, etc.

      Besides that one site, oh ya, and my bank, I don't have to touch IE at all and am a much happier person for it. Well ok, I have to use windows update also, but only when I'm running windows. :)

    24. Re:Not patching this month...... by I_Want_This_ID · · Score: 1

      What the hell are you talking about?

      Are you saying that firebird is a "substandard" browswer? The web pages that people create using frontpage are non-standard using MS's broken implementation of standards. The web pages are causing the problems, not the browsers.

      You also seem to argue that Mozilla renders all pages correctly, but I'd suggest going to an activex website with Mozilla or one that won't even server up pages to non-IE browsers (unless you set the user agent appropriately) to see how well it renders those pages.

    25. Re:Not patching this month...... by gid · · Score: 1

      Assuming 0wnz0red.com is a well-done forgery, even the most clueful geek would have a really, really, really, hard time telling that he's at anything but yahoo.com.

      Although seeing that the pages are riddled with the goatse man is usually a pretty dead giveaway. :)

    26. Re:Not patching this month...... by I_Want_This_ID · · Score: 1

      firebird is a great browser and my favorite since it was phoenix .5, but there are some sites that don't render correctly; for those I've downloaded the "view in IE" extension for firebird, it adds an option to my context menu that allows me to open the current tabbed page in IE if it doesn't render or function correctly in firebird.

    27. Re:Not patching this month...... by alwsn · · Score: 1

      An easy way to check for this it so make sure that IE has its status bar turned on (View > Status Bar).

      If you start seeing that all of the links say http://www.yahoo.com @www.0wnz0red.com/0wn-j00.html you should probably not click on them.

    28. Re:Not patching this month...... by CowboyMeal · · Score: 1

      However, with this exploit, if you put a URL encoded ASCII "NUL" (%00) or "SOH" (%01) in the URL, the location bar will not display the @symbol or anything after it.

      Untrue. It only works with 1. See my previous post.

      --
      Your credit card information wants to be free.
    29. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      Ah...but a simple line of Javascript can make they status bar say anything you want. So not really a good safety check.

    30. Re:Not patching this month...... by FroMan · · Score: 1

      Odd, I dunnot why, but when I tried:

      http://www.google.com%00%01slashdot.org

      This caused IE to lock.

      --
      Norris/Palin 2012
      Fact: We deserve leaders who can kick your ass and field dress your carcass.
    31. Re:Not patching this month...... by daviddennis · · Score: 1

      The holidays are coming! Worst timing in the world considering all the PayPal scammers.

      Their sites may look professional at times, but their use of bad spelling and grammar gives them away. People, watch for poor language in these emails; it looks like most of them perpetrators are either from outside the US or are victims of our appalling schools.

      I'll read the scam emails so I can laugh at their ineptitutde and delete them, but obviously this is a real problem for the less-educated.

      Interesting.

      D

    32. Re:Not patching this month...... by jfengel · · Score: 1

      After the last scam article I've been trying to figure out what the @ is good for, besides fooling people.

      I figure it must be part of some standard, since Firebird supports it, but I've been unable to find that standard. As far as I can tell the best solution to this problem is to eliminate support for @ in a URL as a redirector. Is this going to break anything useful?

    33. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      lying asshole. Or maybe this comment I'm typing in firebird isn't really here?

    34. Re:Not patching this month...... by Anonymous Coward · · Score: 1, Interesting

      Could someone tell me how you can stop images from animating in firebird? You say the interface is better, but I can't find it.

    35. Re:Not patching this month...... by Anml4ixoye · · Score: 4, Informative
      Is this going to break anything useful?

      Yes, things like FTP logins rely on that. URLs are subsets of URIs which have a lot more useful things.

      For example, if you need to go to a FTP site that has a login, you can type in your address bar:

      ftp://user:pass@ftp.mysite.com

      That will automatically log you in with your user name and password. You could also do just:

      user@ftp.mysite.com

      And it will prompt you for your password

    36. Re:Not patching this month...... by robertjw · · Score: 2, Funny

      Why patch??? This is CLEARLY a feature!

    37. Re:Not patching this month...... by le_jfs · · Score: 2, Informative

      Assuming 0wnz0red.com is a well-done forgery, even the most clueful geek would have a really, really, really, hard time telling that he's at anything but yahoo.com. (yeah, yeah, netstat and firewalls and all that, but that's not the point)

      First step to be the 'most clueful geek':

      Don't use IE.

      --
      main(char O){O++&&(((O-291)*O+27788)*O-868020?1:putchar(O++) )&&main(O);}
    38. Re:Not patching this month...... by WC+as+Kato · · Score: 1

      This doesn't work with buttons. Check out their demonstration.

      --
      --- I'm Green Hornet's sidekick not Inspector Clouseau's!
    39. Re:Not patching this month...... by Timmmm · · Score: 1

      Odd, I dunnot why, but when I tried:

      http://www.google.com%00%01slashdot.org

      This caused IE to lock.


      Interesting...
      You'd think they'd use CString consistantly, or better, std::string instead of char*. (or LPCSTR or whatever they call it).

    40. Re:Not patching this month...... by drinkypoo · · Score: 1

      I've been experimenting with firebird because I normally use Avant Browser which embeds IE and gives it tabbing features and the like, and also occasionally pegs my CPU and must be killed. However, when running firebird (as I am now) often slashdot comment windows are drawn incorrectly. I click on a comment, and none of the text is drawn. This has happened on some other sites, too. Usually if I reload three or four times (NOT control-reload) then it draws the page properly. I may have to go back to some IE wrapper.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    41. Re:Not patching this month...... by Horny+Smurf · · Score: 0
      bad spelling and grammer you say?

      CmdrTaco!

    42. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      Mozilla is vulnerable to this also, create a page with a link to:

      http://www.yahoo.com%00@www.hotmail.com

      to confirm for yourself.

      Mozilla does display the link properties correctly, while IE does not, but both Mozilla and IE show the location in the status bar as the incorrect http://www.yahoo.com

    43. Re:Not patching this month...... by drinkypoo · · Score: 1
      To START with? How about, Windows NT 5.1 was supposed to have a home version? How about, Windows 98 will be faster and more reliable? How about, At Microsoft our first concern is security? (That last one is just an implied promise.) Microsoft never made a promise it didn't feel it could break. How about their 32 bit Windows layer for OS/2. Oh whoops, that's called NT now. Sorry, IBM. How about, here's a paper tape with Microsoft Basic on it? Oh your tape is defective? Too bad, you can't have a replacement. Buy another one.

      Microsoft can't start breaking promises, that's how they've always behaved. They can only stop, which I don't see ever happening.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    44. Re:Not patching this month...... by dew-genen-ny · · Score: 1

      That would clearly depend on the colour of hat you're prone to wear....

      --
      tom-george.comBecause geeks rate higher t
    45. Re:Not patching this month...... by Pelorat · · Score: 1

      No more caffeine for you this hour =)

    46. Re:Not patching this month...... by jfengel · · Score: 1

      Oh. Duh. So when you say:

      http://www.slashdot.org@spoof.com

      it thinks you're passing www.slashdot.org as a user name. I knew that (I even use it) but got fooled by the fact that I know that www.slashdot.org is a web site, even though the browser can't know that.

      Thanks. Ain't my face red.

    47. Re:Not patching this month...... by rjamestaylor · · Score: 1

      Use: in HTTP, BasicAuth Username and Password. Used
      to save yourself having to see the dialog
      box of your browser (which just adds these to the
      HTTP header for you). Also username/password for other
      net protocols, as mentioned by another poster.

      --
      -- @rjamestaylor on Ello
    48. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      I'm using IE6 and it's only vulnerable to:

      http://www.yahoo.com%00@www.hotmail.com

      With this URL it shows:

      http://www.yahoo.com

      in the tool tip and the link properties, but displays www.hotmail .com in the location bar when you click on the link.

      If I use %01 I see:

      http://www.yahoo.com @www.hotmail.com

      in the tooltip and the link properties.

      I think that %00 is the only problem %01 isn't an issue since you can see the rest of the URL just fine.

    49. Re:Not patching this month...... by drinkypoo · · Score: 1

      I have not yet begun to defile myself.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    50. Re:Not patching this month...... by CowboyMeal · · Score: 1

      Alright AC, maybe you should actually look at the post I linked to. The problem isn't in the link properties, its in the address bar. Go to my post and click on the "ASCII 1" link, and click on the exploit from there, and you will see a site that isn't slashdot with http://slashdot.org in the address bar. View source on the exploit to confirm if you wish. This is dangerous especially with the fake ebay spams. Now we can't tell users to trust the address bar anymore until they fix it in a month or so, if ever.

      --
      Your credit card information wants to be free.
    51. Re:Not patching this month...... by FuzzyBad-Mofo · · Score: 1

      There may be something peculiar with your setup. Slashdot has always rendered fine for me using all sorts of browsers on both Windows and Linux. As far as your statement about most Slashdot readers using IE on Windows, that is an assumption on your part, unless of course you have access to the server stats (which would be interesting to see!).

    52. Re:Not patching this month...... by Anonymous Coward · · Score: 3, Informative

      These are 2 distinct and different bugs.

      "%00" will hide the link in the tooltip and the status bar on both Mozilla and IE. Although Mozilla will correctly display the entire link in the link properties where IE only displays up to the "%00" here also.

      "%01" will not hide the link in the tooltip or the status bar in either Mozilla or IE, but it will make the location bar only show up to the "%01" in IE after you click on the link.

    53. Re:Not patching this month...... by derF024 · · Score: 1

      An easy way to check for this it so make sure that IE has its status bar turned on (View > Status Bar).

      If you start seeing that all of the links say http://www.yahoo.com @www.0wnz0red.com/0wn-j00.html you should probably not click on them.


      No, it also fools the status bar in IE. It fools it in mozilla too, but you see a nice little unprintable ascii char block after the URL.

    54. Re:Not patching this month...... by Jerph · · Score: 2, Interesting

      This is a good point - It seems quite unlikely that Mozilla has fewer flaws than IE. Over the years that Mozilla has been in existance the number of bugs it has had numbers in the hundreds of thousands, and that is with only 1-15% market share spotting them (depending on the site and your stat source).

      Also, who knows how many flaws IE has; there's no bugzIE. But there are millions of random pages documenting them, probably owing to the vast user base.

      But the real issue is, of course, not how many flaws the browsers have, but their severity. Mozilla is specifically designed to protect the average user from malicious code where IE seems to ask for it at every turn. You can't run ActiveX scripts by default in Mozilla, and the plugin that allows it does not allow modification of your files. You can't run .exe files from the address bar. There is no priviledged access to the system.

      And yet, it's this kind of flaw, the kind that deals with browsing specifically--hiding urls, misdirection--that all browsers are susceptible to. The difference here? Mozilla would have a patch in 1 hour and most of its users wouldn't download it until the next major version, if then; IE would have a patch in 1-7 days and it would be delivered through windows update, most of the time. I would go with the microsoft system in principle if it weren't for it's being closed source and unmonitorable. It seems to me that with this kind of exploit, the real flaw is in how people use their computers. People have to care about security for it to be realized. I'm not saying that everyone should have to head over to mozilla.org and download 7 megs of the latest patched version every time something like this shows up - that's hard on all users, and impossible for many. But also, people should be given ultimate control of their system and still be allowed to be secure. If you snub Windows Update, you're obscenely open to attack. A system like Linux is ideal, because if you require it you can change anything about your software but still establish a simple, auditable system for security updates. Sadly though, a solution simple enough for everyone, outside of a networked, administered environment, has yet to be created in my opinion, and the problems of these security flaws will continue to plague thousands.

    55. Re:Not patching this month...... by geekboy2k · · Score: 1

      Also, you can download the "IE click to view" extension to look at the IE only websites... Works wonders for me.

    56. Re:Not patching this month...... by Haeleth · · Score: 1

      How about, Windows NT 5.1 was supposed to have a home version?

      Windows NT 5.1 == Windows XP. Last time I checked there was a home version of that. Maybe you meant NT 5.0? But I don't remember them promising that, that was just what they were planning.

      How about, Windows 98 will be faster and more reliable?

      Windows 98 was faster and more reliable than Windows 95. 98SE was the best product in the whole 9x family, although you're welcome to question whether that's saying much. It's Windows Me that is notorious for being heavily hyped and then turning out to be a POS.

      Ah well, three out of five ain't bad.

    57. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      Well, you don't use URL authentication just for FTP logins... Also for pages protected with .htaccess/.htpasswd etc.

    58. Re:Not patching this month...... by Sick+Boy · · Score: 1

      the protocol supports (insecurely) putting your user and pass into the address bar, for instance the URL:

      ftp://user:pass@domain.com

      Will automatically log you into and display the directory at domain.com. It's a useful and used part of the standard that's not going away any time soon.

      --
      Does narcissism count as a hobby? --Shawn Latimer
    59. Re:Not patching this month...... by berzerke · · Score: 1

      [links such as http://www.yahoo.com @www.0wnz0red.com/0wn-j00.html]...It fools it in mozilla too, but you see a nice little unprintable ascii char block after the URL.

      Actually, it isn't fooling Mozilla. Part of the HTML spec allows for usernames and passwords as part of the url. The domain/web site name is separated from the username (and password) by a @ sign. Mozilla is actually just following the spec, as it should. In the case above, "www.yahoo.com" is treated as a username.

    60. Re:Not patching this month...... by Quino · · Score: 1

      There's definitely something wrong with his setup, I've had nothing but excellent experiences since Firebird 0.3 and pre 1.0 Mozilla (I've personally been wondering if there *are* any sites that don't work with Mozilla for well over a year. I know that they exist, but I've personally been doing my banking, work-related secure "IE only" PO sites, anything web related, essentially.)

      But Slashdot? Come on man, this is one site that has always worked, whether on Linux or Windows (and I'm typing this right now from work using Linux) for me personally since before Firebird 0.3 (and I was using whatever version of Mozilla for a while before that).

      Anyways, people have posted before stats on Slashdot surfers, and the sad truth was that the majority viewed on IE on Windows. This was a while back, and I couldn't find a link -- quite honestly I don't remember if they were official stats from the Taco Commander himself or another /. person speculating ...

      I remember that the most popular theory was that we're all at work, and most of us can't get to use the software we'd prefer...

      Either that, or /. really has become totally overrun with MS paid astro-turfers (sometimes, that's my nagging suspicion!), which is skewing the stats! :P

    61. Re:Not patching this month...... by Atryn · · Score: 1

      Interesting demo... Although the status bar did display "Opening page vun2.html at zapthedingbat.com" VERY briefly...

      --
      Come play Moral Decay!
    62. Re:Not patching this month...... by derF024 · · Score: 1

      Actually, it isn't fooling Mozilla.

      Actually, it is.

      take a look here for a screenshot of mozilla (epiphany) being very confused. You're correct, the URL in the location field isn't fooled, but the URL in the status bar, when you mouse over the link, just shows "http://www.microsoft.com[]".

    63. Re:Not patching this month...... by NanoGator · · Score: 1

      "No, no, you're missing the point. Yes, that URL you mentioned will take you to slashdot and not zdnet, fine. But you'll see it in the location bar and know it's a fake."

      "You'll know it's fake, therefore it's not a problem." It's still an exploit in Mozilla.

      --
      "Derp de derp."
    64. Re:Not patching this month...... by Craig+Davison · · Score: 1
      No, what he means is that Mozilla will not show anything after the %00 on the status bar. Hover over this and then click it:

      Click me!

      In Mozilla, you'll see http://slashdot.org/ on the status bar, but when you click the link you'll be directed to http://slashdot.org/%00users.pl. Of course, this is a useless demonstration, but I can't show you an example with a username because slashcode filters those out of URLs.

    65. Re:Not patching this month...... by berzerke · · Score: 1

      You are correct. However, I was referring to the location bar. In fact, if you look at this example, you'll see that for buttons, the status bar doesn't say anything about the destination of the link. In any case, I almost never pay attention to the status bar. That can be manipulated by the website, especially in that other browser.

    66. Re:Not patching this month...... by the_mad_poster · · Score: 1

      I experience the same/similar issue, particularly when Previewing / Submitting comments. If you hit Preview / Submit, the table of links to the left seems to render across the entire page for some bizarre reason. I've noticed that if you add / delete a couple of useless spaces in the HTML of the comment, it will be more likely to re-render the page properly when you hit Preview again than if you just keep reloading the page.

      Oddly, Slashdot is the only place that I have any problems with Firebird (well, except lousy sites that do browser sniffing).

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    67. Re:Not patching this month...... by Cadrys · · Score: 1

      No no no. Block-IP is a subset of Palladium.

      --

      ----
      It is often easer to gain forgiveness than permission
    68. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      Or which side of the Microsoft Marketing Machine you are on...

    69. Re:Not patching this month...... by Anonymous Coward · · Score: 1, Informative

      > I've been recommending to all my friends and family to start using Mozilla

      Actually, I have just tested this on Mozilla Firebird 0.7. Partialy it is also vulnerable. Once you click on the link you will see complete fake URL (in case of their test http://www.microsoft.com%01%00@secunia.com/interne t_explorer_address_bar_spoofing_test/)
      but in the status bar I only could see http://www.microsoft.com<some_unreadable_character > and that's it.

    70. Re:Not patching this month...... by WD · · Score: 1

      No, that site works just fine.

    71. Re:Not patching this month...... by Dahan · · Score: 1
      You are correct. However, I was referring to the location bar.

      Then why are you changing the subject? Nobody was talking about the location bar... the point of this subthread is, as was said in the post a few levels up that you replied to, that:

      ...it also fools the status bar in IE. It fools it in mozilla too, but you see a nice little unprintable ascii char block after the URL.
      So yes, the trick does fool Mozilla. And if you use %00 instead of %01, you don't even get the weird character after the fake domain name. Of course, spoofing the status bar isn't a huge problem, but the point is that Mozilla isn't displaying the complete URL when it should be.
    72. Re:Not patching this month...... by Matrix272 · · Score: 1

      Does it have fewer flaws, or does it have fewer users to report the flaws?

      How the fuck is this flamebait? If you have 1,000,000 people testing 1 product over 1 year, they WILL find more flaws than 100 people testing the same product over 1 year! It's simple math, people. I point out that it generally takes more people less time to perform one task, and it gets moderated as "flamebait"? What a crock of shit!

      --
      "It's better to have a gun and not need it than need a gun and not have it." ~ Christian Slater, True Romance
    73. Re:Not patching this month...... by Matrix272 · · Score: 1

      It's amazing... I point out almost the same exact thing, and I get modded as "flamebait", while you get "interesting". Sometimes I don't even know why I try...

      Also, who knows how many flaws IE has; there's no bugzIE. But there are millions of random pages documenting them, probably owing to the vast user base.

      I'd be VERY interested in seeing a sum total of the flaws in IE6, as compared to the newest version of Mozilla.

      But the real issue is, of course, not how many flaws the browsers have, but their severity. Mozilla is specifically designed to protect the average user from malicious code where IE seems to ask for it at every turn.

      Often, a choice like this comes up in technical issues. It's either security vs. accessibility. IE is definitely more accessible than Mozilla, if only the fact that it comes pre-installed on most new computers. Mozilla may be more secure, but if you have a company intranet that needs to have ActiveX scripts that modify certain files automatically, Mozilla isn't an option.

      Sadly though, a solution simple enough for everyone, outside of a networked, administered environment, has yet to be created in my opinion, and the problems of these security flaws will continue to plague thousands.

      Until recently, I would have suggested Red Hat... but now that Red Hat Linux is gone, and Fedora apparently has no automatic updating system (I could be wrong), we're back without a choice. We need a Linux-based distro that's easy on the eyes (yes, cartoony, like Windows XP) so that children and senior citizens can use it, with enough features pre-installed to rival anything Redmond could think of. It also has to be configurable so that you can change almost anything, but those configurations have to be kept somewhere where the Average Joe won't mess with them and screw everything up. It also has to have enough software to do everything we can think of, and a free updating system that we could set to automatically download and install patches from a server we control. It's a hefty order, but I think someone out there can fill it ... someday.

      --
      "It's better to have a gun and not need it than need a gun and not have it." ~ Christian Slater, True Romance
    74. Re:Not patching this month...... by jesser · · Score: 1

      As far as I can tell the best solution to this problem is to eliminate support for @ in a URL as a redirector. Is this going to break anything useful?

      Eliminating support for passwords-in-URLs would break existing links, as other posters have pointed out. But leaving that part of the URL out of the address bar would solve the spoofing problem (http://www.zdnet.com@slashdot.org/ looks like a zdnet URL unless you are extremely familiar with how URLs work) without breaking much.

      --
      The shareholder is always right.
    75. Re:Not patching this month...... by gid · · Score: 1

      weird, maybe it's only a firebird issue then, I think I tried mozilla 1.5 as well tho, or maybe it's a linux problem....

    76. Re:Not patching this month...... by jfengel · · Score: 1

      This seems to me like a potentially serious problem; I could have been fooled by such a thing and I consider myself fairly proficient with computers (I am a programmer, after all). The best place to fix it is probably the browser. I can think of two ways for the browser to fix this potential problem:

      1. Remove the username/password field when you display the URL in the tool bar, so that it cannot display misleading URLs.

      2. Warn the user when a username/password was provided but not required, which would be a clue that soemthing is wrong with the URL.

      Educating the users is a very slow process, especially when it's tricky to do. Amazon has long, complicated URLs and if you pass me an Amazon URL I'm not likely to go scanning it for an @ (except now I'm going to).

      Upgrading the browser happens very slowly. Supposedly Microsoft has ceased to work on it entirely, and I'm sure they wouldn't consider this their problem. But I'd love to see one of these two suggestions incorporated into Firebird/Mozilla in a future release, to protect me from myself.

    77. Re:Not patching this month...... by jesser · · Score: 1

      Educating the users is a very slow process, especially when it's tricky to do. Amazon has long, complicated URLs and if you pass me an Amazon URL I'm not likely to go scanning it for an @ (except now I'm going to).

      You can stop scanning after the first /, which always signals the end of the hostname. Any @'s after the first / are part of the path, not the end of the username.

      --
      The shareholder is always right.
    78. Re:Not patching this month...... by rifter · · Score: 1

      There may be something peculiar with your setup. Slashdot has always rendered fine for me using all sorts of browsers on both Windows and Linux. As far as your statement about most Slashdot readers using IE on Windows, that is an assumption on your part, unless of course you have access to the server stats (which would be interesting to see!).

      Well whatever I am doing wrong I am doing over and over again. I have installed Mozilla on Linux, OpenBSD, OSX, and Windows, and used several other browsers in those environments. I have used the provided mozilla, installed from tarred binaries, compiled from source, used the installers, and used spells. I have used nightlies and milestones/regular versions. In all cases the slashdot irregularities show up regularly which people have reported, including but not limited to overlapping text, blank pages (usually after I submit a post), and more.

      In fact I have another odd problem with Mozilla that only seems to happen in Linux, which I was not sure was Mozilla, XFree86, Flash, or FVWM. It is that when I visit certain pages there is this bleeding effect where little white boxes appear all over the place and take over the screen. I can get rid of them by dragging an unaffected window around the area, but Mozilla on the affected page will bring this back. It happens pretty often with Slashdot, mainly on the apple.slashdot.org pages (or whatever the apple section is) and with certain ads, which is why I blamed flash, but I have seen it on other pages too. That problem happened on multiple computers with multiple distributions, as did the others, though the other problems happened on every OS.

      Other people have reported both the slashdot problems and this last one.

    79. Re:Not patching this month...... by rifter · · Score: 1

      Either that, or /. really has become totally overrun with MS paid astro-turfers (sometimes, that's my nagging suspicion!), which is skewing the stats! :P

      Well given that most of the ads on slashdot are from Microsoft and every new product from Microsoft gets a glowing slobbering review...

      But I do use Linux almost exclusively on the desktop at work and have been using it almost exclusively at home (I admin some NT boxes but mostly Solaris, so I can't say exclusively. I also run Solaris and the *BSDs at home).

    80. Re:Not patching this month...... by FuzzyBad-Mofo · · Score: 1

      I wonder if your issues could be attributed to packet fragmentation or something network related..

      FWIW I'm currently using Mozilla 1.3.1 on Mandrake 9.1 and have not experienced any of those problems. I do have occasional font issues where, for example half a word will be invisible until I drag the mouse over it. This seems to be more of a general video driver issue though, because I've seen it on other apps besides Mozilla.

    81. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      I think this happens in Firebird too. While going thru this article(on firebird) I was able to access Zap's page. Guess, IE isn't the only one at fault. Try it out. I maybe wrong.

    82. Re:Not patching this month...... by ssstraub · · Score: 1

      Yeah sure you did, AC.

      I've never seen anything of the sort in this Firebird.

    83. Re:Not patching this month...... by Ironica · · Score: 1
      Nobody was talking about the location bar...

      Well, the original article and a large percentage of the thread were, actually, since that's the big problem.

      the point of this subthread is, as was said in the post a few levels up that you replied to, that:
      ...it also fools the status bar in IE. It fools it in mozilla too, but you see a nice little unprintable ascii char block after the URL.
      So yes, the trick does fool Mozilla.

      But what people keep saying is, it fools Mozilla in a pretty much irrelevant way. The status bar is not reliable anyway if you don't disable the ability for scripts to change it, and it's enabled in Mozilla (and every other browser) by default. So people not only don't look at the status bar as a way to determine what site a link goes to, they are not *instructed by techs, online stores, and MS security bulletins* to use this to check... whereas the location bar is the standard thing to tell people to check.
      --
      Don't you wish your girlfriend was a geek like me?
    84. Re:Not patching this month...... by Ironica · · Score: 1

      But leaving that part of the URL out of the address bar would solve the spoofing problem

      Not to mention, it would be added security from over-the-shoulder password collectors.

      I love using the user:pass@ftp.domain.tld shortcut (when I don't have a real FTP program available), but I never use this at a workstation in a public area or at a public terminal, because then my password is in cleartext in the location bar (and the history if I don't remember to clear it).

      --
      Don't you wish your girlfriend was a geek like me?
    85. Re:Not patching this month...... by Ironica · · Score: 1

      Hm. I haven't tried as many permutations as you have, but in Windows 2000 Professional (and Win 98se for quite a while before I finally gave in and upgraded), Mozilla 1.4 (details: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624) Win32 release installer has never had any of those issues for me. I've also used 1.2.1 to great effect, but 1.3 was annoying... I can't quite remember why; I think I kept having to close it and restart it because it just wouldn't load pages after a while (like, a couple days or so). But that wasn't a /. thing, it was *everywhere*. And it totally went away with 1.4.

      --
      Don't you wish your girlfriend was a geek like me?
    86. Re:Not patching this month...... by Ironica · · Score: 1

      but if you have a company intranet that needs to have ActiveX scripts that modify certain files automatically...

      ...then you actually have a specific *need* for this feature. But generally speaking, is file modification a feature that web browsers (especially on personal systems) should be capable of *by default*?

      You can always come up with reasons why you'd use the extremely insecure features of Windows and IE, but the fact remains that they are not things that any computer should do out of the box. Yet there are thousands, probably millions of computers that do exactly that, so that a company with an intranet that automatically updates files on your desktop via ActiveX doesn't have to set this up separately. And the irony is, they're the ones that have the technical savvy to do just that, while Joe Schmoe with his shiny new 'puter hasn't the foggiest notion how to deal with this.

      --
      Don't you wish your girlfriend was a geek like me?
    87. Re:Not patching this month...... by Ironica · · Score: 1

      Maybe the flamebait mod is from how you say things, not what you said...

      But, anyway, to address what you actually said: "If you have 1,000,000 people testing 1 product over 1 year, they WILL find more flaws than 100 people testing the same product over 1 year!"

      True. But there's an issue of diminishing returns. Also, there's two other factors with IE and Mozilla: (1) The people using it tend to have different skill sets... i.e. Mozilla users are more likely to have beyond basic computer knowledge; and (2) Mozilla has very accessible means for reporting bugs, while Microsoft may sue you if you go to the trouble of trying to tell them something is wrong with their product. (A quick search on microsoft.com for "report a bug" comes up with a Feature Request Form for Win XP Media Center, and the Windows Embedded Home Page. In the next section, you can actually report a bug for Visual FoxPro.

      So, while there are a lot more monkeys pounding on IE, they don't have nearly as easy a time letting MS know what's wrong. And, they're still monkeys.

      --
      Don't you wish your girlfriend was a geek like me?
    88. Re:Not patching this month...... by jesser · · Score: 1

      Not to mention, it would be added security from over-the-shoulder password collectors.

      Well, it could be worse.
      http://bugzilla.mozilla.org/show_bug.cgi?i d=134370

      --
      The shareholder is always right.
    89. Re:Not patching this month...... by SEE · · Score: 1

      No, it isn't an exploit, any more than the fact that Mozilla Mail doesn't stop you from deliberately executing an attachment you've recieved from somebody you don't know is an exploit.

      URLs of the form http://foo.bar@example.com are an official part of the HTTP spec. Delivering you to such pages and displaying the full address is the right thing for the program to do, if it claims to be a web browser. Now, it's a nice feature that Opera prompts in those cases to warn you about an what may be an attempted spoof. But it's the equivalent of DOS's "Are you sure? (Y/N)" message when you tell it to delete *.*; it wouldn't be an error if the prompt was never built in, and DOS went ahead and emptied the directory when you told it to.

      If http://foo.bar@example.com URLs are an exploit, it's an exploit in HTTP, not the browser.

      Now, IE actually does have an additional exploit -- it hides the @ and beyond when given certain forms of spoofed links. And that's unquestionably Microsoft's error.

    90. Re:Not patching this month...... by Anonymous Coward · · Score: 0

      You could also do just:

      user@ftp.mysite.com

      And it will prompt you for your password

      With the exception of Internet Explorer, which does not ask for password. It probably assumes that the requested user account does not have any password set...
    91. Re:Not patching this month...... by shaitand · · Score: 1

      nope 98 was neither faster nor more reliable, just included more features and functionality than 98 (although most of it only because relevant in the past 2yrs).

  3. Link to POC test by Anonymous Coward · · Score: 5, Informative
    1. Re:Link to POC test by Anonymous Coward · · Score: 0

      This demo is a lot better, I think. :)

  4. See also by lamery · · Score: 5, Funny

    http://www.microsoft.com/ie_advisory@%01goatse.cx

    1. Re:See also by karevoll · · Score: 4, Informative

      The %01 part should come _before_ the @... and no, it is not just as simple as this... the url must also be unescaped..

      See Here [DevGuru] if you don't know what to 'unescape' means...

      (Yes, this means that it will be difficult pulling this one off over i.e IRC, where special characters don't necessarily show up on other peoples terminals)

    2. Re:See also by Anonymous Coward · · Score: 0

      Doesn't work. the / after Microsoft.com makes it resolve to Microsoft.com and look for the page named ie_advisory@%01goatse.cx which unfortunately doesn't exist.

    3. Re:See also by Dave2+Wickham · · Score: 1

      Uhh...your parent just said what it means - unescaping %20 would end up with a space, for example.

    4. Re:See also by Psyrg · · Score: 1

      Better still, try to educate rahter than emotionally scar.

      http://www.microsoft.com%01@fuckmicrosoft.com

  5. That would explain a lot by Anonymous Coward · · Score: 5, Funny

    All that bizarre crap on the SCO website must actually be The Onion playing games...?

  6. The example misuse by trystanu · · Score: 3, Informative

    Is pretty compelling (spoofs Microsoft.com):

    http://www.zapthedingbat.com/security/ex01/vun1.ht m

    1. Re:The example misuse by trystanu · · Score: 1
    2. Re:The example misuse by dema · · Score: 4, Interesting

      In case anyone is wondering, this doesn't appear to affect IE on mac. When I click the test exploit link on http://www.zapthedingbat.com/security/ex01/vun1.ht m it simply turns into http://www.microsoft.com%01@zapthedingbat.com/secu rity/ex01/vun2.htm

    3. Re:The example misuse by erasmus_ · · Score: 1

      Thanks, that definitely illustrates the problem. It looks like the URL in right-click > Properties does not have the same issue, and does display both the bad character and the rest of the URL. I'll be sure to be confirming addresses of important sites until a patch is released using this method.

      --
      Please subscribe to see the more insightful version of th
    4. Re:The example misuse by rjung2k · · Score: 1

      In case anyone is wondering, this doesn't appear to affect IE on mac.

      When was the last time any Microsoft security hole affected the Mac?

    5. Re:The example misuse by Anonymous Coward · · Score: 0

      Moderation is not a political tool.
      Moderation is not a political tool.
      Moderation is not a political tool.

    6. Re:The example misuse by frission · · Score: 1

      I've already seen this done sometime ago with people using pages to spoof earthlink and trying to collect credit card info. Do yourself a favor, and if there's any links included on the site, put your mouse over it and hover to see the address in the status bar. This IE flaw won't disguise that (i hope), it should still say spoofingsite.com/spoofed.html or whatever or also, if you're trying to be really careful, do a view source and see what address the form is POSTing to... or even better, use a different browser :)

    7. Re:The example misuse by bjdevil · · Score: 1

      At http://www.zapthedingbat.com/security/ex01/vun1.ht m, did you just enter the url or did you click on the button? If not, try this again.

      If you just enter the URL above (http://www.microsoft.com%01@zapthedingbat.com/sec u rity/ex01/vun2.htm) in the URL bar, it does show the true URL properly - no bug. However, if you click on the button, which uses Javascript to redirect to the false URL, the bug appears.

      This is a real flaw, and is something Microsoft should be jumping through hoops to fix asap.

      --
      Some are born to move the world, to live their fantasies... Neil Peart
    8. Re:The example misuse by Wormholio · · Score: 1

      Actually, it does affect IE on the Mac, but slightly differently.

      It doesn't work with %01, but with %00 the true URL is masked in the status bar (bottom of the page) when you move the pointer over the link. The address display is not affected.

      --
      "Education is not the filling of a pail, but the lighting of a fire." -- William Butler Yeats
    9. Re:The example misuse by Anonymous Coward · · Score: 0

      Why don't you change to a real fucking browser instead, dimwit?

    10. Re:The example misuse by Etruscan · · Score: 1

      Actually, it's partially (though minimally) affected - the status bar for the hovered-over links only show "www.microsoft.com". Mind you - if you click on any of them, you see the whole thing in the address bar. Not that this will really affect the vast majority of Mac OS X users anyhow, who probably use Safari by now.

      --
      loose != lose: My belt is too loose, thus I'll lose my modesty shortly.
  7. Word from the Microsoft Information Minister by JavaSavant · · Score: 5, Funny

    There is no bug, and there will be no patches in December! We will reveal the vulnerabilities of the infidels and they shall tower over our own!

    I don't really get them sometimes, honestly. Is this sort of like their being a SARS outbreak in New York and the CDC saying that they won't look into it for a month?

    1. Re:Word from the Microsoft Information Minister by mirko · · Score: 2, Funny

      Yep, and there was no spoon either.

      --
      Trolling using another account since 2005.
    2. Re:Word from the Microsoft Information Minister by Anonymous Coward · · Score: 0

      It sounds like MS is beginning a new form of extortion. Forcing large companies to decide between using insecure software for the next month or more while hoping for a free patch, or paying for a quick fix from MS.

    3. Re:Word from the Microsoft Information Minister by freakmn · · Score: 1

      It's not a bug, it's a feature!

      --
      warning: This post is likely to contain gobs of dripping sarcasm. Consume at your own risk.
  8. A demonstration by karevoll · · Score: 4, Informative

    Click here [ZapTheDingBat.com] to see an example of how it is done...

    Opera and Mozilla (at least firebird) handles it properly :-)

    1. Re:A demonstration by baldass_newbie · · Score: 2, Funny

      But I can't get it to work in Mozilla.
      So how do I know it's real?

      --
      The opposite of progress is congress
    2. Re:A demonstration by Aneurysm · · Score: 1

      Netscape 7 is fine too

    3. Re:A demonstration by joebagodonuts · · Score: 1

      I use Firebird and I couldn't figure out why I was unable to re-create the issue. Finally I realized "I'm not using IE"

      I need more coffee ;-)

      --
      "Give a woman two glasses of wine and some pad thai, and they'll agree to just about anything." the Sports Guy
    4. Re:A demonstration by Anonymous Coward · · Score: 0

      Mozilla 1.06a does as well.

    5. Re:A demonstration by darkstar949 · · Score: 1

      I'm at work which uses IE6 ~ ugh.
      The demonstration works here.

    6. Re:A demonstration by millwall · · Score: 1

      Click here [ZapTheDingBat.com] to see an example of how it is done...

      Sorry, this is off topic, but does anyone know where the term Zap Dingbat comes from? There is a font included with Windows called Zapf Dingbats.

      We've had loads of problems with this font in the tech support department I work for, that's why I was curious about it. Haven't seen the term anywhere else. Tried to search for it on Google but didn't find anything.

    7. Re:A demonstration by schovanec · · Score: 1

      I am pretty sure Zapf Dingbats is not included with Windows (only WingDings) since I don't have it. A lot of people have Zapf Dingbats, but it is delivered with a third party application. Possibly WordPerfect or some Adobe applications?

    8. Re:A demonstration by greenhide · · Score: 1

      In case any of you were worried, Cyberdog is unaffected also.

      --
      Karma: Chevy Kavalierma.
    9. Re:A demonstration by Tyrathect · · Score: 1

      NetCaptor also handles it properly, and NC uses the IE engine.

      --
      "They just use your mind and they never give you credit"
    10. Re:A demonstration by DLWormwood · · Score: 1
      A lot of people have Zapf Dingbats, but it is delivered with a third party application. Possibly WordPerfect or some Adobe applications?

      Zapf Dingbats and Zapf Chancery used to be common fonts that were installed on Macs, usually when the user installed a printer driver for an Apple branded-printer. Both Zapf fonts are less common now since the popularization of the web and the standard use of fonts like Wingdings.

      The same font packages that included the Zapf fonts usually included my favorite font of all time: New Century Schoolbook. I remember Squaresoft using it for some interface elements of some of their older RPGs. (I really need to dig up a copy to install it on my modern system again.)

      --
      Those who complain about affect & effect on /. should be disemvoweled
    11. Re:A demonstration by iotaborg · · Score: 1

      IE for mac even handles it correctly. Stupid Microsoft.

    12. Re:A demonstration by jred · · Score: 1

      It works w/ CrazyBrowser, which doesn't surprise me, I think CB uses the IE engine... (it does have tabs, though)

      --

      jred
      I'm not a mechanic but I play one in my garage...
    13. Re:A demonstration by JaxWeb · · Score: 1

      Mozilla 1.5 displays it correctly on the address bar, however try hovering your cursor over the link and read the status bar... it terminates the string at the %00 then.

      --
      - Jax
    14. Re:A demonstration by Anonymous Coward · · Score: 0

      Come on moderators, this is like the third time this has been posted already and highly moderated. Not to mention that it was included in the frickin article. This is precisely what the "Redundant" modifier is for.

    15. Re:A demonstration by Dahan · · Score: 1
      Sorry, this is off topic, but does anyone know where the term Zap Dingbat comes from? There is a font included with Windows called Zapf Dingbats.

      As others have mentioned, the font doesn't come with Windows, but it is a fairly common font. Zap Dingbat seems to be a play on Zapf Dingbats... I don't think there's any more to it than that. If you meant where the font "Zapf Dingbats" got its name, Hermann Zapf is a famous font designer from Germany, and the dictionary will tell you what a dingbat is.

  9. The patch they should issue! by rknop · · Score: 5, Insightful

    Why not just pull IE from the market altogether and tell everybody to download Mozilla and get on with their lives?

    Not only would all the IE security problems be gone (in favor of Mozilla security problems, granted, but I suspect those would be more tractable), but we'd also finally have everybody using a browser that actually supported web standards! (Yeah, IE is pretty close nowadays, but I found out recently that simple Java 1.4 applet embedding just won't work from IE if you use the basic codetype="application/java" standard, even if you've downoaded Java 1.4, whereas it does work from Mozilla.)

    -Rob

    1. Re:The patch they should issue! by Anonymous Coward · · Score: 0, Funny

      yes, remove the free preinstalled browser completly, THEN download something else, are you going to teach my mom to use ftp.exe to get to mozilla.org for me, because i sure as hell ain't.

    2. Re:The patch they should issue! by DrEldarion · · Score: 1

      >> Why not just pull IE from the market altogether and tell everybody to download Mozilla and get on with their lives?

      ...

      [blink][blink]

      ...

      Yeah, that's going to happen.

    3. Re:The patch they should issue! by nolife · · Score: 1

      It can be done. Mom doesn't know shit about Gator, nothing about the extra "search helpers" embedded into IE, the date manager, the time syncronizer, comet cursor, and the software she has that gives her popups all the time and those got installed without any problems. I'm sure that same technology that allowed those to be installed could also be used for Firebird considering in its current state it's not even actually an "install" but more of a tarball and a shortcut to MozillaFirebird.exe.

      --
      Bad boys rape our young girls but Violet gives willingly.
    4. Re:The patch they should issue! by gad_zuki! · · Score: 4, Interesting

      More importantly why aren't banking sites suggesting users use Moz? Some could argue that if they knew this in advance they are liable for being negligent, like leaving the vault door open.

      It would only be fair to see a link to Moz and Opera on banking sites and suggesting people use these browsers for maximum privacy and security.

    5. Re:The patch they should issue! by robbo · · Score: 4, Interesting

      It's not a mozilla/ie issue, it's a social issue. Mozilla is likely to have its share of egregious security holes (but probably not as many). Even if patches are released within hours of the discovery of a bug, the likelihood that joe user will install the patch is slim. We can all hoot and holler-- install Mozilla! but if Mozilla gained majority market share, people would still fail to take the time to patch their systems, and it's inevitable that moz security bugs will be discovered too.

      --
      So long, and thanks for all the Phish
    6. Re:The patch they should issue! by calethix · · Score: 1

      You mean like my bank which suggests one of the following?
      * Netscape Communicator 4.79
      * Netscape 7.02
      * Microsoft Internet Explorer 5.0
      * Microsoft Internet Explorer 5.5
      * Microsoft Internet Explorer 6
      * AOL 8.0

      Funny what they consider secure huh? (I'm using Firebird 0.6.1 btw)

      I got in the habit of just using IE but it looks like I can at least use Firebird now, just with a warning that things may be broke. I don't think it used to even let me try to log in.

    7. Re:The patch they should issue! by 91degrees · · Score: 1

      I thought Mozilla had this bug as well though.

    8. Re:The patch they should issue! by orkysoft · · Score: 1

      It most certainly does not. I just checked it.

      --

      I suffer from attention surplus disorder.
    9. Re:The patch they should issue! by Anonymous Coward · · Score: 0

      As much as you all HATE to acknowledge it, IE REALLY IS a large part of windows. And to be honest, it was a great idea on paper... everything that your web browser did was PERFECT for implementing a shell. All of those thumbnail previews etc are courtesy of IE.

      Even 3rd party shells mearly replace the desktop half of Explorer. When you run "c:\Program files\", Explorer still comes up. You would have to replace Shell32.dll and a buttload of other libraries to be able to still do things we take for granted... like Drag and Drop.

      So while you are modded as Insightful, I would say it was no more then an ignorant rant.

      Please Drive through. Kthx.

    10. Re:The patch they should issue! by Anonymous Coward · · Score: 1, Interesting

      The fact that it works in Netscape 7 means that it should work in Firebird as well. However, Banks tend to be very anal about your client software, and many of them will block browsers that they haven't specifically tested.

      Also, Firebird is BETA software. There's been cookie bugs and so on in the Moz dev branch, it's semi-reasonable that security-sensitive companies don't want to support half-baked software.

    11. Re:The patch they should issue! by Trelane · · Score: 1

      Newp. I'm seeing the full url in the proof-of-concept page using Mozilla 1.4.

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    12. Re:The patch they should issue! by Anonymous Coward · · Score: 0

      Mozilla 1.3 does have the problem. The incorrect link shows up in the mouseover tool tip and the location status bar at the bottom of the browser.

    13. Re:The patch they should issue! by Anonymous Coward · · Score: 0

      Because Mozilla also has the same problem, although the link properties show the "%00" and the correct full URL in Mozilla while the link properties in IE do not show anything beyond the "%00".

      Both IE and Mozilla incorectly only display up to the "%00" character in the status bar and the anchor's tooltip.

      IE needs to be fixed in 2 places, Mozilla needs to be fixed in one.

    14. Re:The patch they should issue! by pacman+on+prozac · · Score: 1

      That would cause hell for the IE only banking sites, great idea!

    15. Re:The patch they should issue! by Ubergrendle · · Score: 2, Informative

      I work for a bank in their internet division. We list 'supported' browsers, but don't make any recommendations. Why? Because we don't want our telephone representatives providing tech support for our 5 million customers. We tried recommending Netscape about 4 or 5 years ago... "NEVER AGAIN" is our mantra.

      Yes, it sucks. But we're a business and we can't lead technology change. Just be thankful we don't use .asp, Active X, or flash on our site. :)

      --
      John Maynard Keynes: "When the facts change, I change my mind. What do you do?"
    16. Re:The patch they should issue! by zonix · · Score: 1

      Perhaps this is where browser sniffing could be put to good use for once? Banks could warn the user when detecting an exploitable browser - for some reasonable period of time that is, before cutting the browser off altogether, giving users time to upgrade.

      I know you can change the UA string, but you were refering to the average Joe User.

      Of course not all browsers change the UA string with patch upgrades, but perhaps there's some other way of fetching revision info? This is beginning to smell of JavaScript though, so beware. :-)

      z
      --
      What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
  10. MicrowhocaresjustuseandOSOS by wud · · Score: 4, Funny

    'Microsoft says it is investigating reports of the vulnerability. When that inquiry is complete, the company will take whatever steps it deems necessary, such as issuing a new patch

    lets just hope they release the patch on purpose this time

    --
    wud
  11. moderately critical by maharg · · Score: 3, Funny

    Secunia rated the vulnerability as "moderately critical."

    How long will it be before someone finds a "critically critical" uber-flaw.

    --

    $ strings FTP.EXE | grep Copyright
    @(#) Copyright (c) 1983 The Regents of the University of California.
    1. Re:moderately critical by mlush · · Score: 1
      How long will it be before someone finds a "critically critical" uber-flaw.

      <kneejerk>They have, its called Microsoft Windows </kneejerk>

    2. Re:moderately critical by Anonymous Coward · · Score: 0

      a critically critical flaw would be the one that actually causes them to loose market-share... everything else is just a bother to ms, all these (l)users asking/begging for a patch for the 'i 0wnz your b0><en' exploit of the hour at all hours filling up their email boxes with all this junk.

    3. Re:moderately critical by Steve+G+Swine · · Score: 1

      I really want to critically moderate that comment.

      But trying would be pointless, as I have no points.

      --
      "Consider yourself a member of a virtual corporation with Mr. Torvalds as your Chief Executive Officer." - Linux Advocac
  12. Works fine on IE by nberardi · · Score: 2, Informative

    No bug in my box from some reason. It works fine on my version IE 6.0 on Windows 2000.

    1. Re:Works fine on IE by karevoll · · Score: 3, Informative

      What is your version-number? Mine is 6.0.2800.1106, and I can confirm that its working (infortunately)...

      Have tried some examples? Such as this one? [zapthedingbat.com]

    2. Re:Works fine on IE by maharg · · Score: 4, Funny

      mebbe someone spoofed your shortcut to point at Internet%20Explorer%01@Mozilla

      --

      $ strings FTP.EXE | grep Copyright
      @(#) Copyright (c) 1983 The Regents of the University of California.
    3. Re:Works fine on IE by nberardi · · Score: 1

      Yeah I dont' think that is the problem. Good joke I just couldn't help not cracking up.

    4. Re:Works fine on IE by nberardi · · Score: 1

      I am also using 6.0.2800.1106CO. But I also don't have the most tipical setup on my computer.

    5. Re:Works fine on IE by karevoll · · Score: 1

      Have you updated your computer/browser from http://windowsupdate.microsoft.com lately? I always make sure I have, so it might be some small patch they released some time ago that borked it.. This is just speculations though, no hard evidence..

    6. Re:Works fine on IE by djmurdoch · · Score: 1

      It only affects people who leave Javascript turned on on untrusted sites. Why would anyone do that? Do they like popup hell?

    7. Re:Works fine on IE by efextra · · Score: 1
      Why would anyone do that?
      Ummm... because it is enabled by default?
    8. Re:Works fine on IE by br0ck · · Score: 2, Informative

      This exploit does NOT rely on Javascript. The zapthedingbat exploit page does indeed rely on script, but just do a slight modification to their script in a local file (remove spaces):

      <script language="javascript">
      document.write(unescape('h ttp://www.microsoft.com%01@zapthedingbat.com/secur ity/ex01/vun2.htm'));
      </script>

      will give you a URL that you can put into an unscripted link something like this, but with the %01 encoded and displayed as a box.

      <a href="http://www.microsoft.com[encoded %01]@zapthedingbat.com/security/ex01/vun2.htm">exp loit</a>

    9. Re:Works fine on IE by djmurdoch · · Score: 1

      I was explaining (not too clearly) why the sample exploit didn't work for some people.

      But in any case, if the buggy link is in regular HTML it will show up correctly in your status bar before you click. If you get sucked in and click on it, the false address will show up in your address bar.

      If you don't trust a website, or you get an email from a stranger, don't you look at what will happen before you click?

    10. Re:Works fine on IE by Anonymous Coward · · Score: 0

      Well thats real nice. Here I was trying to fiddle with onscript events and # anchors! Doesn't work on Slashdot though; it'll strip out non-displayable characters.

    11. Re:Works fine on IE by djmurdoch · · Score: 1

      Why would anyone do that?

      Ummm... because it is enabled by default?


      I thought Slashdot users were supposed to be more security conscious than the average. Do you leave all security settings at their default levels, because a big company like Microsoft wouldn't do anything that would put you at risk?

      It's your box. Take control of it.

    12. Re:Works fine on IE by efextra · · Score: 1

      I thought you said anyone, not Slashdot users.

    13. Re:Works fine on IE by djmurdoch · · Score: 2, Informative

      Please note however that there's a related bug described here that fools the status bar. So even a careful user could be sucked in.

      The new version doesn't fool the address bar, but I wouldn't be surprised if there's some combination of characters that does.

    14. Re:Works fine on IE by agrippa_cash · · Score: 1

      Which begs the question "Why would ANY Slashdot reader use IE anyway? (Though as I recall, about half do.)

  13. These are pretty nasty bugs. by Sheetrock · · Score: 4, Insightful

    I've found that people are more likely to encounter these sort of things via e-mail, and that they lend themselves quite easily to fraud/theft. Hopefully, Microsoft will release a patch for this even though it's December, because this will no doubt find its way into (illegitimate) spammers' arsenals.

    --

    Try not. Do or do not, there is no try.
    -- Dr. Spock, stardate 2822-3.




    1. Re:These are pretty nasty bugs. by Anonymous Coward · · Score: 0

      Bullcrap! It is already in the spammer's arsenal. My brother caught an e-mail with this in it last weekend. It purported to be from VISA and collected VISA acct info. He reported it Saturday and site was down by Monday.

      Then we see this advisory on Thursday. Let's put an end to this shit about releasing exploits driving the spammers; it is quite the other way around. The spammers are uncovering flaws and driving the patches! We need to know about these exploits as soon as possible to prevent being scammed by them.

    2. Re:These are pretty nasty bugs. by Andrew+Hutchinson · · Score: 1

      Its not too much of a concern, because of the fact you need to use the unescape function in Javascript to get this bug to function.. and almost every mail client will not run javascript for security concerns.. The only way I can see them possibly doing it, is providing a link to another site that has the link to their bank etc on it.. but then that kind of defeats the purpose

    3. Re:These are pretty nasty bugs. by Zaiff+Urgulbunger · · Score: 1

      Errr no. If the email contains a link:

      http://www.yourbank.com%01@www.dodgyhackers.org /

      and you click on it (regardless of the email client even!), your default web browser will open it.

      If you default browser is IE, then it will open the home page of www.dodgyhackers.org *bug* the address bar will *only* show www.yourbank.com

      You do not need JavaScript at all. I know unescaping has been mentioned, and this could help the hacker hide their activities (otherwise most email clients and browsers will show the full target address in the status bar) but the fact is you don't need it! In any case, how many people check the URL in the status bar is valid?

      Seems fairly big problem to me!

    4. Re:These are pretty nasty bugs. by Andrew+Hutchinson · · Score: 1

      Really.. I tested it and I could only get it to work when it was unescaped.. I'll take your word for it..

  14. Now, if it only had a bug by Anonymous Coward · · Score: 0

    Where it hides IE, and downloads Mozilla or Firebird as a replacement...

  15. Well this is but one..... by Anonymous Coward · · Score: 0

    of a number of severe security issues in IE. The fact is IE6 is abandonware beyond trivial patching, issue that require more substantial reworking will not be addresses until Longhorn is released with the new verison of IE.

    One need only look at the state of IE to see Microsoft does not give a stuff about it anymore it lacks features and usability and has been left behind by Firebird in the usability stakes. The sole reason IE is still needed by some is because of ActiveX and stupid sites that use it *cough*bbc news*cough*.

    1. Re:Well this is but one..... by metamatic · · Score: 1

      Dear AC,

      BBC News uses Java and works fine with Mozilla and Safari on the Mac, as well as Mozilla on Windows.

      --
      GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  16. Goddamn it! by nordicfrost · · Score: 1

    Just after I had a lecture for my parents / friends on how to validate URLs, some shit like this comes up. Using Microsoft products is like fighting windmills all the time. Lucky for me, I have ended all friend-support for anyone not using Linux or MacOS.

    1. Re:Goddamn it! by MikeCapone · · Score: 1

      Lucky for me, I have ended all friend-support for anyone not using Linux or MacOS.

      Or you could've been a bit less drastic and made them switch to more secure apps while keeping the MS OS (yeah I know, not perfect but it's a step in the right direction -- people are less likely to ditch everything at once).

      Why couldn't you just migrate them to Mozilla/Firebird and install some security measures on their computers (good anti-virus, Spybot:S&D, etc)?

    2. Re:Goddamn it! by Covener · · Score: 1

      I don't get it -- your friend couldn't follow your awful advice?

    3. Re:Goddamn it! by acabrera · · Score: 1

      Mplayer is awful advice? I've been using MPlayer OS X for a while and have NEVER had a problem with it. What I don't get, however, is why people get so defensive about the tools they use. This is the same kind of bullshit I hear when people go into huge debates about vi v. emacs. It's fucking stupid. They are just tools, use whatever is comfortable to you and don't be so goddamn critical of someone else's choice to get work done or entertain themselves.

      Is that hypocritical because I gave my friend shit about using Windows? Maybe, except for the fact that I do more fielding windows questions for friends and family than they actually get work done.

    4. Re:Goddamn it! by jonathan_ingram · · Score: 1

      No, it's stupid advice because you don't need to install Mplayer to watch XviD encoded video in Windows.

      XviD's just an MPEG4 Advanced Simple Profile codec. You only need to install something like FFDShow, and you'll be able to play XviD, DivX, and much much more, through the media player of your choice.

    5. Re:Goddamn it! by The+Grassy+Knoll · · Score: 1

      >Lucky for me, I have ended all friend-support for anyone not using Linux or MacOS

      Worst... Friend... Ever...

      .

      --
      They will never know the simple pleasure of a monkey knife fight
    6. Re:Goddamn it! by Covener · · Score: 1

      You probably field so many because you're giving them such awful advice. Installing the appropriate codec or a simple player like vlc is how you help someone, not by pointing them at installs for the wrong OS.

    7. Re:Goddamn it! by Jaysyn · · Score: 1

      You're a real asshole, how hard is it to send him to the Win32 XVid codec?

      Jaysyn

      --
      There is a war going on for your mind.
    8. Re:Goddamn it! by freeze128 · · Score: 1

      If I start using Linux exclusively, can I be your friend? (I might just start using it anyway, but it would be nice to have some friend who can support me...) :)

  17. Crap like this..... by Conspiracy_Of_Doves · · Score: 0, Flamebait

    Is why I never use IE unless I absolutly have to.

    On my computer, IE doesn't even have access to get through Zonealarm.

    1. Re:Crap like this..... by gazbo · · Score: 2, Funny
      Oh man!

      That's pretty elite - can you post your config files on how to do that?

    2. Re:Crap like this..... by Anonymous Coward · · Score: 0

      Just block the application exe Iexplorer.exe BUT it CAN get thru if you allow Explorer.exe or other users of the IE COM components (Yahoo, MSN etc)

      SO yes you have to patch even if you dont run IE.

      ALot of people forget that other apps use the COM components for HTML stuff and cookies etc.

      Cry use moz all you want, but you still HAVE to patch IE.

    3. Re:Crap like this..... by nolife · · Score: 1

      I did the same in the past and that is a very good idea. It's works even better if you leave IE as the Windows "Default Browser". Anything spyware/application wise/etc that tries to phone home or fetch something using the default browser or calling the IE rendering engine directly will also get blocked automatically and you can happily continue to use your other browser with out any problems!

      --
      Bad boys rape our young girls but Violet gives willingly.
    4. Re:Crap like this..... by pebs · · Score: 1

      SO yes you have to patch even if you dont run IE.
      Cry use moz all you want, but you still HAVE to patch IE.


      Not when you're using Linux!!!! or OS X... or Solaris.. or FreeBSD.

      --
      #!/
    5. Re:Crap like this..... by gl4ss · · Score: 1

      you could pull the whole shit off with xplite or equivalents though.

      i haven't done that tho, as i'm pretty sure some boneheaded application i'd need at some point would depend on them.

      --
      world was created 5 seconds before this post as it is.
  18. Just tried it with Firebird by Anonymous Coward · · Score: 0

    It doesn't have the IE bug but on the other hand, I can see how a careless or inexperienced user could assume they were at the correct site. At least with Firebird you get a fair chance to double-check though.

  19. Not a problem in Opera by rbb · · Score: 5, Informative
    Why people keep on using Internet Explorer is a mystery to me, as these problems have been solved ages ago in browsers like for example Opera:
    Security warning: you are about to go to an address containing a username:

    username: www.paypal.com
    server: rc6.org

    Are you sure you want to go to this address?
    --
    In God We Trust, Others We Monitor
    1. Re:Not a problem in Opera by Anonymous Coward · · Score: 0, Funny

      >Why people keep on using Internet Explorer is a mystery to me

      Well then I guess most things are a mystery to you buddy!

    2. Re:Not a problem in Opera by Anonymous Coward · · Score: 0

      Well, you have to take the best you can get.

      IE is:
      - Windows only *)
      - Closed source
      - Many security holes
      + "Free" (as long as you have bought Windows)

      Opera:
      + Runs on many OSes, arcitectures and CPU's
      + Good HTML support, very strict
      + No known security holes(?)
      - Adware

      Mozilla:
      + Runs on many OSes, arcitectures and CPU's
      + Good HTML support, semi-strict
      + No known security holes(?)
      + Free
      - Not as "responsive" as Opera

      I'm using Opera under Linux, and I paid for it.

      Fine print:
      *) Yes I am aware of IE for MacOS, but that's a joke. I also use Opera and Mozilla under MacOSX.

    3. Re:Not a problem in Opera by Anonymous Coward · · Score: 1, Insightful

      Opera is more secure indeed. That's not the only reason why we love it, it's

      faster

      smaller

      got more features

      Those are the main things really, there's way more to it, so just check it out at www.opera.com

    4. Re:Not a problem in Opera by RFC959 · · Score: 3, Informative

      The problem is that there are still so many sites that are borken in other browsers. (Well, one of the problems, anyway.) Not necessarily because the other browsers are bad, but because developers assume that everyone is going to have IE, think they should force everyone to use IE, or just don't bother to test at all. Off the top of my head I can think of two sites which are intentionally broken:
      http://www.scps.nyu.edu and
      http://www.expensable.com. (expensable.com, by the way, is an excellent showcase for bad design, but most of it you'd have to log in to see. For example, the main interface is in a popup, and if you have popups blocked, you just can't log in, and it gives you no indication why.) Try going to either of those sites with your User-Agent string set to something unusual. Sure, you and I know how to change that...but for my mom, who can't even figure out how to change her Windows desktop image on her own, that's going to be a deal-breaker.

    5. Re:Not a problem in Opera by Dave2+Wickham · · Score: 1

      I thought everybody was saying that IE for Mac was better than IE for Windows.

    6. Re:Not a problem in Opera by rbb · · Score: 1

      http://www.scps.nyu.edu/ claims I "need a 4.0 browser to view this website" when I identify as Opera and then manages to link to two non-existing pages where I can download "proper" browsers. A classic example of a site that can't properly do browser detection and most likely hasn't had its code updated in ages.

      http://www.expensable.com/ however seems to work quite nicely in my Opera 7.x for Linux.

      --
      In God We Trust, Others We Monitor
    7. Re:Not a problem in Opera by EnVisiCrypt · · Score: 4, Interesting

      Ahem. Mozilla *is* strict, plain and simple, but only if you use the proper doctype definition. If you don't you probably don't care about "strict" rendering anyway.

      I don't use Opera, but I suspect the same is true. If it isn't, then why would you want a browser that intentionally misrenders pages for which the author did not clearly state a doctype? Aren't you just hurting yourself?

      ideal:
      doctype def == strict or "standards" rendering
      no doctype == loose

      This way you get to see most sites on the web, and those authors who have taken the care to craft their pages properly get their pages rendered in the fashion in which they intended.

      --


      *everything* is Orwellian to cats.
    8. Re:Not a problem in Opera by kent_eh · · Score: 2, Interesting

      Why people keep on using Internet Explorer is a mystery to me

      Lots of us aren't given a choice. Our desktops at work are locked down, so normal users can't install or change the software available.

      My desktop machine is so locked down that I can't adjust the clock. I have to put in a formal request to IT to have it done whenever the clock gets too far away from reality. And then another request for them to set it to the correct time in my time zone, not theirs.

      At home, it's a differnt story. Mozilla on FreeBSD!

      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    9. Re:Not a problem in Opera by pebs · · Score: 1

      I had no problem with either site, though I didn't log in to expensable.com. Browsing with Firebird 0.7. I logged in to the NYU site no problem, it appears the same as in IE.

      I did notice one thing. When I go to the NYU site with Firebird, I get these hot chicks on the front page, whereas with IE I get some dorky dude. Needless to say, I'll continue to use Firebird.

      --
      #!/
    10. Re:Not a problem in Opera by kikta · · Score: 1

      Both worked great for me in Mozilla 1.5 on WinXP Pro. Didn't try logging in, of course.

    11. Re:Not a problem in Opera by Anonymous Coward · · Score: 0

      "borken"

      Is that like Borg slang for "nookie"? :-)

    12. Re:Not a problem in Opera by OblongPlatypus · · Score: 1

      That was before IE6. Funnily enough, no one seemed to think IE5/Win was a joke even though IE5/Mac was much better. Now IE6 is much better than either IE5, but anyone who uses Mozilla or Opera know that any IE is a joke in comparison.

      --
      -- If no truths are spoken then no lies can hide --
    13. Re:Not a problem in Opera by Trelane · · Score: 3, Interesting

      Have you tried using the Mozilla Zip file version, as opposed to the installer version? Essentially, install goes like:

      1. Download the Zip file containing Moz to My Documents or something (should be under the release page for Mozilla)
      2. Unzip the file to somewhere in My Documents
      3. Optionally, bring in a floppy or something with the plugins for Moz (or copy them from where they might be installed with Moz; getting them from a Netscsape install is optimal, since they're then self-contained). Put the plugins in the plugins sub-directory in your new Mozilla directory.
      4. Go to the new Mozilla directory, and run Mozilla!

      I used it to put Moz on the Windows Ex-Privacy machines at my uni with just my user account. Naturally, you can't change the "System Access Preferences" or whatever it's called since it'd be completely assinine for anyone but Administrator to let the user choose what browser they prefer to use....

      Anti-Trust Penalties my ass.

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    14. Re:Not a problem in Opera by drinkypoo · · Score: 1

      Incidentally the clock thing is because under Windows' default security scheme you cannot change the clock without being an administrator, even power users are not allowed to do it. Of course, if your IT department had a clue, they'd be using SNTP, support for which is included at least back to Win2k, and I believe NT4, and probably NT3.51 for that matter, but I'm not sure about either of those. I don't think there was GUI support for this in Win2k but the commandline is:

      NET TIME /SETSNTP:server
      or
      NET TIME /SETSNTP:"server1 server2..serverN"
      you can see the current sntp server with
      NET TIME /QUERYSNTP

      On my WinXP system the SNTP value is "time.windows.com,0x1" (I haven't bothered to change to a more reputable source because so far I've had good results) and I don't know what the hex value after it is about, and am too lazy to go try to find it in the MS KB. Nonetheless, the functionality is there.

      You could probably give a user the rights to change the time through a security policy, but I've never tried and most IT departments don't want to get into that.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    15. Re:Not a problem in Opera by kent_eh · · Score: 1

      Have you tried using the Mozilla Zip file version, as opposed to the installer version?

      Interesting, I'll have to give that a shot.


      Optionally, bring in a floppy or something with the plugins for Moz


      They also made the floppy and CD drives invisible. Nothing like paying for hardware, then not allowing your users to use it. (I have created shortcuts to the drives, but most of my co-workers don't know how... and besides, those user-created shortcuts disappear after logging out each day.)

      This is getting back to last week's discussion on how stupid security policies just cause users to bypass security to get their work done.

      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    16. Re:Not a problem in Opera by belthezar · · Score: 1

      I had no troubles on either site with Firebird 0.7+ (nightly from last night) on Linux. I did not try to login but I saw where I could login on both pages.

    17. Re:Not a problem in Opera by pclminion · · Score: 1
      manages to link to two non-existing pages where I can download "proper" browsers.

      The links work, if you take the extraneous 'ggg' off the end ;-)

      What a fucked up site...

    18. Re:Not a problem in Opera by Trelane · · Score: 1

      those user-created shortcuts disappear after logging out each day.

      That's fine; it's a one-time thing to get the plugins to make Moz more useful for mainstream sites (Flash, Java, etc.) I was taking a great guess and assuming that your Admin didn't install Netscape. [Actually, mine did and I just copied the plugins]. :)

      This is getting back to last week's discussion on how stupid security policies just cause users to bypass security to get their work done.

      Yup. And how Management is Dumb.

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    19. Re:Not a problem in Opera by scrytch · · Score: 1

      > Lots of us aren't given a choice. Our desktops at work are locked down, so normal users can't install or change the software available.

      Firebird works without any "install" at all. Presumably they let you have home directories. Kind of sucks when you can't change your default browser, but if you really must escape IE, there you go.

      Personally, I still use IE here at work, and opera at home, thunderbird if something's heavily javascripted. Firebird/Moz still has too many "issues" with drag selection behavior to be usable for the particular apps I use IE for (for starters they need to stop making the god damn thing scroll when the selection is extended offscreen but the mouse isn't at a top or bottom edge).

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    20. Re:Not a problem in Opera by Idarubicin · · Score: 1
      I see from some other posters you can install Moz/Firebird without admin privileges. You can also install Opera on a locked down machine.

      I, too, am unable to adjust my clock (right now it is nineteen minutes slow), but I had no problem with setting up Opera. (You cannot, however, install its supplied Java Virtual Machine.)

      --
      ~Idarubicin
    21. Re:Not a problem in Opera by Zaiff+Urgulbunger · · Score: 1

      Damn. I got the dorky dude! And I'm using Firebird 0.7 -- thats not fair!!!

    22. Re:Not a problem in Opera by toddestan · · Score: 1

      www.expensable.com seems to work fine in Opera 7.23, but I can't log in so I can't comment on that.

      www.scps.nyu.edu bitches about Opera not being a 4.0 browser (sigh). However, I hit F12 and tell Opera to identify as IE 6.0 and the page loads just fine. They should really just remove that bit about needing a 4.0 browser. Nowadays, that's just dumb.

  20. Human nature will pull people in more by Amiga+Lover · · Score: 5, Insightful

    I think the nature of humans to run on autopilot, and that will pull more people in than anything else. A correct-looking url will just add a few more to the gullible.

    My boss in 2001 was a pretty cluey guy most of the time. Into his mailbox came one of the eBay scams. "Re-enter your username and password etc and we'll have your records up to date, otherwise your eBay account will be deleted". Partway through doing this he got a bit confused by the process, and I picked up immediately it's not an ebay address. I pointed that out to him. the email's fake. a scammer looking for a way to make a quick scam using his ebay account.

    What's he do? goes straight to the main eBay site and starts looking for the equivalent page - he was still on the track of "Must update my ebay account details". It didn't even enter his head that the scam was a COMPLETE scam. half an hour later he's asking again whether or not maybe he should use the URL in the email because he didn't want to lose his eBay account.

    A fake URL might catch a few more, but it's peoples attitude, trust of random emails, and acting on autopilot regarding emails that come into their mailbox that catches more than anything else IMHO

    1. Re:Human nature will pull people in more by Anonymous Coward · · Score: 0

      Yeah but most people wouldn't be that stupid. I mean the current ebay scams are pretty weak. You click on the site and it comes up and you're suddenly at ebay.scammerdomain.com. come on, it doesn't take a rocket scientist to see through that.

      Now clicking that link will have http://uptodate.ebay.com/ and its obviously the right URL. what then?

    2. Re:Human nature will pull people in more by rnelsonee · · Score: 1

      I think using this vunerability will make it much easier, especially if you don't word your email like a total moron, which most scammers do. I'm ashamed to admit I actually got scammed like this earlier this year (I know, a /. user!). It was an email that looked just like the one that Bank of America usually uses. But it wasn't an obvious "we need to validate your password", but rather it mentioned a new feature, and asked us to log in to check out, and of course the form was on their server. I just never looked at the URL I was on... if I had, I would've never logged in. But if it can now say "bankofamerica.com", this scam will be much easier to pull off.

    3. Re:Human nature will pull people in more by calethix · · Score: 1

      "My boss in 2001 was a pretty cluey guy most of the time."

      Sounds like you have low standards for what 'cluey' means. You should invite him over to watch Star Trek IV some time. I'd like to know how long it takes you to explain the joke where Scotty tries talking to the mouse.

    4. Re:Human nature will pull people in more by B1ackDragon · · Score: 1

      I can sympathise with the "autopilot" thing. I was _this_ close to clicking on that windows update through an email virus, and I use linux!

      --
      The snow doesn't give a soft white damn whom it touches. -- ee cummings
    5. Re:Human nature will pull people in more by IM6100 · · Score: 1

      The solution is to instruct people to NEVER enter info on webforms they are redirected to from a random email. Close the email message and go to the website in question by direct means.

      This is what people need to learn to do.

      --
      A Good Intro to NetBS
    6. Re:Human nature will pull people in more by Anonymous Coward · · Score: 0

      If the From address on the spam is spoofed, this could be very realistic and trick a lot of people. I already get emails from my bank saying things like "Your monthly statement is now available online; click here to view it," so there's a lot of potential for genuine-looking scams.

  21. IE Mac is fine by wolrahnaes · · Score: 5, Informative

    Strangely IE 5.2 on OS X.2 is seemingly immune. Wouldn't the two logically use similar codebases and thus be vulnerable to the same attacks?

    --
    I used to get high on life, but I developed a tolerance. Now I need something stronger.
    1. Re:IE Mac is fine by Anonymous Coward · · Score: 1, Informative

      Believe it or not, IE for mac (as well as MSN (IE6) for mac) uses ENTIRELY different codebases.

      IE 5.2 for mac was well ahead of IE 5 for windows - in terms of rendering speed, css/dom support, and stability.

      why? i have no frickin' clue.

    2. Re:IE Mac is fine by Talthane · · Score: 4, Informative

      No, the Mac and PC versions of IE have nothing to do with one another beyond a superficial similarity in looks. The Mac version of IE has often been ahead of its bigger brother in terms of standards compliance and suchlike - for example, IE 5.2 does not require the CSS "box model hack" that you have to use to get some sites to render properly in IE 5.5 on Windows. They have a totally different codebase - Microsoft just made use of a name with high brand recognition.

      --
      "This is why men never share their feelings; because women always remember." -Just Shoot Me.
    3. Re:IE Mac is fine by Deven · · Score: 3, Informative

      Wouldn't the two logically use similar codebases and thus be vulnerable to the same attacks?

      You would think so, wouldn't you? No, a separate development team worked on IE for the Mac; the codebases weren't unified at all. From all reports, IE on the Mac was better than IE on Windows in many ways, particularly standards compliance. Go figure!

      --

      Deven

      "Simple things should be simple, and complex things should be possible." - Alan Kay

    4. Re:IE Mac is fine by Finuvir · · Score: 1

      IE/Mac and IE/Win are completely seperate entities. Different code teams, different rendering engines (IE/Mac reportedly has one that works for the most part). I would imagine that this means that they share very little if any code. I certainly don't remember an IE security alert that didn't feature several responses of 'works right on the Mac'.

      --
      Why is anything anything?
    5. Re:IE Mac is fine by PPGMD · · Score: 1

      I tested this bug on my systems when it was first announced. Mac IE is immune, as is Firebird, also all the browsers that run on top of IE are also immune. Seems only to be an issue with Vanilla IE.

    6. Re:IE Mac is fine by Turmio · · Score: 1

      They're not using the same or even similar codebase. Windows and Mac versions of IE are different, architected by two distinct teams.

    7. Re:IE Mac is fine by Anonymous Coward · · Score: 0

      MacIE had better CSS support, but it's JavaScript/DOM support was pretty cruddy.

    8. Re:IE Mac is fine by ConceptJunkie · · Score: 1

      You're assuming that Microsoft actually writes code from scratch. Almost every app they have was acquired from some other company and hacked to fit into Microsoft's way of doing things.

      The reason a lot of MS apps are so bad is not because of MS (although it often is) but rather because the original company that wrote the app wrote bad code and MS is either unable or unwilling to properly fix it.

      I've long ago stopped trying to think logically about how companies would work since they seldom work in a way that makes sense.

      --
      You are in a maze of twisty little passages, all alike.
    9. Re:IE Mac is fine by Anonymous Coward · · Score: 1, Funny

      They have a totally different codebase - Microsoft just made use of a name with high brand recognition.

      That's funny. I erased IE that day I bought my G4 because of its "High Brand Recognition".

  22. Time to declare a War on Bugs... by adrianbaugh · · Score: 1

    ... after all, friends don't let friends use Microsoft :-)

    --
    "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
    - JRR Tolkien.
    1. Re:Time to declare a War on Bugs... by Daverd · · Score: 1
      Time to declare a War on Bugs...

      Is that going to be anything like Starship Troopers?

    2. Re:Time to declare a War on Bugs... by Zoshnell · · Score: 1

      If it is I so get dibs on nailing Carmen. From the movie, not the bald headed freak from the book. Oh and I will actually finish the story, not end with the freaking Rodger(sic?) Young song...

      --
      "Do you suppose that's why God lives in the Heavens? Because he lives in fear of His creations?" - Steve Buscemi
  23. Better use protection when surfing... by jesseblue · · Score: 1
  24. check here to test your browser by nikster · · Score: 5, Informative

    click on the test button on this page.... it's quite scary.

    Of course, you have to use Internet Explorer to see it.

    Internet Explorer is usually found under C:\Program Files\Internet Explorer ;)

    1. Re:check here to test your browser by Anonymous Coward · · Score: 0

      mozilla still shows:

      http://www.microsoft.com%01@www.heise.de/securit y/

      which is still potentially confusing for some.

    2. Re:check here to test your browser by viware · · Score: 1

      Or you could just type 'iexplore' in the run command. Funny, that...

    3. Re:check here to test your browser by pmw57 · · Score: 1

      click on the test button on this page.... it's quite scary.

      For those of us who have trouble understanding german, here's the English translated version of the page, thanks to babelfish.

  25. Everyone can sleep soundly.... by elcid73 · · Score: 1

    Opera (7.23) is not vulnerable to this.

  26. Once again... by Azureash · · Score: 0

    Microsoft is blaming the person who found the bug, rather than themselves. Attacking the messenger seems to be their standard approach to security.

    --
    Look at my karma - I'm bad, just like Michael Jackson!
  27. Keep on share cropping by SgtChaireBourne · · Score: 1
    are you going to teach my mom to use ftp.exe ... because i sure as hell ain't

    No. You are. I won't sharecrop for Chairman Bill. Nor during this holiday season will I do any free work for him either.

    The least we could have gotten from the guilty verdict from anti-trust trial + appeal would be the unbundling of MSIE. That way OEMs could install a more useful, less troublesome, more secure tool like Mozilla or Opera. Or if users had to decide on a browser there'd be a higher probability of choosing one based on technical merits.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  28. Comment removed by account_deleted · · Score: 5, Funny

    Comment removed based on user account deletion

  29. example by Anonymous Coward · · Score: 0

    They have an example and a bunch of IE users going "woah" in the comment section that a bug is in the holy microsoft code.

    http://www.dslreports.com/shownews/36359

  30. wrong ! by Anonymous Coward · · Score: 0
    1. Re:wrong ! by RetroGeek · · Score: 1

      Wrong yourself...

      In Mozilla 1.5, specifically "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007", all I get is a:

      Bad Request (Invalid URL)

      --

      - - - - - - - - - - -
      I am a programmer. I am paid to produce syntax not grammar. Deal with it.
  31. Not so bad from a different point of view by castlec · · Score: 2, Insightful

    As bad as this may seem, perhaps it will push users into other browsers. Microsoft has already said that future IE versions will only be available through an OS upgrade. Perhaps the less enlightened will become enlightened when they find that IE X.X is no longer supported and [insert vulnerablity here] can only be fixed with an OS upgrade because you can't just get an IE upgrade. Maybe then, the less enlightened will just get another browser and then be enlightened.

    --
    When I tell an object to delete this, am I killing it or telling it to kill me?
    1. Re:Not so bad from a different point of view by DuncMan · · Score: 2, Interesting

      The "less enlightened" will do no such thing, because they already believe that Microsoft are the only company which understands technology and does all the innovation, and thus believe everything else that Microsoft tells them (including the traditional marketing line "You can do anything you want with Windows Beagle, the fastest, most secure, most private and easiest-to-use Windows ever!").

      They won't even have the wit to realise that other web browsers exist, let alone go looking for them and install them.

      Microsoft is fostering an attitude of technological ignorance- under a guise of ease of use- because it's easy to exploit the ignorant.

    2. Re:Not so bad from a different point of view by castlec · · Score: 2, Insightful

      I can't disagree with you, but I can hope. You forget to realize that it eventually comes to money. No one really wants to spend more of it right now. Mention free and ears do start to pop up a bit. Free fix, or $150 upgrade??? Free fix, or $150 upgrade??? Some will choose to leave the dark side.

      --
      When I tell an object to delete this, am I killing it or telling it to kill me?
  32. The patch problem, two-fold by LilJC · · Score: 3, Insightful
    The issue of "read my lips, no new patches" (for December) here is obvious. But now we have two problems. It normally takes a month for a fraction of end users to update even after a patch is issued. Even if this patch is issued immediately when MS said it can be, do you really think that people are going to wake up bright and aware after New Year's Eve and patch their machines?

    The people who patch immediately are basically immune to this anyway - we're not idiots. We know there is no time that PayPal would send us an email even directing us to their site to ask for a password. It's the people that need auto-update every damn day that will fall prey to this.

    Sure, most of us patch/encourage updates of those around us, but even that might take some time. There will still easily be weeks of January where "Verify your PayPal account for free Valentine's chocolates sent to your significant other" emails will be rampant.

    I like the idea of more predictability to patches, but I don't think it's feasible for reasons like this. The only way to predict when a patch will be needed is to set a schedule for their issue, and then immediately after that all the security problems will be exploited that have been found. i.e. in January serious problems found in December will come out and we'll have hell from then in January. Come the patch for January, all the problems found in January will crawl out, and we'll have hell again.

    This will continue, ad extremum nauseum.

    Enough ranting, I'll propose a solution. Windows is shipped with an auto-update immediately feature for home users who wouldn't dream of making a configuration change. Then there is a monthly patch that rolls everything together, and Update can be set to use that instead for appropriate machines that are administrated appropriately with users aware of issues. Or perhaps security issues are patched immediately and the latest WMP functionality gets put in the same patch with all the driver updates, etc. that can seriously wait a couple of weeks instead of everyone having to reboot their machines an extra half dozen times a month. There - that's two ideas off the top of my head that I would take over our current state of affairs in a heartbeat.

    --

    The only thing more dangerous than a file named -rf is renaming it -rf\ /
    1. Re:The patch problem, two-fold by Anonymous Coward · · Score: 0

      Go back and read the linked article you are referring to again.

      Point 1:
      They WILL release "in the wild" bugs asap. That includes in December.

      Point 2:
      They will release any other type of patch, once a month.

  33. See, this is why I don't use IE anymore... by SuperMo0 · · Score: 1

    Internet Explorer 6... browser of choice for easy hacking targets everywhere.

  34. Re:Not just an IE bug... by Anonymous Coward · · Score: 0

    My copy of Mozilla 1.6BETA displays it properly. The page has the full, malformed url on the top.

    IE is supposed to TRUNCATE the malformed part, only displaying the first, misleading bit.

  35. Re:Not just an IE bug... by BenjyD · · Score: 2, Informative

    No it doesn't. The exploit page linked to in the article displays the full URL with Mozilla 1.5 on my Linux system:

    http://www.microsoft.com@zapthedingbat.com/secur it y/ex01/vun2.htm

  36. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  37. Re: Hmmm doesn't work by Deviate_X · · Score: 1

    I tried the 'expoit' on IE 6 (build 6.0.3790.0 w2k3) and it simply doesn't work.

  38. Re:Not just an IE bug... by elcid73 · · Score: 1

    No it doesn't (Opera 7.23 is fine) ...and the parent is not informative.

  39. Re:Not just an IE bug... by Anonymous Coward · · Score: 0

    Incorrect. Although they all will take you to the latter site, only IE will -hide- the actual URL.

  40. Microsoft update eats Mozilla profile? by gvc · · Score: 1

    Microsoft update routinely resets "program access and defaults." Most annoying, but not what this note is about.

    On three occasions, with two different users, I have observed that Netscape/Mozilla profiles have disappeared following Microsoft update. Just a concidence? Perhaps, but after the third occurrence I have become suspicious.

    Because Microsoft update is an opaque process, there's no way I can even attempt to 'reproduce the problem' as I would normally do in similar circumstances.

    So I'll ask /.: have others had problems with Netscape/Mozilla profiles disappearing, and do they appear to be correlated with Microsoft Updates?

    1. Re:Microsoft update eats Mozilla profile? by Anonymous Coward · · Score: 0

      Microsoft is an evil corporation and we must destroy them! Linux is the future.

    2. Re:Microsoft update eats Mozilla profile? by pubjames · · Score: 2, Interesting

      On three occasions, with two different users, I have observed that Netscape/Mozilla profiles have disappeared following Microsoft update. Just a concidence? Perhaps, but after the third occurrence I have become suspicious.

      One time I played with the application that let's you set your default browser and email package - the thing that Microsoft had to do because of the DOJ ruling. It completely screwed up Mozilla - it actually renamed files in the Mozilla directory, I kid you not. I couldn't believe it. I had to reinstall. I bet some ass at MS put some code in like this:

      if ( mozillaInstalled and ((random (100) ==1) )
      screwUpMozilla();

    3. Re:Microsoft update eats Mozilla profile? by gvc · · Score: 2, Interesting

      Your experience would be consistent with mine. As I mentioned, Update routinely sets the default mailer to Outlook, and I have to reset it using the DOJ-mandated tool. So it could be that the tool is messing me up rather than the update. But it is still a consequence of the update, and still evil.

      If indeed the tool is the culprit, it may be easier than I had originally thought to reproduce the problem, and hence build a case against Microsoft. At least a case against their software. Proving intent would be another matter.

    4. Re:Microsoft update eats Mozilla profile? by IM6100 · · Score: 1

      No. I use Windows Update all the time, and almost exclusively use the Mozilla 1.5 browser on this machine. Windows Update doesn't screw up anything on this machine (w2k). Browser preferences stay the way they are.

      Anecdotal note: awhile ago I installed Mozilla almost immediately after a fresh install of Windows 2000, and never, ever, used IE on the machine. At some point later I tried to re-enable the system to use IE by default. It proved nearly impossible in that instance. I haven't seen the phenomenon repeated, but in at least that instance the mechanism for IE to 'take over' browser preferences from Mozilla was completely broken, worse than any experience I've had getting the reverse (setting browzer prefs from IE to Mozilla) to happen.

      --
      A Good Intro to NetBS
    5. Re:Microsoft update eats Mozilla profile? by IM6100 · · Score: 1

      I guess I can't imagine ever using the email program 'built into' or bundled with a browser, so haven't experienced this problem. It's Eudora on Windows and Sylpheed on the freenixes for me. I've never had the problems being described here. Microsoft installs of various kinds do have the annoying habit of reinstalling Outlook Express, which then has to be beaten down again over and over, but since I have an empty dead 'Address Book' it really doesn't matter.

      --
      A Good Intro to NetBS
    6. Re:Microsoft update eats Mozilla profile? by gvc · · Score: 1

      Hey, I use mutt, but wives, parents, children, etc. want Windoze solutions. They seem pretty happy with Mozilla, except when their profile disappears. Can you explain in a sentence or two why such users would want a stand-alone mail app?

      I used mail as an example, only. The entire profile disappears - bookmarks, browser preferences, and so on.

      Aside: It seems that Outlook trumps Outlook Express in the Microsoft pecking order, if it happens to be installed.

  41. Re:Not just an IE bug... by Anonymous Coward · · Score: 0

    Doesn't affect either my Opera or latest Mozilla beta......

  42. Well, thank God for that! by Anonymous Coward · · Score: 0


    The great unwashed hordes that while away their days on IRC will be protected from this new method of tubgirl trickery!

  43. Not that big of a deal by hugesmile · · Score: 1
    Is this really significant?

    I can create a web page that opens a window with NO menu at the top, buttons, or address bar (pop-ups do this all the time). And then I can have that web page CONTAIN a substitute menu, buttons, and address bar. In that fake address bar, I can write "www.microsoft.com", just like the sample demonstration. Simple exploit. May fool some people. May get them to enter their credit card info.

    Better yet... imagine this.... set up a whole www.ammazon.com (sic) site that looks like amazon.com, by retrieving amazon's pages in real time. Then collect credit card info, and never ship the merchandise. It could "look" like amazon, and you'd never notice that you accidentally had a typo when you misspelled "ammazon"! Because "amazon" is in the address bar!

    Or have I just revealed YET ANOTHER bug that Microsoft needs to fix?

    1. Re:Not that big of a deal by pommiekiwifruit · · Score: 1

      Which is why I have a non-default colour scheme for my windows. Popups stand out like a sore thumb.

    2. Re:Not that big of a deal by HeghmoH · · Score: 1

      I do even better than that. I use a non-default OS.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
  44. ludicrously critical by thatguywhoiam · · Score: 1
    How long will it be before someone finds a "critically critical" uber-flaw.

    What I want to know is, just how badly does the regular computer-using public need to get battered, by security holes and other exploits in IE, before they finally just ditch the damn thing?

    I installed Firebird for a co-worker the other day. While I was doing this I explained that they should turn on the pop-up blocker. They were astounded that this feature existed at all. I find this is a very common reaction (which, in turn, astounds me... lot of astounding going on).

    I'm sure this sentiment has been posted 56739285679 times before but really.. with the next version of IE coming out with Longhorn, god knows when, are people really going to put up with several security advisories every single month for the indefinite future?

    (I'm sure if I showed that same co-worker Safari or Konqueror they'd lose their shit completely. I'm not that cruel - they're stuck on Windows.)

    --
    If Jesus wants me it knows where to find me.
    1. Re:ludicrously critical by IM6100 · · Score: 1

      how badly does the regular computer-using public need to get battered, by security holes and other exploits in IE, before they finally just ditch the damn thing?

      The scamming and rip-offs are a result of the gullible public, not IE itself. If Mozilla had the market share of IE there would be plug-ins galore to create havoc and rip people off. And people would eagerly download and install them.

      Also, the 'open source' nature of Mozilla/Firebird make it far easier to produce a 'trojaned' version that is seamless and looks exactly like the original. Is the Mozilla project prepared to spend big bucks on an HTTPS site to serve as a 'validated download site' for Mozilla to 95% of the Internet? when Moz goes mainstream, casual 'mirror sites' won't cut it any longer.

      --
      A Good Intro to NetBS
    2. Re:ludicrously critical by ecc0 · · Score: 1

      MD5 checksums. Use 'em.

    3. Re:ludicrously critical by IM6100 · · Score: 1

      Train Joe Sixpack on how to use 'em.

      --
      A Good Intro to NetBS
    4. Re:ludicrously critical by ecc0 · · Score: 1

      What you do is have a small (100 kbyte-ish) installer app on a trusted site which also holds the files with the MD5 sums. The installer then fetches a list of mirrors and lets the user choose the nearest mirror. It downloads the tarball, checks it against the trusted MD5 sums and if all is OK, it untars it. Bandwidth requirements would be fairly low with this method.

  45. Here are some wonderfully simple tips... by Anonymous Coward · · Score: 0

    Microsoft, unlike Linux presents an easy user friendly interface to keep all these bad things at bay...

    Another Way to Approach IE Security
    http://www.winnetmag.com/Article/Article ID/41138/W indows_41138.html

    "The My Computer zone isn't listed when you view zone security in IE--you must edit the registry to adjust its security. However, be aware that when doing so, you could make mistakes that cause problems on the desktop and might even prevent the system from booting. You can find a detailed explanation of IE's security zone settings and how to edit them in the registry in the Microsoft article "Description of Internet Explorer Security Zones Registry Entries" ( http://support.microsoft.com/?kbid=182569 ).

    I think Larholm's approach makes good sense. You might consider trying it, but instead of manually adjusting the My Computer registry settings, you might consider using a utility to help automate the tasks to reduce your chances of error. PivX is beta testing a new utility called Qwik-Fix, which automates registry adjustments and strengthens the security of other subsystems, settings, and software such as remote procedure call (RPC)/Distributed COM (DCOM), MIME types, Windows Messenger, and Adobe streams. You can learn more about it at the URL below. "

    Windows rules!

  46. So Happy It's Thursday by wowbagger · · Score: 1, Funny

    Yet again the grand tradition of

    So
    Happy
    It's
    Thursday

    is upheld by Microsoft security bugs.

    And of course, now that Microsoft is releasing patches on Tuesday, we also have

    So
    Happy
    It's
    Tuesday

    as well.

    Kudos to Microsoft!

  47. Scares the pants off me... by pubjames · · Score: 5, Insightful

    Personally I think this is one of the worst security holes I've seen in ages. Why? - very easy to do and very useful if you're trying to do something fraudulent. I don't understand why they rated this "moderately critical" - personally I think it should be rated "super critical with mayo and large fries and a banana shake (with chocolate sprinklings)"

    1. Re:Scares the pants off me... by elcid73 · · Score: 1

      I agree with the parent. This is the first time I've actually emailed friends and family to watch out for this

    2. Re:Scares the pants off me... by Anonymous Coward · · Score: 0

      i don't think its going to make much difference to people. for most users, how far into the url to they read?

      http://www.paypal.com@WXY5QihL9rWIAn155ITy.ro0te nb oxen.com/securepayment/ccform/reallysecure/

      notice no exploit in this one, works in mozilla and ie, do you expect a normal user to read the whole thing?

    3. Re:Scares the pants off me... by Anonymous Coward · · Score: 0

      Yep, I would also agree, This one scares the crap outta me. How in the hell can I keep my wife, or family who have far less knowledge than me when it comes to computers, safe from this? Hell, I'd be hard pressed to realize I was being spoofed too. I understand that all one really needs to do to avoid an exploit like this is use a browser other than IE, but IMHO most other browsers tend to "break" on some sites (due to the fact that the sites were designed with IE in mind). I would think that microsoft would want to fix this ASAP. Of course the wide decimination of this information is going to result in lots of scams, sometimes I wish people would just keep their mouths shut until stuff like this gets fixed. To many morons out there who are going to jump on the bandwagon and use this exploit to rip people off.

    4. Re:Scares the pants off me... by Jugalator · · Score: 1
      Speaking of bugs easy to pull off...

      Does a html page with a single row:

      <input type>

      ... still crash IE?

      --
      Beware: In C++, your friends can see your privates!
    5. Re:Scares the pants off me... by pubjames · · Score: 1

      i don't think its going to make much difference to people. for most users, how far into the url to they read?

      The point is, they can click on a link that says "Paypal" and see http://www.paypal.com/ in their address bar. There is no way to spot that anything is wrong. As someone in IT support, how can I advise, say, 10,000 employees in a large company (that all have to use IE due to requirements of the intranet) what to look out for? I can't.

    6. Re:Scares the pants off me... by Anonymous Coward · · Score: 0

      man, you reminded me of how long i haven't had a milkshake... yum...

    7. Re:Scares the pants off me... by jesser · · Score: 1

      Maybe "critical" is reserved for security holes that

      A) Do more damage (e.g. full compromise of the user's system/account)

      B) Require less user interaction (e.g. just loading the malicious site or receiving an e-mail)

      If you call everything "critical", then "critical" loses its meaning. Just because it isn't "critical" doesn't mean they won't fix it.

      --
      The shareholder is always right.
  48. Not so negative.. by Rutje · · Score: 1

    Please people, keep in mind that there are also people who actually like patching!!
    For more info see: http://www.lastanzadeglihobby.it/patchwork.htm (excellent cursor b.t.w.)

    --

    I want my karma, and I want it now!
  49. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  50. Why is it slashdot never reports...... by Anonymous Coward · · Score: 0, Flamebait

    security issues in other browsers? IE may have its problems but it is the most powerful and standards compliant browser available at the moment. Mozilla may be an alternative one day but not at the moment.

    1. Re:Why is it slashdot never reports...... by Anonymous Coward · · Score: 0

      OK, I'll bite...

      Security issues in other browsers. That took 20 seconds to find.

      IE ... most powerful? Exactly how is browser power measured and what bearing does this 'power' have on a security vulnerability?

      IE is not the most standards compliant browser, and what bearing does this have on a security vulnerability? (Favourite quote from the link: "While it is true that our implementation is not fully, 100 percent W3C-compliant, our development investments are driven by our customer requirements and not necessarily by standards," said Greg Sullivan, a lead product manager with the Windows client group.)

      Mozilla will never be an alternative. Safari for Macs. Opera for PCs. Nothing else counts.

    2. Re:Why is it slashdot never reports...... by elFarto+the+2nd · · Score: 1

      IE may have its problems but it is the most powerful and standards compliant browser

      uh...I'll have whatever he's having thanks.

      Regards
      elFarto
    3. Re:Why is it slashdot never reports...... by freeweed · · Score: 1

      Perhaps because there aren't all that many?

      The last security advisories for Opera, for example, were something on the order of 8 months ago. Slashdot had at least 2 articles on that.

      Maybe try providing some examples of what you think Slashdot is covering up, instead of trolling for MS.

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    4. Re:Why is it slashdot never reports...... by DuncMan · · Score: 1

      You are very poorly informed, or very misguided, or are a troll.

      Internet Explorer, even in it's current 6.x versions, is *far* from being either of those things. The only 'power' it has is from having so much access to the innards of Windows (browser/ OS integration? good as a legal defence, bad as an idea). Which is why it's minor flaws become major security holes. Other browsers' issues don't generally become security holes.

      It's a pathetically feature-poor. It's implementation of standards is sometimes incomplete and sometimes broken. It's the sort of product you'd expect to get free with a packet of economy-brand cereal...

      Mozilla has been a superior contender for some time now. Don't believe me? Just watch as Internet Explorer copies Mozilla's features- but with broken implementation and numerous flaws, naturally.

    5. Re:Why is it slashdot never reports...... by The+Bungi · · Score: 3, Insightful
      This is very interesting. When the "best" alternative to IE was that piece of unbridled crap closed source Netscape Navigator you wouldn't hear a peep from anyone about "standards". Mozilla and friends have been viable products for what, a year and a half? And now IE is a piece of crap.

      As for this particular problem, as always Bashdork makes it seem like the end of the world, front and center. Check the other responses on this article - Mozilla is also vulnerable. I'm running Mozilla 1.6a (2003110515) and I see the "http://www.microsoft.com/" URL on the Secunia spoof page. This kind of puts it in perspective, eh?

      Mozilla is an excellent browser, that's for sure. But it is what it is because IE4 raised the bar so high (compared to NSN) that there was really nowhere to go. I personally use both, and I'm glad that Mozilla is (finally) giving IE a run for its money. But to go from embarrassed silence to this... well, as so many other areas where open source had to play catch up, the FUD tends to convey the idea that Microsoft has always produced non-functional "crap" and everyone else has been running circles around them forever.

      Very funny. Oh, and the "economy cereal" thing? Brilliant. I've heard the same thing said about Mozilla (albeit with a different angle), with its 40-second load times and cluncky one-size-fits-all non standard GUI. Not that I'd agree though. But hey, don't let that put a dent in your superb flaming skillz.

      And let's see how long it takes for the Mozilla folks to patch this one. And of course, for all those people running older builds to actually download and install.

    6. Re:Why is it slashdot never reports...... by DuncMan · · Score: 1

      For years Netscape pushed new ideas into HTML and the web browser. They ignored standards and were rightly lambasted for it, though many of Netscape's additions have since been standardised and gave us a more useful WWW. Netscape's code's evolution apparently made it difficult to add new standards and features in a stable way. As you say, Netscape was creaking (though it wasn't exactly "unbridled crap").

      Internet Explorer 4 raised the bar- but not by much. It was faster, more stable and (prematurely) added some new features that W3C was developing. It's idea of DHTML was better than Netscape's layers and JavaScript. But...

      Internet Explorer doesn't seem to have moved much since then. 5 or 6 years and 2 major versions on from then and- as a user- I'm not sure what's different. It has some DOM and better, but flawed, CSS, but this seems more like bug fixes to me. The user interface gained flashier buttons, but not much in the way of useful features.

      Thanks to Mozilla, though, Netscape 7.10- built on Mozilla 1.4 AIUI- is a fantastic web browser with features and performance by the bucketload. It took a while, but it was clearly the right- albeit scary- approach to abandon the old Netscape code and start from scratch. As a developer, I love it.

      And it doesn't suffer from this "hidden address" flaw. I've just tested it with that page you point to. I see the full URL, not just the misleading part. I don't know when the flaw was introduced into Mozilla but I wouldn't be surprised if there's a fix in Mozilla with days... or hours...

      This isn't The End Of The World, and Slashdot isn't reporting it that way, but it does make spoofing and identity theft a lot easier. Users can no longer trust what they see in their web browser, and will have even less clue that they've gone to a spoofed site.

      As for open source playing catch-up... OK, that's fair, many closed source products have genuinely been better in various ways than open source equivalents, but in some aspects open source has caught up and is ahead. Look at the various Apache-related tools. Look at KDE and Gnome. Look at Linux itself. Look at the plethora of GNU projects. Look at OpenOffice.org.

      Which is ahead depends on what specific feature, application, or technology you're looking at.

      I'm also slightly puzzled by your Mozilla comments. 40 seconds to load? Wouldn't that depend on the power of the PC it's on? Non-standard GUI? AIUI It's standard across every platform it's on, and can be skinned to ape the platform's own GUI if you must have that (though you may have to create the skin yourself- why should anyone else do it for you?).

      And since Mozilla users seem more aware than the average I-use-it-because-it-was-already-in-front-of-me Internet Explorer user, I expect they'll be downloading the fixed version pretty promptly.

    7. Re:Why is it slashdot never reports...... by shish · · Score: 1

      > Mozilla is also vulnerable

      IE says: microsoft.com
      Moz says: microsoft.com%01%00@secunia.com

      You lose.

      --
      I mod down anyone who says "I will be modded down for this", regardless of the rest of their comment
    8. Re:Why is it slashdot never reports...... by Anonymous Coward · · Score: 0

      wow, the moderators really ARE on crack here. i am using mozilla and it shows me the whole url, not just the microsoft.com

      loozers

    9. Re:Why is it slashdot never reports...... by Anonymous Coward · · Score: 0

      As far as I know 1.6 is still beta. I believe the bug has already been reported. In Firebird 0.7, the
      spoof does not work.

  51. Re:Not just an IE bug... by MrPink2U · · Score: 2

    How did you come up with that deduction? IE6 is the only f'd up browser I tested. All other browsers display the proper URL.

  52. Funny thing about this. by Anonymous Coward · · Score: 1, Insightful

    Here is IE with closed source and no matter what, it is always the worse nightmare for security out of all browsers, of which almost all they others are OSS.

    Lets hope that in about 3-4 years from now, longhorn will have been decently designed to do thing right.

  53. Now is the time to Push Mozilla and Firebird by gad_zuki! · · Score: 4, Insightful

    At least I've been having more success pushing alternatives to MS when scary MS articles come out.

    I find giving people the link (or installing it myself) to the Firebird installer and showing them how multiple homepages, pop-up blocking, and tabs work usually wows them.

    I'd much rather field some tech support questions about Moz than deal with a frantic relative or friend telling me how all the money in their bank account was stolen by "internet theives."

    Paypal et al should be pushing for more secure browsers on their site. I don't see how this could be a business conflict with MS. Paypal has a lot to gain by simply suggesting there are more secure browsers out there.

    1. Re:Now is the time to Push Mozilla and Firebird by mekkab · · Score: 1

      After this, I'll give Firebird a try. I absolutely HATED mozilla- I downloaded it a month ago and after 3 websites went back to using CrazyBrowser as an IE front end (blocks pop ups, tabbed browsing).

      --
      In the future, I would want to not be isolated from my friends in the Space Station.
    2. Re:Now is the time to Push Mozilla and Firebird by the+pickle · · Score: 1

      Paypal et al should be pushing for more secure browsers on their site. I don't see how this could be a business conflict with MS.

      You ever notice the little .NET Passport icon on the eBay sign-in page?

      Didja happen to get that memo that eBay bought PayPal?

      I'm gonna go right ahead and put two and two together and say that eBay -- and thus PayPal -- is partnering with M$ on this Passport thing, which means what's good for the goose is good for the gander.

      If you accept that the converse is true -- what's bad for M$ is also bad for eBay -- then it certainly isn't in PayPal's best interest to promote non-IE browsers.

      However, it IS is PayPal's best interest that IE gets fixed as fast as possible. And that just happens to be in the interests of M$, too, so whaddayaknow...this patch might actually get released in something resembling a timely manner.

      Never mind that with something like Mozilla, it likely wouldn't have existed in the first place...

    3. Re:Now is the time to Push Mozilla and Firebird by dirk · · Score: 1

      Except that FireBird is vulnerable to the exploit as well. I find it funny when people use these scare tactics to push other browsers. The idea of "scaring" people into a "better" browser is a joke. If it was really better people would use it. The problem with "better" is the best thing is what people want. Most people want something that works good enough and is easy, and that is IE.

      --

      "Information wants to be expensive" - Stewart Brand, the same guy who said "Information wants to be free"
    4. Re:Now is the time to Push Mozilla and Firebird by Abominable+Coward · · Score: 1

      My girlfriend wasn't even aware that there WERE other browsers, until I introduced her to Opera. Now that she's used it for a few months, I regularly hear "IE sucks! Why are Microsoft so stupid?" every time she has to use IE for the (quite rare now) sites that Opera fails to render properly. And Opera is still far superior to Mozilla in terms of cache speed, browser responsiveness, and useful features. The only time Opera stops responding is when loading one of those annoying flash ads.

    5. Re:Now is the time to Push Mozilla and Firebird by Zaiff+Urgulbunger · · Score: 1

      Except that FireBird is vulnerable to the exploit as well.

      Erm, no I don't think it is! It displays the full URL. This is what it is supposed to do as a web browser. IE on the otherhand has a large bug in it that means that the user will think they are at one web site when they are in fact at another!

      Respect to Opera however for actually high-lighting when the user is going to a web address with an @ in it. But Firebird is not flawed and does not contain a bug. IE contains a large array of bugs.

      Hope thats cleared it up for you!

    6. Re:Now is the time to Push Mozilla and Firebird by gad_zuki! · · Score: 1

      > Except that FireBird is vulnerable to the exploit as well.

      I'm using .7 as I saw the full URL. .7 is the current version and no I havent tested the old versions. So if you were to follow my instructions and give someone firebird they'd have .7 and would NOT have this problem.

      Care to elaborate?

  54. One reason I don't use IE by p51d007 · · Score: 1

    Heck, the only time I use IE, is to check the MS site for updates. Otherwise, I use Mozilla, Opera, or Firebird

  55. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  56. Slightly offtopic, but about Mozilla by bozzaj · · Score: 1

    Mozilla 1.5 W2K shows the full URL with the %01 (doesn't convert it), but did anyone notice that the text on the test page is in a REALLY tiny font? It seems that Mozilla renders the font size incorrectly if you put a space between the number and the 'pt' (style="font:8 pt verdana" instead of style="font:8pt verdana")

    1. Re:Slightly offtopic, but about Mozilla by Anonymous Coward · · Score: 0
      Try holding down the CTRL while pressing the numpad's + key a couple of times. That usually fixes the small font bug.

      This anonymous smartass comment made using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7

    2. Re:Slightly offtopic, but about Mozilla by Jugalator · · Score: 1

      I think unit names should directly follow the value, without a space between. Moz probably considers "pt" to be a font name and the sole "8" as a font size in pixels, or whatever default it uses. I don't think this is a biggie really, since it seems to be pretty uncommon. I can actually not remember seeing a bug caused by a CSS mistake like this before.

      Just use the workaround the other replier mentioned for now.

      --
      Beware: In C++, your friends can see your privates!
    3. Re:Slightly offtopic, but about Mozilla by unapersson · · Score: 1

      Actually Mozilla's doing the right thing, you are not meant to perform error correction on CSS and a space between a number and it's unit is an error. Mozilla reads: "font-size: 8 verdana" and ignores the 8 as it doesn't have a unit.

    4. Re:Slightly offtopic, but about Mozilla by bozzaj · · Score: 1

      I'm not overly concerned about it and I DO know how to change my font size. The problem (which you don't see on this page because there's only one set of text) is that CTRL-(+|-) changes the font size for all text.

      CSS specs state that length values should *always* have the unit identifier (px, pt, em, etc) immediately follow the number. The only time this is not required is with a 0 value.

      The problem really is interpretation is cases of trying to make a "best-fit" when someone ignores the exact specs. Mozilla defaults to px and ignores the pt (thinking it's a font), where IE defaults to px but sees the pt as an identifier. Strictly speaking, both ways are incorrect since the "8" by itself is invalid.

      The lesson really is to always make sure and check your pages in all browsers that you can, since they all operate slightly differently and may need a bit of tweaking here and there.

    5. Re:Slightly offtopic, but about Mozilla by bozzaj · · Score: 1

      But the problem is that Mozilla isn't ignoring the 8. It's considering it to be 8px (and ignoring the 'pt'), which is ALSO incorrect according to the CSS specs.

      Browsers have always tried to be "fuzzy" in many cases (missing end tags and so forth) and there's a line on being "compatible" and being "correct." There's no real good answer, since you're screwed either way. Either you strictly conform to the specifications and pages don't look correct when some HTML design tool doesn't output correct HTML, or you try to "guess" what the person wanted and allow sloppy code.

      Personally I'd prefer to be strict (and in this case ignore the '8' and 'pt' parts entirely) but I know that causes its own set of problems. "This browser makes the pages look wrong, it must be a bug in the browser!" when in fact it's just a different interpretation.

    6. Re:Slightly offtopic, but about Mozilla by Zaiff+Urgulbunger · · Score: 1

      Agree with your overall point, but equally if the web site itself is out of spec, then there are likely to be rendering issues? Hmmmm, its all debatable I s'pose!

  57. Come on ... by zonix · · Score: 4, Insightful

    Do you really believe that the same stupid coding error would appear in three different implementations by three different organisations? It's not a flaw in the HTTP protocol's GET request method, it's a flaw in Microsoft's URL handler.

    z
    --
    What would an EWOULDBLOCK block, if an EWOULDBLOCK could block would? -- me
  58. O god NOO, they are hackers!!! by GNUALMAFUERTE · · Score: 0

    >>Malicious hackers frequently lure victims to >>convincing replicas of e-commerce sites such as >>eBay

    O, of course, that's the principal interest of "Malicious Hackers". I know them. They are so bad. They really scare me, with the jaquer things they do : ). Off course, they are all over I.E (they use it to browse their p0rn "hacked" sites.) That's the other thing "jaquers" are good for ... hacking pr0n sites.

    Do you want hackers?, you won't find them there ...
    You can find them here, for example: http://www.cs.pdx.edu/~trent/gnu/hurd/hurd-paper.h tml

    Heeeeeyyy ... you lied to meee.... those hurd guys are not "real" hackers, their terminals are not green like, they don't know kung-fu!!, wtf is going on???

    Well ... neo is bussy developing the Matrix-exec-server to run on top of Mach ..., so in the meanwhile you can get a dose of reality and stop writing about jaquers that use win3.1

    --
    WTF am I doing replying to an AC at 5 A.M on a Friday night?
  59. Re:That isn't much better though! by Finuvir · · Score: 5, Interesting

    It would be possible (trivial?) to put a feature in our favourite open source browser to give a security warning when you visit such a URL. Just something that tells you about the possibility that you're at a site different to the one you think you're at. It would just need to ensure that the actual domain is made obvious. eg.

    The site you are visiting may be attempting to masquerade as a different site. The site actualDomain.com appears to be masquerading as apparentDomain.com.

    Visit the real apparentDomain.com (link)

    [ ] Don't show this warning in future. (checkbox)

    You would just need to search for 'www.' or one of the TLDs in the part of the URL before the @ sign.

    --
    Why is anything anything?
  60. Chrome-free windows already allow this! by Zog+The+Undeniable · · Score: 1

    A similar phishing exploit can be done using chrome-free windows (see earlier story) with the IE toolbar, address bar and even the little SSL padlock inserted as a GIF (just cut and paste from a screen dump of the real site). So the victim's screen looks exactly like www.fatcatbank.com when it's really at www.russianmafiaownzj00.ru. Mousing over the address bar would give the game away with this simple example, but it's not impossible to use HTML forms to make an address bar that works.

    --
    When I am king, you will be first against the wall.
  61. We're not who we are ... by Anonymous Coward · · Score: 0, Informative

    This is maybe happening to me. This week, after visiting some adult sites, I noticed that the sponsored links section in google now took up an entire page. There was also a pop-up.
    <P>
    I figured that if google was doing crap like that, there would have been something in the news. I ran my virus checker and my spyware cleaners, found a few things, removed them, and then went back to google. The same thing was happening.
    <P>
    It is a clever trick. The page looks exactly like google and, when you choose the other search pages (2 and above) searches work. However, the selection for 1 no longer links to anything. When you go to other googles overseas or use the direct IP address, google works correctly. On other PC's on my network, google works correctly.
    <P>
    The bogus sponsored links are either to 216.221.138.95 or to something called searchassistant.net. The pop-up that comes up is linked to epsilon.searchassistant.net. Linking to searchassistant.net brings up a page claiming to be under construction and offering a link to uninstall searchassistant spyware. I haven't tried that because I have work stuff to do on this PC and don't have time to reintall Windows or something if that blasts me with more crud.
    <P>
    I dug around through the registry and the C drive and found several odd keys and files referring to google and searchassistant. I removed all I could find without any effect. I'm not an expert so I must have missed stuff. There is also a strange application that keeps appearing on my C drive called msdos.exe. It is not DOS and always restores when I remove it.
    <P>
    These people are scum and should be abused and sanctioned. It is one thing to hit people with popups and another to present fake web-sites. Also, I never allowed anything to download and I know I didn't make a mistake. I'm not THAT much of a newbie. These people are basically virus writers. Also, if you are adult site surfing, never ever go to p***y.com. This is the site that infected my PC with this searchassistant crap.
    <P>
    As I said, I'm not an expert, basically a normal user with enough know-how to be dangerous. If anything I wrote is obvious or stupid, then I apologize ...

    1. Re:We're not who we are ... by minairia · · Score: 1

      not sure why this is marked "troll". the guy seems to make some vlaid points and observations. can't blame him for being pissed.

  62. No it isn't by SmallFurryCreature · · Score: 1, Funny
    CDC is run by the goverment where Microsoft runs the goverment. Simple difference.

    Now go away, you are taking up the space of the Microsoft apologists and I can use a good laugh.

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

  63. Re:That isn't much better though! by lxs · · Score: 0, Funny

    It would be possible (trivial?) to put a feature in our favourite open source browser to give a security warning when you visit such a URL.

    Why would you do that, since only IE is affected. It would be like Open Office popping up a window saying: "If this were MS Office you'd be infected by a VBR virus." While I agree that such a site would be suspicious, such a feature would add no functionality to the browser.

  64. Re:Need the patch? by Anonymous Coward · · Score: 0

    I bought it. Still waiting for the goddamn confirmation mail. I expect better service than this for $49.99, let me tell you.

  65. Identitytheft, the new .com bubble by FreeUser · · Score: 1

    for paypal where there are so many redirect scams.

    Yeah, for some reason I was reluctant to reenter my credit card information when I noticed the IP traffic going to identitytheft.com. Of course, running mozilla helps one notice such things. :-)

    Glad to see Microsoft supporting the largest growing industry in America, on-line or otherwise, so proactively (identitytheft). It is about time one of the large corporate players started playing a proactive role in our recovery (NOT).

    --
    The Future of Human Evolution: Autonomy
    1. Re:Identitytheft, the new .com bubble by Feyr · · Score: 1, Interesting

      sorry to disapoint you. the article doesn't mention this but according to someone on bugtraq some versions of mozilla are also affected

    2. Re:Identitytheft, the new .com bubble by netmask · · Score: 0

      The same bug exists in Mozilla 1.5 as well.

    3. Re:Identitytheft, the new .com bubble by luckierthanpozzo · · Score: 1

      No, it doesn't. From one of the Bugtraq postings: I don't see this problem with Mozilla Firebird 0.7. It displays the whole URL including the %01 and everything after the @ symbol. Will. Pedro Castro wrote: > It does also apply to Mozilla Firebird 0.7. > > > > John W. Noerenberg II wrote: > >> This exploit also applies to the Macintosh version of Explorer >> v5.2.3(5815.1) >> >>> From: >>> To: bugtraq@securityfocus.com >>> Subject: Internet Explorer URL parsing vulnerability >>> >>> >>> >>> Internet Explorer URL parsing vulnerability >>> Vendor Notified 09 December, 2003 >>> >>> # Vulnerability ########## >>> There is a flaw in the way that Internet Explorer displays URLs in >>> the address bar. >>> >>> By opening a specially crafted URL an attacker can open a page that >>> appears to be from a different domain from the current location. >>> >>> # Exploit ########## >>> By opening a window using the http://user@domain nomenclature an >>> attacker can hide the real location of the page by including a 0x01 >>> character after the "@" character. >>> Internet Explorer doesn't display the rest of the URL making the page >>> appear to be at a different domain. >>> >>> # POC ########## >>> http://www.zapthedingbat.com/security/ex01/vun1.ht m >>> >>> # Tested ########## >>> Internet Explorer >>> Version 6.0.2800.1106C0 >>> Updates: SP1, Q810847, Q810351, Q822925, Q330994, Q828750, Q824145 >>> >>> # Credit ########## >>> Zap The Dingbat >>> http://www.zapthedingbat.com/

    4. Re:Identitytheft, the new .com bubble by Anonymous Coward · · Score: 0

      The page itself ( http://www.secunia.com/internet_explorer_address_b ar_spoofing_test/) has a character that should not be there in the HTML. Depending on your editor it is a empty square or a dark square right before the link: (Which does not show up here but look at the source on the page. It is after microsoft.com and before the first %

      http://www.microsoft.com%00@secunia.com/internet _e xplorer_address_bar_spoofing_test/"
      This results in Firebird showing a line after the address in the status bar. If you remove the character the status bar spoofs while the address bar does not

    5. Re:Identitytheft, the new .com bubble by netmask · · Score: 1

      I couldn't get %01 to work in IE 6 or Mozilla 1.5,
      I used %00

      Proof..

      So, yes it does. Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

      Works identical in Mozilla and IE.

  66. Third party apps by SgtChaireBourne · · Score: 1
    Auto update screwing up third party apps ought to be part of a renewed anti-trust activity. Also, think about the standard help-desk answer, "reformat, reinstall". That effectively wipes any competing software off the harddrive completely.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  67. Re:Not just an IE bug... by Anonymous Coward · · Score: 0

    Very few are trying to break Opera or Mozilla with the same Oedipal fervor directed against Bill Gates and M$.

    As an analogy, 9/11 did not prove the inherent weakness of US skyscrapers vs. those in Afghanistan (if they have any).

  68. if windows doesn't crash? by kautilya · · Score: 1

    My windows XP checks for updates everytime I reboot. I do not switch off the machine and XP being stable, I boot less frequently. I have to manually download all these patches. What about people who are not aware of them? "Stable windows" can cause problems too. How ironic!

    1. Re:if windows doesn't crash? by Anonymous Coward · · Score: 0
      I do not switch off the machine and XP being stable, I boot less frequently... ... "Stable windows" can cause problems too.

      Apparently stability isn't everything. Tis a shame more people don't aim for integrity instead.

  69. Re:That isn't much better though! by Dan-DAFC · · Score: 1

    Opera does this. If you try to go to a link with an '@' in it it brings up a 'Security Warning' dialog box that tells you 'you are about to go to an address containing a username' and asks if you want to continue. It's done this for a while I believe.

    --
    Suck figs.
  70. This affects mozilla firebird too by websensei · · Score: 0

    not just IE6!

    IE5.5, IE6, firebird0.61....

    those berating ms should set about fixing it in their beloved OSS browser first. interesting to see whose fix comes out first.

    --

    La via sola al paradiso incommincia nel inferno
    1. Re:This affects mozilla firebird too by fruey · · Score: 1

      Firebird is at release 0.7, which I'm using under Windows, and the exploit doesn't work.

      --
      Conversion Rate Optimisation French / English consultant
    2. Re:This affects mozilla firebird too by WebMasterJoe · · Score: 3, Interesting

      Are you sure? I tested Mozilla using this page and it worked correctly. I tested the same page using IE and the url came up "www.microsoft.com".

      Yes, I know you're a troll. But I figured anybody who might be fooled by your outstanding writing should be able to click on a link and test their own browsers.

      Also, I should note that Opera actually gave me a pop-up warning that I was sending a username to the site - the username www.microsoft.com - and after I agreed to do that I got a page with the correct url. Has anybody else tested this on other browsers?

      --
      I really hate signatures, but go to my website.
    3. Re:This affects mozilla firebird too by Anonymous Coward · · Score: 0

      Actually, he's right, one version of this bug does affect Mozilla including firebird. Look at the two links on this demo page.

      In the first case, the exploit works in both IE and gecko, in the second case it is IE only. Now it's a race to see which gets patched first :-)

      (Sam Ruby pointed this out before me)

    4. Re:This affects mozilla firebird too by rob_from_ca · · Score: 1

      I get a similar result with Mozilla Firebird 0.7 on Win32 (windows XP)...not identical, but similar. On the test page from the advisory http://www.secunia.com/internet_explorer_address_b ar_spoofing_test/, when you hover over the link, the status bar displays "microsoft.com" instead of the real URL. There's a little tip-off that something's up though, because there's a strange character at the end; maybe a VT100 line-drawing box-top, or a cropped "unknown character" box. When you actually click the URL, the correctly encoded URL appears in the address bar though.

      I might be specific to locale settings as well, but at least on my system the behavior of Firebird isn't perfect (although the URL bar is correct, so it's much more minor).

    5. Re:This affects mozilla firebird too by websensei · · Score: 1


      Yes, I know you're a troll. But I figured anybody who might be fooled by your outstanding writing should be able to click on a link and test their own browsers.


      I shouldn't dignify this with a response.
      I did test it, with mozilla firebird 0.6.1 on win2k.

      http://www.slashdot.org%01@www.cnn.com/

      displays the cnn homepg.

      try it on firebird 0.6.1, then eat your shoe.
      --

      La via sola al paradiso incommincia nel inferno
    6. Re:This affects mozilla firebird too by WebMasterJoe · · Score: 1
      The "I know you're a troll" line referred to your statement after that:
      those berating ms should set about fixing it in their beloved OSS browser first. interesting to see whose fix comes out first.
      As has been mentioned in another post on this thread, the 0.7 version of Firebird doesn't display this behavior. I found the above statement to be trollish, especially when you look at the poor capitalisation. Your post was an attempt to make people think that Mozilla/Firebird browsers are all open to the same exploit, when in reality you only tested it on one version, which has already been upgraded (and the exploit does not exist in newer versions).

      Now on to the merits of your claim. I downloaded Firebird 0.6.1 and went to this test page to see if the exploit worked. Guess what, it doesn't. Then I went to the link you posted above, http://www.slashdot.org%01@www.cnn.com/, and the address bar did not truncate after slashdot.org (you have to copy and paste the above, since slashcode strips out the bad parts). I hereby declare your post, by virtue of being incorrect, misleading, and inflammatory, to be the work of a troll. You were right when you said you shouldn't have responded. Now you've been shown to be even more wrong. HAND.
      --
      I really hate signatures, but go to my website.
  71. Not so bad either by einhverfr · · Score: 1

    I remember when you could %hexhex encode the @ in the url!

    So I would do things like http://www.microsoft.com%40www%2eapache%2eorg/http d which would naturally take you to the home page of the Apache web server... It was a fun prank and worked through IE 5.5 to my knowledge. It was extremely useful for pranks of all kinds, though I am sure that there were a number of nefarious uses as well.

    --

    LedgerSMB: Open source Accounting/ERP
  72. To be honest by mcc · · Score: 1

    Call me paranoid, but I think that I am going to refrain from following any links in this slashdot discussion until I can get back home to my home computer (and more specifically my copy of Safari...)

    1. Re:To be honest by frodo+from+middle+ea · · Score: 1
      that would be a really wise thing to do.

      When it comes to clicking links on /., most /.ers are like homer , every time they click a link they say D!oh, and do it again .

      --
      for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    2. Re:To be honest by szo · · Score: 1

      /. can help this: check the comment preferences, there is an option at the bottom: "Display Link Domains? (shows the actual domain of any link in brackets)"

      HTH

      Szo

      --
      Red Leader Standing By!
    3. Re:To be honest by NtroP · · Score: 1
      Heh - you are VERY safe with Sefari. My version doesn't do ANYTHING when I click on the link.

      Is it a preference I have set, or did Apple leave another popular feature out (like tooltips)?

      --
      "terrorism" and "pedophilia" are the root passwords to the Constitution
  73. Similar IE bug by sopuli · · Score: 5, Interesting
    A little experimentation with this bug yielded another similar bug. The following bit of html:
    <a href="http://www.sco.com%00@www.fsf.org">click me</a>
    when this is displayed in IE, and you hover the mouse over the link, it will display "www.sco.com" in the in the status bar, but when you click it, it will take you to "www.fsf.org". I'll leave it to the reader to replace the latter link with a more offensive one...
    1. Re:Similar IE bug by Anonymous Coward · · Score: 0

      How is that "similar"? Its the same bug.

    2. Re:Similar IE bug by Anonymous Coward · · Score: 1, Informative
      If you combine the two of these, it will fail in the status bar and also in the address bar.
      <a href="https://my name is green%00&#1;@paypal.com">click me</a>
      Slashdot won't display the unescaped character, but basically you add the escaped %00 and then the unescaped %01 to a link.

      Of note, you will get a security warning above because "paypal.com" does not match "my name is green"

      az@blizzle
    3. Re:Similar IE bug by Archangel+Michael · · Score: 1

      click me

      Isn't that a better redirect?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    4. Re:Similar IE bug by Bob+The+Cowboy · · Score: 1
      when this is displayed in IE, and you hover the mouse over the link, it will display "www.sco.com" in the in the status bar, but when you click it, it will take you to "www.fsf.org". I'll leave it to the reader to replace the latter link with a more offensive one...


      It does this in Mozilla, as well (at least, version 1.4.1)
    5. Re:Similar IE bug by C32 · · Score: 1

      How about this ancient lo-tech trick:
      <a href="http://www.yahoo.com **lots of spaces here** @www.goatse.cx">www.yahoo.com</a>
      That' ll push the @blah stuff out of the status bar..

    6. Re:Similar IE bug by hysterik · · Score: 1

      I'm using Mozilla 1.3, and this bug seems to exist on this web browser as well as IE. If I construct the link just as you said, in Mozilla it will show the link as www.sco.com on the mouse over, it doesn't show the rest %00@www.fsf.org

    7. Re:Similar IE bug by jesser · · Score: 1

      Sites can already spoof status bar text using JavaScript. Unless that bug affects forums like Slashdot (where users can create links but not add scripts), it's not a big deal.

      --
      The shareholder is always right.
    8. Re:Similar IE bug by Anonymous Coward · · Score: 0

      This happens on :

      Mozilla 1.4
      Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030821

      The actual address bar shows everything but the hover link has this bug.

  74. Still.. by Dwedit · · Score: 2, Informative

    Even if it's hidden in the address bar, you can do File > Properties to see the full URL.

    And no, this bug won't work on slashdot since slashdot removes the username parts of a URL, and also removes the DOS smileyface character from posts.

    1. Re:Still.. by DuncMan · · Score: 1

      And exactly what would make anyone think of doing that?

      Do you routinely check the properties of every page you visit in case the URL in the address bar has been spoofed? I doubt it. So why would anyone else think to do it, especially when there's no visual clue that they're being spoofed?

      What is a "DOS smileyface"? Do you mean character 001's glyph in DOS codepage 437 (and friends)? Character 001 gets other glyphs in other character sets (encodings, etc., whatever term you prefer).

  75. Re:That isn't much better though! by Finuvir · · Score: 1

    Only IE doesn't show the rest of the address in this specific case, but all browsers have the problem of displaying 'http://www.ebay.com/index.html@myspamdomain.com'. In this case the user should be alerted, at least the first time, that the site may be trying to fool them. The fact that the whole URL is shown doesn't help most people. Heck most people don't even notice the address bar.

    From other comments in this thread, and from the second comment on my post, it appears Opera already implements this. I think Firebird should too. I may even file a bug report (RFE) if there isn't one already. (Can anyone tell me the exact text of the Opera message?)

    --
    Why is anything anything?
  76. Oooo!!!! by nickyj · · Score: 1

    It makes it www.microsoft.com. Try it. Very uncool to be able to do this. I think they should have put up something like:

    Suddenly everything sucks

    --
    Causing Chaos Everywhere,
    Nik J.
    The strange world of a loner, in a populous city, drowning in society
  77. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  78. Thats' not a bug! Its a fee-ee-tchur by crovira · · Score: 0

    There will be no bug fixes as this is not a bug.

    It was intentional, deliberate and works the way its supposed to.

    This from the same morally bankrupt bunch that brought you the argument: "Guns,don't kill people. People kill people." and "We don't know for a fact that cigarettes cause cancer." and "If we charge for collapsible steering columns, people won't want to pay for 'em."

    Nothing like blaming the victim.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  79. No problem in Opera either by efextra · · Score: 1

    I use Opera and this does not fool it. In fact it shows a warning that the URL contains a username.

  80. Re:That isn't much better though! by lxs · · Score: 1

    Well, if you put it like that, I see your point. It can be confusing.

  81. Re:That isn't much better though! by Dalroth · · Score: 1

    I *HAVE* seen spams like that.

    http://www.yahoo.com@xj.es?a=b&c=d&r=b

    etc. etc.

    From a quick glance, something like that DOES look like a normal URL. I've seen it before and I have on doubt I'll see it again.

    (the above domain is a sample, not an actual one I saw).

    Bryan

  82. great you know what that means... by British · · Score: 0

    More goatsex links...

  83. Easy code fix by tedhiltonhead · · Score: 1

    I'd imagine that a fix for this would be easy; the code for null-handling (%00) could be extended to handle "Start of Heading" (%01). In pseudocode, change:

    if char = 0 then
    'something
    end if

    To:

    if char = 0 or char = 1 then
    'something
    end if

  84. In that case... by stonedyak · · Score: 1

    maybe they should port IE/mac over to Windows :) It would save them all this trouble with patching the buggy old Windows version.

  85. This isn't as bad as it's made out to be. by Anonymous Coward · · Score: 0

    The only way to actually get fooled into going to such a site is by clicking on a compromised link. For any site that contains personal information, I like most people either go to the site from our bookmarks or by typing the URL. I have never gone to my bank account or eBay or any other shopping page by clicking on a URL on someone's web page or an email that someone sent. I'm pretty sure there will be people that will get fooled by this, but then again chances are that these same people would go to a malformed URL (fakeurl@realurl) regardless of them using Mozilla or IE. Besides the most recent "spoof" of fake sites actually redirected you to the actual site (real URL) while poping up an "Enter your info" window sans address bar from the fake site.

    1. Re:This isn't as bad as it's made out to be. by Anonymous Coward · · Score: 0

      This sounds like a troll to me. Everyone knows IE sucks and Mozilla rules!

  86. Re:Not just an IE bug... by Anonymous Coward · · Score: 0

    "Very few are trying to break Opera or Mozilla with the same Oedipal fervor directed against Bill Gates and M$."

    And the evidence for this is [insert evidence here].

    [Note that this was discovered by security researchers - do those researchers really show an 'Oedipal ferver against Bill Gates and MS'?]

  87. MOD PARENT DOWN by Anonymous Coward · · Score: 0
    IE may have its problems but it is the most powerful and standards compliant browser.
    I suppose that "most powerful" is vague enough to count as an opinion (albeit a rather amusing and quaint opinion), but "standards compliant"? That's 100% Flamebait.
  88. Re:That isn't much better though! by bryhhh · · Score: 2, Informative

    Actually, I think Finuvir was referring to the general use of '@' in a URL, rather than the use of unescaped %01.

    Seems like a damn fine idea to me. If all browsers already had this functionality, It would have prevented this from happening.

  89. Internet Explorer download link by efextra · · Score: 2, Funny

    From now on this is the link I give my friends to download IE from: http://www.microsoft.com/internetexplorer/%01@mozi lla.org

    1. Re:Internet Explorer download link by Thrymm · · Score: 1

      Amen to that!

    2. Re:Internet Explorer download link by goldfndr · · Score: 1

      http://www.microsoft.com/internetexplorer/%01@mo zi lla.org
      That won't work. A slash after the address is treated as part of the "directory" - in this case, it would look on www.microsoft.com for "%01@mozilla.org" content under "internetexplorer".
      --
      Copyrights, Patents, Trademarks: temporary loans from the Public Domain, not real property ("intellectual" or otherwise)
  90. Exposed Cookies? by Terragen · · Score: 4, Interesting

    Does IE know its being tricked, or does it know the real site and just display the wrong one?

    I'm wondering if some shady types could use this exploit to get your cookies for any site of their choosing.. that just might be a slight problem :/

    1. Re:Exposed Cookies? by efextra · · Score: 1

      No, it doesn't know if it is being tricked thats why its a exploit). It does know the real site (thats how it fetched the page), but displays it incorrectly in the address bar because of the %01 in the URL. If you right click on the page and select "Properties" you can see the actual URL. So your cookies are safe :)

    2. Re:Exposed Cookies? by badriram · · Score: 1

      IE knows the real site, For example if you have windowsupdate.com%01@www.slashdot.org The url will display windowsupdate.com but pointing to slashdot.org. But say you had windowsupdate.com in trusted, and slashdot.org in restricted, the zone IE operates in is still restricted. This is because i think that VC interprets the character as a EOL thus not showing the rest of the URL

  91. Zzzzzzz, hwuh? What?!! zzzzzzz by Anonymous Coward · · Score: 0
    Way to go slashdot, get scooped on a technical matter by Metafilter !!!!

    yeeeeesh.

  92. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  93. I have a nasty feeling.... by Darth_brooks · · Score: 1

    It's the same feeling I had a few months ago when the batch of RPC vulnerabilities was annouced.

    At least I'm coming up on a nice long holidy for christmas. Fixing the soon-to-be-'sploited machines won't be a concern until after the new year.

    --
    There are some people that if they don't know, you can't tell 'em.
  94. Maybe it really is a feature by Anonymous Coward · · Score: 0

    URL encoding uses %xx to denote a hex character.

    %01 is ASCII 0x1 or SOH (start of header)

    Maybe that's how SOH should be interpreted? If other browsers aren't doing this then maybe they aren't processing other %xx characters properly.

  95. No exploit for me! by rjung2k · · Score: 1

    ...but then, I'm using Safari on a Mac. :-)

    1. Re:No exploit for me! by IM6100 · · Score: 1

      You've already been exploited and are 0wned by Jobs.

      --
      A Good Intro to NetBS
  96. The sky isn't falling! by efextra · · Score: 1

    This is not a biggie as it will not work from most email clients (Outlook Express/Outlook included) as they don't allow javascript to execute. This will only work from a webpage as demonstrated.

  97. Re:That isn't much better though! by lizrd · · Score: 1
    Should a website name like www.microsoft.com be allowed as a username @ another website like that?
    It seems alright to me. The likely case for legitimate use of it would be in a url like ftp://www.mysite.com@ftp.myhostingprovider.net/.
    --
    I don't want free as in beer. I just want free beer.
  98. Results of dumbing down UI by Wolfier · · Score: 3, Insightful

    If MS browser actually displays everything on the address bar without filtering of any sort, problem would not have existed.

    Just another example of a solution that solves a problem that doesn't exist and creates security holes.

  99. Fake Press Releases by Anonymous Coward · · Score: 0

    Imagine the havoc someone could create if they circulated links to fake press releases to venture captialists, or stock holders. Personally, I'd get creative and incorporate zero frame and Iframe for that hyper-real look.

    This kind of thing could be way bigger than the "smash-and-grab" steal your credit card/password stuff.

    1. Re:Fake Press Releases by Anonymous Coward · · Score: 0

      Now imagine what you could do..

      add zero frame and Iframe for that extra touch of realism

  100. Are you sure? Even with the embedded %00? by Anonymous Coward · · Score: 0
    I'd think that the string displayed in the properties would terminate on the NUL.

    And checking past a NUL character in a C string isn't really safe.

  101. Re: Hmmm doesn't work by Chop · · Score: 1

    6.0.2800.1106 Win2K sp4 on my machine _is_ vulnerable

  102. Re:That isn't much better though! by nelsonal · · Score: 1

    That's a feature I'd enjoy possibly with an odometer counter showing how many exploits I've personally missed out on by using open office.

    --
    Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
  103. Confirmed, and ditto for Moz win and Moz Mac by sacrilicious · · Score: 1
    In case anyone is wondering, this doesn't appear to affect IE on mac. When I click the test exploit link on http://www.zapthedingbat.com/security/ex01/vun1.ht m it simply turns into http://www.microsoft.com%01@zapthedingbat.com/secu rity/ex01/vun2.htm

    Confirmed on my machine as well. I just tested Win IE, Mac IE, Win Mozilla, and Mac Mozilla; the only one affected is Win IE.

    --
    - First they ignore you, then they laugh at you, then ???, then profit.
  104. Face it by BCW2 · · Score: 2, Funny

    When it comes to security, there is no one in Redmond that can even spell the word! Once you understand that all the problems are easy to understand.

    --
    Professional Politicians are not the solution, they ARE the problem.
    1. Re:Face it by Frobnicator · · Score: 1
      When it comes to security, there is no one in Redmond that can even spell the word!
      Well, they hired somebody who could spell it, once. They are so proud of it that they keep re-releasing their memo.

      I think it was called "Microsoft's New Focus On Security".

      --
      //TODO: Think of witty sig statement
  105. Re:That isn't much better though! by Anonymous Coward · · Score: 0

    Moz developers have thrown the idea around, but they don't like popping up dialog boxes because apparently users find them annoying. Or so they say.

  106. so why isnt this on the mozilla frontpage ? by Anonymous Coward · · Score: 0

    why isnt this installer the most prominent thing on Mozilla's frontpage ? does anyone even understand marketing at Mozilla and the skill level of the average win32 user ?

    "hey lets give the general public compressed zipfiles and let them figure it out and where to install it"

    if developers want mozilla/phoenix to be popular they gotta make it really really easy to get installed by the average joe, they dont even know what a "zip" file is let alone extract and install it,create shortcuts etc etc they just want it easy

    they could add an installer for Linux too so i can download a package, doubleclick it and it installed, no tar gz extracting and compiling so i have to have 5 copies of it over my drive just to install it

    i know mozilla's developers are clever with code but when it comes to marketing and joe user usability it seems they even lack common sense

    1. Re:so why isnt this on the mozilla frontpage ? by Zaiff+Urgulbunger · · Score: 1

      Its because Mozilla-Firebird and Mozilla-Thunderbird are "pre-release" versions. Although in practice they are very very stable, they do contain a few minor bugs that might upset non-technical users.

      Mozilla-Suite is currently the stable version and thats why it includes an installer.

      Not saying I agree with this, but thats how it is!!

  107. Don't worry... by efextra · · Score: 1

    This isn't as bad. You have to go to the attacker's website first for this to work. It doesn't work as a direct link from an email client because it needs to exceute javascript.

    1. Re:Don't worry... by pubjames · · Score: 1
      You have to go to the attacker's website first for this to work.

      Spam email:


      We exploit a loop hole in the international market to bring you thousands of top chart CDs at a fraction of the normal price! Buy 50 top chart CDs for just $75!

      [Link to apparently legitimate web site]


      Apparently legitimate web site links to "Paypal"...

  108. Depends on how the URL is activated by mnemotronic · · Score: 1
    The test is activated via a button with an OnClick event, which sets "location.href" to demonstrate the bug:
    <button onclick="location.href=unescape('http://www.micros oft.com%01@zapthedingbat.com/security/ex01/vun2.ht m');" >
    Pasting the same URL into the MSIE address bar does not seem to cause the bogus address to appear, i.e. I see the "zapthedingbat" URL.
    --
    The Russians have won. They have made the world a cesspool of distrust, greed, fear and hate.
  109. Re:That isn't much better though! by kayen_telva · · Score: 1

    this in fact is not true. as posted above, normal people will see the ebay.com or microsoft.com part of the URL and think it is legit (on ANY browser). so in fact a url parsing, username and @ symbol check would be a great security feature, and probably take about 3 lines of code to do it. not than I can code for shit. also, I believe Opera already has this security feature.

  110. Current example. by someguy42 · · Score: 1

    webpagesthatsuck.com has a demonstration of this exploit already in action.

    --
    The probability that someone is watching you is directly proportional to the stupidity of your actions.
    1. Re:Current example. by someguy42 · · Score: 2, Informative

      Grr...no link....let's try again.

      webpagesthatsuck.com's demo of this exploit

      --
      The probability that someone is watching you is directly proportional to the stupidity of your actions.
    2. Re:Current example. by Trejkaz · · Score: 1

      No go here. Shows the correct address even on IE. Actually... that particular demo using image files to approximate the fonts is a dead give-away. They should have just cloned the HTML.

      --
      Karma: It's all a bunch of tree-huggin' hippy crap!
  111. No by efextra · · Score: 1

    Just tested that!

    1. Re:No by Jugalator · · Score: 1

      It still did for me though. :-/

      Checked after I had posted that, out of curiosity.

      I was using IE 6 on Windows 2000, version 6.0.2800.1106

      --
      Beware: In C++, your friends can see your privates!
  112. doesn't work on my machine... by Frennzy · · Score: 0

    I have XP Pro running ie 6.0.2800.x.x, and it properly displays the site name, even though the redirect works. In other words, the malicious site in the link does come up, but it comes up with the actual URL in the address bar...not the fake.

    I do have KPF 4.0.7 installed...wonder if that has something to do with it...

    1. Re:doesn't work on my machine... by MagicBox · · Score: 1

      copy and past this and let us know please. It worked on my Win2Kmachine. http://www.microsoft.com%00@dev.secunia.com/intern et_explorer_address_bar_spoofing_test_2_link/

      --

      The phaomnneil pweor of the hmuan mnid. Fcuknig amzanig eh!
    2. Re:doesn't work on my machine... by MagicBox · · Score: 1

      damn. there's another square character in front of %00 which I guess I cannot post, that's why it doesn't work. The best way to test it is to go to Secunia then view the code for the page on Notepad and copy and paste the URL exactly as they have it

      --

      The phaomnneil pweor of the hmuan mnid. Fcuknig amzanig eh!
    3. Re:doesn't work on my machine... by Frennzy · · Score: 0

      Well...I didn't get to test that prior to coming in to work (NT 4.0sp6 w IE5.5.4807.x) The vuln works here. I'll test it when I get back home.

  113. Problem In IE5.5 Too; weak in Mozilla by Anonymous Coward · · Score: 0

    I tried the heise site using IE5.5.4807.xx and Mozilla 1.5 Both went to the Heise fake page. BUT mozilla displayed the correct url [http://www.microsoft.com%01@www.heise.de/security /] in the title bar. IE displayed Microsoft.com

    Geccie

  114. Supply a link, this article says IE only. by blazerw11 · · Score: 3, Informative

    This article at securityfocus says IE 6 and possibly earlier versions of IE. No Mozilla, Netscape, Opera, Links, Safari, Konq, Firebird, etc.

    --
    A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
    1. Re:Supply a link, this article says IE only. by Feyr · · Score: 1

      http://www.securityfocus.com/archive/1/347098/2003 -12-08/2003-12-14/0

      i haven't tested myself, and it might be an old version as i don't follow mozilla development myself.

    2. Re:Supply a link, this article says IE only. by notque · · Score: 1

      Hahaha, I totally forgot I was using Mozilla.

      I wondered why it didn't show a fake address for me.

      --
      http://use.perl.org
    3. Re:Supply a link, this article says IE only. by IthnkImParanoid · · Score: 1

      That link says Firebird .7 (the latest release), but I just tested it in Firebird .7 and it didn't work.

      Don't believe everything you read on the 'net.

      --
      It's nothing but crumpled porno and Ayn Rand.
    4. Re:Supply a link, this article says IE only. by Reziac · · Score: 1
      I just confirmed that the exploit works in IE5.0, per the harmless test page linked from Infoworld.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    5. Re:Supply a link, this article says IE only. by ncc74656 · · Score: 1
      This article at securityfocus says IE 6 and possibly earlier versions of IE. No Mozilla, Netscape, Opera, Links, Safari, Konq, Firebird, etc.

      Mozilla 1.5 for Win32 is vulnerable. I still had Mozilla 1.2.1 (yes, it's ancient; no, it's not used regularly) for Linux on another box; it's vulnerable. Konqueror 3.1.1, however, isn't.

      --
      20 January 2017: the End of an Error.
    6. Re:Supply a link, this article says IE only. by berzerke · · Score: 1

      I tested it on both Firebird 0.7 and Mozilla 1.6beta and both (linux versions; windows versions not tested, but probably safe too) were not vulnerable. For anyone who wants to test for themselves, a test/demo is available online.

    7. Re:Supply a link, this article says IE only. by Anonymous Coward · · Score: 0

      Well, I have Mozilla 1.5. You're right that it is vulnerable, but only partially. The status bar is cut off, but the address bar contains the full real address like it should.

    8. Re:Supply a link, this article says IE only. by NanoGator · · Score: 1

      Tried it in Opera, this is the link it shows:

      "http://www.microsoft.com@zapthedingbat.com/securi ty/ex01/vun2.htm"

      It did give me a security warning, though. "Are you sure you want to go to an address with a username in it?"

      Tried it in Mozilla Firebird .07. It showed this link:

      http://www.microsoft.com%01@zapthedingbat.com/secu rity/ex01/vun2.htm

      There was no warning like in Opera.

      This isn't a 'new IE bug', it's a 'new bug that every browser is affected by'.

      --
      "Derp de derp."
    9. Re:Supply a link, this article says IE only. by WhiteKnight07 · · Score: 1

      Works in IE 5.5 too.

      --


      We're going to make information free Mr. Anderson, whether you like it, or not.
    10. Re:Supply a link, this article says IE only. by Dahan · · Score: 1
      Tried it in Mozilla Firebird .07. It showed this link:

      http://www.microsoft.com%01@zapthedingbat.com/secu rity/ex01/vun2.htm

      There was no warning like in Opera.

      This isn't a 'new IE bug', it's a 'new bug that every browser is affected by'.

      So where's the bug in Firebird then? It's supposed to show http://www.microsoft.com%01@zapthedingbat.com/secu rity/ex01/vun2.htm. The bug is that if you click the link in IE, the Address bar just shows http://www.microsoft.com.

      That Opera shows a warning when you go to a URL with a username in it is nice of it, but it's hardly a bug when a browser doesn't.

    11. Re:Supply a link, this article says IE only. by Juanvaldes · · Score: 1

      Thanks for the link, does not effect the latest Camino nightly.

    12. Re:Supply a link, this article says IE only. by NuShrike · · Score: 1

      Mozilla 1.5 (Gecko/20031007) for Win32 and Firebird (Gecko/2003121) for Win32 IS NOT VULNERABLE.

      Sure you can click on the Javascript link, but once you get to the site, it clearly shows up as *%01@domain.com in the link bar, not www.microsoft.com as intended.

    13. Re:Supply a link, this article says IE only. by NuShrike · · Score: 1

      Firebird (Gecko/20031211)

    14. Re:Supply a link, this article says IE only. by Army+Eye · · Score: 1

      err, after you just got done describing how those browsers AREN'T affected?

    15. Re:Supply a link, this article says IE only. by Anonvmous+Coward · · Score: 1

      "err, after you just got done describing how those browsers AREN'T affected?"

      I think NG's a little confused about what the exploit actually is. He does make a point in another post that the ``right'' behaviour is not acceptable. Yeah, it's worse in IE, but it's not perfectly safe in the other browsers either. With all the garbage that ends up in the address bar, folding your arms and saying "well at least it doesn't hide the malicious code!" isn't good enough.

    16. Re:Supply a link, this article says IE only. by Reziac · · Score: 1

      Thanks for the info. I guess I should fire up Win95 and check it against IE4, but my guess is it's probably vulnerable too. (Besides, even IE's most faithful no longer use the nasty thing!)

      Hmm... anyone know if the AOL-browser incarnations of IE are vulnerable?

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    17. Re:Supply a link, this article says IE only. by Ironica · · Score: 1

      Mozilla 1.4 Win32 release doesn't have a problem with this; it shows the complete URL (and the status bar only says "Done").

      --
      Don't you wish your girlfriend was a geek like me?
  115. Results of the exploit in different browsers by CowboyMeal · · Score: 3, Informative

    The problem is that it looks like it affects them all.

    That is not the case, if it was, it would be a design flaw in html. This is just a case of different handling of an error condition.

    I saw a post somewhere that said that the vulnerability works with either a ascii 1 or an ascii 0 character before the "@".

    Here are 2 exploit pages that I just created, that just have a link to http://slashdot.org @goatse.cx.

    ASCII 0
    ASCII 1

    (Below are the browsers I just happen to have installed)

    IE6 for windows (for sake of having a control):
    0 brings you to goatse.cx with http://goatse.cx in the address bar
    1 brings you to goatse.cx with http://slashdot.org in the address bar

    Opera 7.23 for windows and Opera 7.11 for FreeBSD:
    0 brings you to slashdot.org with http://slashdot.org in the address bar
    1 brings you to goatse.cx with http://slashdot.org^@goatse.cx/ in the address bar, where ^ is ASCII 1.
    Note: Opera brought up a dialog box warning you that the link was to a site with a username in the URL on the ASCII 1 link.

    Mozilla Firebird 0.7 for windows and Mozilla 1.5 for Windows:
    0 brings you to slashdot.org with http://slashdot.org in the address bar
    1 brings you to goatse.cx with http://slashdot.org%01@goatse.cx/ in the address bar

    So of the browsers tested, the vulnerability only works in IE, and only for ASCII 1.

    --
    Your credit card information wants to be free.
    1. Re:Results of the exploit in different browsers by Anonymous Coward · · Score: 0

      As you said, 1 in Firebird does take you to goatse (fortunatly I blocked goatse with my hosts file). You do see the address in the status bar though.

    2. Re:Results of the exploit in different browsers by lightsaber1 · · Score: 1
      That's because it's *supposed* to. Taking that out would violate the specs. It's going to goatse.cx with username www.slashdot.org.

      The point is that you can SEE the goatse.cx there. This may not help uninformed users, though. If the part before the @ is long enough and the actual address short enough, it won't stand out very well.

      Having it displaying and not standing out is still slightly better than not displaying it at all. Also, any slashes, question marks, or probably a whole host of other characters before the @ will break the exploit (e.g. www.google.ca/search?q=something%01@goatse.cx will go to the google search -- I tried on IE5.5 which happened to be lying around), so there is a limit on how long the "username" can believably be.

      If Opera pops up a dialog that tells you what's going on, that seems pretty useful, though the idea of an alert every time I use that feature sends a chill down my spine.

    3. Re:Results of the exploit in different browsers by lightsaber1 · · Score: 1

      That said, I should add, the simplest way to tell if you're being spoofed would be to make sure there is at least 1 slash character after the domain part since (at least mozilla) always prints the slash at the end of the domain.

    4. Re:Results of the exploit in different browsers by netsharc · · Score: 1

      My god man, what sort of a person are you, experimenting to see if a link will load goatse.cx or not... :(

      *sees gaping ass* -- "Yeehaw my experiment worked!"

      --
      What time is it/will be over there? Check with my iPhone app!
  116. Gratuitous Homerism by mntgomery · · Score: 1

    Mmm, Danish.

    --

    This comment was generated by a squadron of trained super elite albino ninja chickens for you.
  117. If you have two brain cells in your head... by Anonymous Coward · · Score: 0


    Rub them together to spark a clue: Stop using the browser that Bill Gates himself is using to gather information about your personal life. There are about twelve dozen other, MUCH better browsers to choose from. Don't believe me? Check this out:
    Click here for more info

    As you'll notice shortly after clicking the link, it's not Micro$oft.com. It's actually www.hoary.org/browse. I even used IE for the first time in months to try this out (didn't work completely; I'd see Page Cannot Be Displayed, but it did mask the real page. That's hella cool, though!).

    Also, another way to make a similar "exploit" work in ALL browsers that recognize scripts, you'd make an HTML link like this:

    a href="http://www.hoary.org/browse" onmouseover="window.status='http://www.microsoft.c om/alternatives/browsers';return true" onmouseout="self.status='Done'"

    This will make the status bar show http://www.microsoft.com/alternatives/browsers yet take you to http://www.hoary.org/browse. It may not fool the tech-savvy after a while, but it's damn cool!

  118. No exploit here by erlando · · Score: 1

    Galeon 1.3.7 I love not being stuck on Windows anymore.. :o)

    --
    Remember, there are no stupid questions. But there are a lot of inquisitive idiots.
  119. Doesn't affect my version of Mozilla by sacrilicious · · Score: 3, Informative
    Would be nice to have listed which versions were stated to be affected. I have just tested:
    • Win IE 6.0
    • Mac IE 1.5
    • Win Mozilla 1.4.1
    • Mac Mozilla 1.4
    The only one affected was Win IE.

    If any Mozilla versions later than 1.4.1 were to be affected, I'm willing to bet the Mozilla release would be patched within a day, whereas Microsoft would take a minimum of two weeks and a max of maybe never.

    --
    - First they ignore you, then they laugh at you, then ???, then profit.
    1. Re:Doesn't affect my version of Mozilla by CaptBubba · · Score: 1

      Remember they said no more non-critical patches this month. So likely we will not see a patch until min-January.

    2. Re:Doesn't affect my version of Mozilla by smeenz · · Score: 1
      Actually, this bug/request for enhancement has been open for Mozilla since January 2001. So much for patching within days.

      Bugzilla bug 122445

      Everyone seems to have their own idea about what should be done about it, and nobody is actually doing anything.

    3. Re:Doesn't affect my version of Mozilla by sacrilicious · · Score: 1
      My cursory read of bug 122445 suggests that this is a different bug than that being discussed in the slashdot article; bug 122445 deals with the potential for @ signs in a url to mislead users, while the slashdot article seems to be referring to a one-up on this, namely including the non-printing character %01 before the at sign which ends up being harder for the user to track. Maybe I'm misreading the bug.

      My version of mozilla (1.4.1) isn't subject to the bug discussed by the article. My speculation is that if the latest version of mozilla was affected by the bug, and the bug became as widely publicized as the article bug now has been, that it would be fixed within days. Since my version of mozilla appears unaffected, I'm thinking that mozilla isn't affected. This leaves my speculation as unsubstantiated, but there are various other examples from the history of mozilla that do support such faith.

      --
      - First they ignore you, then they laugh at you, then ???, then profit.
  120. Re:Guns dont' kill people, people kill people by Anonymous Coward · · Score: 0

    Nothing like blaming the victim

    Hey dumbass:

    The person pulling the trigger is not the victim.

  121. Re:Are you sure? Even with the embedded %00? by lordrich · · Score: 1

    Yes, the following string is filtered out by slashdot, but viewing properties definitely gives the url

    http://www.microsoft.com@zapthedingbat.com/secur it y/ex01/vun2.htm

    with a funny square block thing before the @

  122. Why is there an @ at all? by jfengel · · Score: 2, Interesting

    I was baffled to discover that my browser (Firebird) supports the @ redirection at all. I've been unable to uncover any W3C or RFC standard that covers it, though presumably one exists. Can somebody point me to it?

    Perhaps that would explain why such a silly feature exists at all. It seems to have no other purpose than for spoofing.

    1. Re:Why is there an @ at all? by WebMasterJoe · · Score: 1

      I haven't seen any standard covering it for http connections, but I know that for ftp connections you can put in the username and password for the site you are connecting to: ftp://username:password@ftp.myftpserver.com

      This was carried over from early browsers, I believe. The only time I have ever had a real use for this was back at school, when I was behind a proxy server/firewall that blocked every port except port 80 - makes no sense, but the bottom line was that I had to go through Netscape to connect to a friend's ftp server.

      --
      I really hate signatures, but go to my website.
    2. Re:Why is there an @ at all? by jfengel · · Score: 1

      Oh, yeah, I've seen it used for HTTP connections too, when you're using HTTP authentication. (Most sites use cookies for authentication now, I think.) I should have realized that. Thanks.

      So I suspect you weren't going directly to the FTP server, but that your friend was running an HTTP server on the same files. Netscape with the ftp: protocol should use the same ports as any other ftp client, so it would have been blocked.

    3. Re:Why is there an @ at all? by Mwongozi · · Score: 1

      The @ is used for web site authentication. Although it is highly insecure, you can login to a web site that requires auth by using the following format URL:

      http://username:password@hostname.com/

      So, for example http://microsoft.com@slashdot.org/ really means "login to slashdot.org using the username microsoft.com".

    4. Re:Why is there an @ at all? by HeghmoH · · Score: 3, Informative

      It's covered in RFC 1738. Look for section 3.1 Common Internet Scheme Syntax.

      Basically, it allows you to specify a username and possibly a password as part of a URL. http://w:x@y.com says to connect to y.com with username w, password x. The URL http://w@x.com means to connect to x.com with username w. This is not in particularly common use for HTTP, but it can be useful for sites that use HTTP authentication.

      Web servers ignore the username and password if you connect to a page that doesn't require authentication, so for most sites, everything before the @ is simply ignored.

      So this really is part of a standard, and it exists for a good reason. It's not a redirection at all, but simply a part of the URL standard that isn't used often enough for people to know what it means. The whole spoofing this is a completely unintended consequence of that.

      --
      Mod down posts with a "Free Mac Mini/iPod" sig, they're spam!
    5. Re:Why is there an @ at all? by WebMasterJoe · · Score: 1

      It was actually going directly to the ftp server, but I had to use Netscape because whatever ftp client I was trying to use wouldn't allow me to use a proxy server on port 80 to get through to an ftp server on port 23. Netscape allowed that (this was back in the days of NS 3.0), and I didn't know much about ports back then so I went with my friend's advice and used Netscape.

      --
      I really hate signatures, but go to my website.
  123. fill your inbox by ducttapebrown · · Score: 1

    At the bottom of the google news link: Get the latest news on internet explorer vulnerability Be careful not to click that link unless you really like google news.

  124. It works without a button or javascript too! by efextra · · Score: 1

    Go to this page for a demonstration without using javascript or a button!

  125. Re:Not just an IE bug... by jrexilius · · Score: 1

    He is correct in part. My older version of Mozilla:

    Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830

    Displays this URL in the test link in the article:

    http://www.microsoft.com%01@zapthedingbat.com/se cu rity/ex01/vun2.htm

    To a normal user it may look like I am in the microsoft domain. In IE, however, it truncates the ugliness at the end, like so:

    http://www.microsoft.com

    Which is far more deceptive.

  126. Re:Mozilla vulnerable also by Anonymous Coward · · Score: 1, Informative

    I don't have Mozilla 1.5 on my machine here, but 1.3 is vulnerable to a "%00" before the "@" also. However, Mozilla is not -as- vulnerable as IE.

    IE displays href="http://www.yahoo.com%00@www.hotmail.com" as www.yahoo.com when it is actually a link to www.hotmail.com in the status bar at the bottom of the browser and it also shows that link as one to "http://www.yahoo.com" when you view the properties of the link. Unfortunately I can't demonstrate this in this post as I intended as Slashdot reoves everything before the www.hotmail.com.

    Mozilla 1.3 also shows the link as being to www.yahoo.com although it is actually to www.hotmail.com, although Mozilla 1.3 DOES correctly show the link properties as "http://www.yahoo.com%00@www.hotmail.com".

    Consequently, Mozilla also needs to fix their browser, although only in one of the two ways that IE needs to fix their browser.

  127. You can do it with pure HTML... by Anonymous Coward · · Score: 0

    a href="http://www.microsoftlovelinux.com@www.slashd ot.org">www.microsoft.com /a www.microsoft.com

  128. Re: Search Engines by Anonymous Coward · · Score: 0

    I wonder what impact this will have when this type of url gets submitted

  129. Enough is ENOUGH!! by gregarican · · Score: 1
    Today for my corporate users I will be packaging a nice Mozilla installation routine. Combined with wiping MSIE from the desktop. After Secunia has announced so many MSIE vulnerabilities (with the latest one being so potentially critical) and Micro$loth blowing off issuing December patches I've had it.

  130. Simple solution by essreenim · · Score: 1

    I use IE 6 and Mozilla Firebird.
    Firebird is not vulnerable, It passed the test
    If you're doing any online purchasing, just make sure you verify the contents with a second browser like mozill and u'll be ok

    : )

    1. Re:Simple solution by doon · · Score: 1

      The big problem is that those browsers don't come with the OS, and your avg user probably isn't going to know about it. The biggest threat to this comes from the people clicking links in an HTML e-mail. My mail client don't render html mail unless I specifically say "show me the HTML". Also if mail comes through as an HTML only mail, no plain text part, then it is marked as spam. I see very few reasons why I need to see 10 different emoticons blinking, with flowery stationary around the outside edge of it, when someone says hello, but then again I am an old stick in the mud curmdegeon(Sp?). But then again not being a Windows user, and prefering to live most of my life in a cli, I rarely run into this problems. To see how much of a dork I really am check out my webpage and look at the photo's section under tattoos.

      --
      To E-mail me, replace the first period in my domain with an @
    2. Re:Simple solution by Derek+Pomery · · Score: 1

      curmudgeon.
      Officially the client of choice at work is Outlook, I use Mozilla Mail for those reasons. Simple HTML - my favourite mode. Allows basic markup like table structure and bold/italicize, and that's about it.

      --
      -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  131. A workaround, but... by Two99Point80 · · Score: 1

    ...folks would have to remember to use it:

    When at a possibly-spoofed site in IE,

    1. click in the address bar
    2. hit the "End" key, then the space bar
    3. click on the "Go" button

    Me, I'd rather keep using Firebird :-)

  132. Re:Cert? by Derek+Pomery · · Score: 2, Informative

    Like it would be so hard for a group with dubious credentials to acquire a cert. Browsers don't prompt usually so long as the cert is up to date, and from an official cert authority.
    Who's going to inspect and notice it wasn't issued to the right corporation?
    Well, hopefully any paranoid IE user, for now.

    --
    -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
  133. Re:That isn't much better though! by orthogonal · · Score: 1

    Should a website name like www.microsoft.com be allowed as a username @ another website like that?

    How, exactly would you enforce outlawing it?

    Beyond that practicality, while I've never seen the use of @ in web addresses, I will say that I wouldn't want potentially "deceptive" email addresses outlawed.

    That's because whenever a web site wants my address I give it its domain-name.tld@my-domain-name.tld. That's how I figure out who's misusing the address I gave them (few do) and how I automatically sort incoming email.

  134. Did Anyone Else Hesitate? by Torgen · · Score: 1

    Did anyone else hesitate to click the Google news link on this story, in case it was a demonstration of the vulnerability in question?

  135. Re:That isn't much better though! by RobertB-DC · · Score: 1

    'Security Warning' dialog box that tells you 'you are about to go to an address containing a username'

    I consider myself "clueful", but this actually saved me some embarassment. I clicked a link in Eudora -- looked semi-legit, but was actually a hidden link with text of "ebay.com". Opera displayed the "Security Warning", saving me from giving the bastards a hit that might have confirmed my email address.

    However, the warning was pretty cryptic. If I didn't know that the URL format allows "username:password@domain.tld", I probably wouldn't have known what the heck Opera was trying to tell me. The warning is going to have to be pretty severe to undo the scammers' human engineering.

    I'd say that only someone who really, really knows what they're doing would even put a username:password in the URL. Along with correcting this NUL-terminated string bug, I'd suggest Microsoft should add (yet another) configuration option:"Allow usernames in URLs". And it should be False by default.

    --
    Stressed? Me? Of course not. Stress is what a rubber band feels before it breaks, silly.
  136. That won't work. by Anonymous Coward · · Score: 0

    The first slash it finds after the two protocol slashes indicate the end of the hostname. That url would simply give you a 404 on ebay.com.

  137. Perfect by KalvinB · · Score: 2, Interesting

    One more trivial tell to drop crap e-mails from my inbox.

    If an e-mail contains the characters "%01@" or "%00@" kill it.

    I can't think of any reason why those strings of characters would legitimatly found in an e-mail.

    This "exploit" has very very few practical applications that would actually fool anybody. No legitimate company sends out an e-mail asking to verify your information by clicking on a link. This doesn't change anything in that area. So instead of telling grandma not to click on links in e-mails that look "suspicious" how about telling her simply to not divulge any information to web-sites that ask for that information through an e-mail.

    If PayPal needs to verify your information they ask AFTER you log in. They may send an e-mail saying they need you to log into your account to take care of something.

    So for a real world example, if Grandma get's an e-mail from "PayPal" or her "bank" telling her that she needs to validate some information tell her to open her browser and go to her bank's web-site the old fashioned way of typing it in, to log into her account and then see if any notices are there.

    If not, the e-mail is a fake. If a notice is there, do what the notice says on the site.

    Simple lesson for grandma: Never click on a click from an e-mail to verify information. ALWAYS manually type in the URL for the company you're involved with asking for your information, log in, and THEN look for notices and do what they say. Grandma should already know not to give information to companies she has no knowledge about.

    Anyone throwing up their hands about having to reteach grandma, didn't teach grandma properly in the first.

    There's a very generic object lesson here that has zero to do trying to see if a URL is being sneaky that you should have taught her years ago when the first "click here to update your info" scams came through.

    Ben

  138. Re:That isn't much better though! by orthogonal · · Score: 1

    It would be possible (trivial?) to put a feature in our favourite open source browser to give a security warning when you visit such a URL

    I have Proxomitron, the browser proxy, set up to place a button at the top and bottom of every page; clicking the button closes the browser with a javascript window.close().

    The label of the button is the page address (and even in IE, it's the real address, as it's Proxomitron, not IE that's displaying the address), so I essentially have this feature already.

    Of course, I could write a Proxomitron filter for some regexp of addresses, or alter the address (I already replace Gopher links, because of an IE exploit), or even suffix each link with a Slashdot-style [domain name in brackets].

    Oh, and Proxomitron also wipes out most ads, removes dangerous javascript, gets rid of ActiveX controls and java apps and popups, etc.

  139. Firebird fails in the status bar, sort of by burgburgburg · · Score: 4, Informative

    Firebird 0.7 DOES show the spoofed address in the status bar, but with an odd character after the URL. However, it shows the real, spoofed URL in the address bar.

    1. Re:Firebird fails in the status bar, sort of by Anonymous Coward · · Score: 1, Interesting
      Yes, I just tried it again on Mozilla 1.5 on Windows 2000 and the following will spoof the URL in the status bar, but the location bar is not spoofable.
      <body><html>
      <a href="http://www.google.com%00@www.yahoo.com">Goog le</a>
      </body></html>
    2. Re:Firebird fails in the status bar, sort of by steve-qc · · Score: 2, Informative

      Spoofing the status bar is no big deal. Javascript has always allowed this.

      It quite common for webmasters to use the trick with external links that get redirected from a "click-through counter" page before sending you off to the actualy URL.

    3. Re:Firebird fails in the status bar, sort of by TheDormouse · · Score: 0, Redundant
      Bull. Firebird shows the full bogus address in the location bar on my machine. This is not a problem on Firebird at all.

      Go to this site to test the vulnerability.

    4. Re:Firebird fails in the status bar, sort of by Ice_Balrog · · Score: 1

      I'm using a nightly (20031208), and this version of Firebird does not show the spoofed address in the location bar.

      Either the bug was fixed, or your are BSing everybody.

      --
      #include "sig.h"
  140. FINALLY! My post-modern wet-dream(almost)! by bukowski · · Score: 1

    A link to the google news which links to the slashdot article. Now if only there was a way to make the link so that it took the google news link for slashdot and when you linked on it it took you back to the slashdot article.

  141. HowTo Exploit by Anonymous Coward · · Score: 5, Interesting
    Here is a one-stop guide to exploting this.

    Create a local document:
    <html><body>
    <script language="javascript">
    document.write(unescape('h ttp://www.google.com%01@www.yahoo.com'));
    </scrip t>
    </body></html>
    Note that thanks to Slashdot the code is munged. Remember to remove the extra-Slashdot-added spaces.

    Open this up in Internet Explorer and you'll see the text, with the "%01" character helpfully encoded into the string for you. Copy this string into another document:
    <html><body>
    <a href="http://www.google.com@www.yahoo.com">Google< /a>
    </body></html>
    Note that in this example, the encoded "%01" has been stripped out by Slashdot. Your copy & pasted string will include this character (It may appear as an empty "Box" symbol)

    Save & open the file in Internet Explorer. Surprise!

    But wait! There's more! If the user hovers over the link they'll see a funny looking URL in the status bar. We can fix that, though. Edit your file and add the "%00" to that URL E.g.
    <html><body>
    <a href="http://www.google.com%00@www.yahoo.com">Goog le</a>
    </body></html>
    Again, the encoded "%01" has been stripped by Slashdot. Ensure that you add the "%00" after the encoded "%01" or this won't work. Now save the file again, and re-open it in IE. Now where does that link go?

    Feeling lucky, punk?
    1. Re:HowTo Exploit by JPriest · · Score: 1

      The bug does not seem to work on my system with a standard hyperlink. I only work with a javascript button.

      <button onclick="location.href=unescape('http://www.google .com%01@www.yahoo.com');" style="font: 8pt verdana, sans-serif;">

      %00 will mask the mouse over URL though.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    2. Re:HowTo Exploit by Anonymous+Custard · · Score: 1

      And it you instead put in

      document.write( unescape( 'http://www.google.com%01%00@www.yahoo.com' ) ) ;

      it will crash IE 6 when it tries to load the page.

      I found this out the hard way! :-)

    3. Re:HowTo Exploit by Psyrg · · Score: 1

      It appears the status bar hack listed in the parents post also works to a degree in Mozilla under Windows.

      Hovering the mouse pointer heralds www.google.com followed by the little box character.

  142. At least... by Anonymous Coward · · Score: 0

    At least it's not an outright kernel exploit that caused a Debian network security breach, like with Linux. Also, GNU/FSF, Gentoo, and GNOME.

  143. Over reacting by KalvinB · · Score: 0

    You can't utilize this exploit with a standard a href. You have to use a button of some type.

    It's also a big giant tell for mail server admins for dropping spam as it has no legitimate uses.

    The object lesson that's been out ever since such e-mail scams started is: always go to the web-site manually and log into your account before submitting any information.

    A legitimate company ALWAYS has you log into your account and ALWAYS posts a notice upon logging in telling you what you need to do. And they NEVER use a button as a link to their site.

    Yahoo and Hotmail et could just as well add in a rule to delete any e-mail that contains those escape characters and no one using those services will ever get such an e-mail and never lose a legitimate e-mail from it. I'll be adding that rule to my mail server.

    Seriously, I hope every spammer and scammer uses this so I never get a spam e-mail in my inbox again.

    Ben

    1. Re:Over reacting by Anonymous Coward · · Score: 0

      You CAN use something that looks like a standard href:

      <a href="http://www.microsoft.com/" onclick="location.href=unescape('http://www.micros oft.com%01@fakesite.com/blah.html'); return false;">Click Me</a>

      If the user has JavaScript on, it will act just like a normal link for them.

    2. Re:Over reacting by frobisch · · Score: 1

      You can use it without javascript look at heise.de, the link at 'ohne Javascript'

    3. Re:Over reacting by DAldredge · · Score: 1

      Is it always your method of operation to add people as a foe with out responding to them?

    4. Re:Over reacting by frobisch · · Score: 1

      oh i see you are a subscriber (aren't you? why is there not always a asterisk?), I will stop it for you, so you don't get foe/neutral spam from me in your messages :)

    5. Re:Over reacting by DAldredge · · Score: 1

      You know, I have no idea why the * doesn't show up all the time. Some times it does, some times it doesn't.

  144. IE Spoofing exploit by special_agent · · Score: 1

    SWEET. Just in time for Christmas.

    --
    "I now inform you that you are too far from reality."
  145. A way to block this exploit.... by alwsn · · Score: 2, Interesting
    I use proxomitron (You can google to find it) as an ad block and a general crap filter. Since I use a really nice browser based on the IE rendering engine (MyIE2) it's important for me to block crap like this out.

    To nuke this exploit from links you follow on a website (it won't help if you follow it from an e-mail or paste it into the address box, but if you are duped by that, they you probably aren't reading slashdot) you can ad this rule to the proxomitron (or a similar one to Privoxy, and open source equivilent)

    (Matching expession)
    http*@

    (Replacement text)
    !@!
    and it will do a nice job of blocking all of these links.
  146. bad for the corporate user by moojin · · Score: 2, Interesting

    take this example email to a corporate user from a malicious person. the email is a simple example, i'm sure other more complex examples can be created:

    To: corporate user
    From: corporate help desk
    Subject: MANDATORY: Username and password verification

    Last night, one of our authentication servers went down and we need to rebuild the our database. To make this process easier for us, please use the form below to verify your username and password.

    http://our.corporate.intranet%01@www.malicious_s it e.com/username_and_password_verification.html

    Thank you for your cooperation.

    IT Help Desk

    ===

    i can't believe that MS is just considering a patch for this. i would write to your corporate internet security officer and urge this person to take a look at this MS IE vulnerability and also to switch to Mozilla. this could be mozilla's chance.

    --
    Why did I lurk so long before registering for a Slashdot account? I could have had a Slashdot ID of less than 100000.
    1. Re:bad for the corporate user by knghtrider · · Score: 1

      The only way this vulnerability works from within an email application is if you are using browser based e-mail, or Outlook Express to access your corporate mail.

      The worse possible scenario was posted to NT BugTraq by Russ Cooper, where it *might* be a consumer issue if it were exploited in the financial realm. Even there, it was reasoned that most of the security (SSL, CA, etc.) used by Financial Institutions mitigates the entire realm.

      Is it a problem? Of course.

      Should Microsoft fix it? Of course.

      Should they take care not to break anything else? Of Course..

      --
      In America today you can murder land for private profit. You can leave the corpse for all to see, and nobody calls the c
    2. Re:bad for the corporate user by knghtrider · · Score: 1

      Ooops....Looks like the issue rears it's ugly head in Mozilla 1.5.1 as well---sort of.. Ok..it's not a strictly Microsoft related problem--perhaps it's in all browsers?

      --
      In America today you can murder land for private profit. You can leave the corpse for all to see, and nobody calls the c
    3. Re:bad for the corporate user by duratkin · · Score: 1

      UNFORTUNATELY Mozilla seems to be just as insecure in this regard. At least when I ran the test, the address line was spoofed. I am disappointed!

  147. Um... by KalvinB · · Score: 1

    How is this insightful?

    Scammers have been using that for a very long time. And it's hardly a bug considering the URL in the address bar shows the www.fsf.org address after you click on the link. The new exploit does exactly the same thing except the URL doesn't show the correct one which is why someone thought it was news.

    The reason that feature is there is because IE is also a very slick FTP client.

    ftp://username:password@www.somesite.com

    and now you can drag and drop files to your hearts content just like it's a regular folder and the url www.somesite.com shows up in the address bar alone so you know where you're at.

    Both are equally offensive: not at all.

    Don't click on links in e-mails that supposedly take you to verify information. Simple. Always go to the company's site manually and log in and check for notices there. Same as you should have taught grandma years ago.

    This is yet another big non-news story of the day.

    Ben

  148. Re:That isn't much better though! by Anonymous Coward · · Score: 0

    Firebird may display the url correctly once you go to the page, but note that when you hover over the link it only displays the first bit of it - www.microsoft.com[%01 character]

  149. $BAD_IDEA = "Microsoft Patch Schedule" by stealth.c · · Score: 1

    It still baffles me that they think a patch "schedule" is a Good Idea. It even harms them from a PR perspective--this is a security flaw NOW, and we probably won't see a fix until 2004. Meanwhile, all other browsers have been immune for a while.

    I thought Steve Ballmer said that they could learn things from Free/Open-Source Software! Microsoft's continual failure to make any attempt to embrace strategies for proven superior security and maintenance methods only shows their lack of concern for their product and customers.

    That, or they really are as stupid as they look.

  150. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  151. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  152. My IE6 is not vulnerable by fudgefactor7 · · Score: 1

    Don't know why, exactly... but every exploit listed here (on good ol' Slashdot) doesn't affect this system. The URLs match and there's no redirection. Must be one of the previous patches I have on here.

    If any of you are so bored as to research (as I am not), here's the patches on this system:

    Version: 6.0.2800.1106
    Cipher Strength: 128-bit
    Update Versions: SP1; Q328389; Q328970; Q324929; Q810847; Q813951; Q813489; Q330994; Q818529; Q822925; Q828750; Q813502; Q827667; Q826940; Q827057; Q824145

    Windows 2000 SP4

  153. Forging Access Points at WiFi Locations? by JojoLinkyBob · · Score: 1
    So what happens when a whacker decides to drive up to the local Starbucks, or any other place with WiFi service?

    Someone turns on their laptop, runs their browser, which autoloads a WiFi connection screen. How are they supposed to know the sign-on form they're about to populate with credit card data is from a legitimate link? What if that van parked outside is hijacking service by creating a new access point? Honestly, I don't know how realistic this scenario could be, but if it's possible it can be a big security concern, because:

    1) The user is automatically directed to a link, so the default assumption is that it must be safe.

    2) The whacker of course can make a clean getaway, without getting detected.

    --
    -jc
    1. Re:Forging Access Points at WiFi Locations? by MagicBox · · Score: 1

      Well, if the *whacker* can intercept the WiFi channel and get into the network then I doubt this browser vulnerability will matter much, since he'll use more sophisticated tools to collect your info. Any site that has an option for you to sign in with sensitive info, usually uses two things: Certificate from a certified authority and an SSL server, so it is not an *easy* task to just use the fake URL trick. Honestly I see this as a small problem (although a problem so it should be fixed). To really make this exploit really work there would be two main options:
      1) email
      2) site hijacking
      Someone would have to create a virus that spreads through the email and sends you a link to the *malicious* site with the FAKE URL showing and ask you to enter some personal info and steal that, but then that site would have to look like the original site, and a lot of people are already suspicious about entering personal info on sites, so it wouldn't do very well, not to mention SSL, certificates and warnings from so many different channels: news, emails, IT departments, friends, family etc... So in the end you'll have a small percentage of victims probbably, that would have been victimised one way or another anyway.
      Or someone hacks a site and redirects to to the malicious site using the URL vulnerability to redirect you to the malicious site. That would be more dangerous, but if they manage to hack a site then either it will be detected and shut down right away, or they already have gotten to the database with allt he personal info already, so it's too late.

      --

      The phaomnneil pweor of the hmuan mnid. Fcuknig amzanig eh!
  154. No pop up, just do the actual address in bold by sunbeam60 · · Score: 1
    It would make it a lot easier to identify immediately.

    So the address field would look like:
    http://www.microsoft.com%01@zapthedingbat.com/secu rity/ex01/vun2.htm

    And there would be no reason to pop up, which is just plain distracting.

    1. Re:No pop up, just do the actual address in bold by Finuvir · · Score: 1

      That would help people who are aware of the problem to quickly notice it, but it's no use for people who don't know the trick. I'd like a solution that educates the ignorant (as a dialog could), makes things easier for the knowledgeable (like your solution would), but steers clear of trying to usurp browser control from the stupid.

      I've seen some suggestions about removing the ability to visit such pages at all unless you change an advanced option. I think that's too extreme. A dialog that can be turned off ("don't show me again") and the option of highlighting the domain (perhaps on by default) would be great.

      --
      Why is anything anything?
    2. Re:No pop up, just do the actual address in bold by sunbeam60 · · Score: 1
      Yeah, you are of course correct. The bold typeface would mean nothing to people who didn't know what to look for, except that they might be visually guided towards the actual domain first.

      The problem with "Do not show this again" is that most users think they will then forget. They opt for annoyance over ignorance. I think the best solution would be for a "bubble" to pop up, pointing towards the address bar with a text like:

      This address contains elements that could mean a security threat. To help you identify the website you are actually visiting, the domain name has been highlighted in bold. More information

      Of course bubbles aren't really part of the Mozilla UI guidelines, so either they would have to be, or some other similar solution would have to be devised.

    3. Re:No pop up, just do the actual address in bold by Finuvir · · Score: 1

      It's not a clear cut issue, certainly. Check out the amount of discussion at bugzilla (bug #122445): http://bugzilla.mozilla.org/show_bug.cgi?id=122445

      --
      Why is anything anything?
  155. how the gates stole xmas by shoptroll · · Score: 1

    well there goes their xmas present... 30 days without patching hehe

    --
    Insert Sig Here
  156. Example of the exploit by Stonent1 · · Score: 1

    Click Here to Perform Test!


    Lets see how slashdot parses this. :P

  157. I got a scam-mail doing a similar thing last week by Dave+Beta · · Score: 1

    Even before this quite alarming security hole in IE was known, I got an email directing me to a fake eBay.com website which had a fake address bar.

    It was an HTML email, so the URL shown in the email looked legit at first glance, and it then took me to a webpage which was obviously fake since I was using Moz. However, in IE it would have looked more convincing since it had hidden the real address bar, and then made a fake address bar using javascript and what-not.

    This was by far the most convincincing such scam I've received, and I imagine most people using IE could have believed it. Although I doubt many people are insane enough to fill in all their financial details including PIN into a webpage!

  158. Ahhhh!!!! Bad spelling! That explains it all! by Thud457 · · Score: 1
    So bad spelling / grammar is the red flag of a bogus site, eh? That makes it all clear now, obviously someones h4xx0r3d our DNS and I've been reading the fake slashdot all these years!!!

    So now, all we need a patch to spell / grammar check the page and set the network zone on the status bar to the skull and crossbones when the errors exceed a certain threshold.

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  159. You call this problem "new"? by ro_coyote · · Score: 1

    Maybe this is a new bug, and maybe it isn't... but nonetheless haven't people been using fake hyperlinks (or just covering them up) for years now?

    I say this because every time I've come across a suspicious link (that I catch anyway) I have to right-mouseclick and copy and paste the URL into the Address Bar or Notepad to see if its legit. And surprise, surprise... some of them don't match up to what's displayed in my Status Bar.

    Perhaps it is a new IE bug, maybe one that goes as far as preventing you from testing URLs like I do... but in the end isn't this pretty much the same exact trap to the average webuser who doesn't know any better?

    1. Re:You call this problem "new"? by viware · · Score: 1

      I suppose you are talking about emails. If you turn off your email clients ability to display html, then you will see the real address every time. I think that html emails are a scourge. All they do is pretty things up, at the best. At the worst, they cause link confusion like you speak of, display porn pictures when they are unwanted, and let old aunty send blue text on purple background emails with animated gifs and some sound in the background.

      Email is for communicating. If you want a document then make a website.

  160. a Windows XP Server? by Anonymous Coward · · Score: 0

    in the future, try and make your jokes make sense

  161. Safari has a similar bug by spitzak · · Score: 1

    Apple's OS/X Safari has this problem too. The preview shows "www.microsoft.com" although it is scrolled vertically 1/2 line so there is some hint that something is wrong. The address bar ends up with %00 like it should.

    After seing Safari screw up, I tried Konqueror, but it seems to work (maybe). It shows "www.microsoft.com@secunia.com/..." in both the preview and in the address bar after you click (ie the %00 seems to have disappeared).

    I would agree that this bug is not IE-only. It sounds like Opera is the only one doing the right thing. I would recommend that the browser should popup a warning for any username without a password, or containing a dot or any punctuation mark (to get around really stupid users who may read "http://www_microsoft_com@nasty.site.com/u_r_ownz" as being microsoft. You say ok to add the url to a list that won't pop up again.

    Also web sites should reject url's with usernames, rather than accept them by default. This will get rid of :"joke" redirections, though it won't help if the redirector also controls their web site.

  162. What happened to responsible vuln reporting? by bratmobile · · Score: 1

    What happened to responsible vulnerability reporting? Advertising the existence of a hole and its rough attributes is one thing. But describing exactly how to exploit the hole -- before giving the vendor a chance to fix it -- is just irresponsible, and may hurt users.

  163. Re:Cert? by berzerke · · Score: 1

    ...Browsers don't prompt usually so long as the cert is up to date, and from an official cert authority. Who's going to inspect and notice it wasn't issued to the right corporation?...

    Sadly, very few users. I don't use IE, but I always check. The last time I bumped into this, I emailed the site owner (he has a very well known address), and he replied I was the first person to notice (that he knows of) in the 2 years the site has been up. It's fixed now, so the names match, but this just goes to show, most people don't check.

  164. An even bigger 'broke' site... by cliffiecee · · Score: 1

    buymusic.com.

    *STILL* doesn't allow non-IE users. Pitiful.

    1. Re:An even bigger 'broke' site... by Anonymous Coward · · Score: 0
      Just as an aside, it's possible to browse their site by turning off JavaScript and masquerading as an IE 6 / XP browser.


      If you want to listen to the media, make a new window and paste 'http://hurl.content.loudeye.com/scripts/hurl.exe? clipid=001954201070006900&cid=600133' into the address bar. Substitute the correct clipid and cid from the music link. Enjoy.

  165. Galeon is vulnerable (kind of) by Anonymous Coward · · Score: 0

    vuln0 goes to Slashdot, with the URL "http://slashdot.org/" displayed in the address bar. Holding the mouse over the link displays "http://slashdot.org/" in the status bar.

    vuln1 goes to goatse.cx with the proper URL shown in the address bar ("http://slashdot.org%01@goatse.cx/"). But holding the mouse over the link does not show the address in the status bar. It seems to show the previous status message - once I saw "Transferring data from site...", another time I saw "http://slashdot.org/users.pl".

  166. Matrix Rebooting Issue is Bug in Windows NT 4.0 by Str8Dog · · Score: 1

    Microsoft has finally stepped up and issued a Knowledge Base article on the Matrix Rebooting issue.

    <a href="http://support.microsoft.com/" onclick="location.href=unescape('http://support.mi crosoft.com%01@www.str8dog.com/matrixkb/');return false;">Matrix Rebooting KB Article</a>

    You can see this spoof actually working by clicking the link in my sig... Might as well have some fun at microsoft's expense right?

    --


    Str8Dog
    using System.Darkside; public
  167. Doesn't work against Mozilla 1.5 by lorcha · · Score: 1

    I just tried it and the URL appears in the address bar as "http://www.microsoft.com%01@zapthedingbat.com/sec urity/ex01/vun2.htm"

    --
    "Avoid employing unlucky people - throw half of the pile of CVs in the bin without reading them." -- David Brent
  168. Also a bug with Mozilla (or at least firebird) by andy_from_nc · · Score: 1

    see this not Yahoo. (Source: Sam Ruby

    1. Re:Also a bug with Mozilla (or at least firebird) by andy_from_nc · · Score: 1

      Looks like either I got the link wrong or Slashdot fixes it not
      yahoo

  169. i also recommend openOffice... by LifesABeach · · Score: 0

    i'm hearing more and more people saying that m$ is everywhere, but so are m$'s problems, and prices. when mozilla completes their version of m$'s 'lookout!' calendar, and schedular; i will recommend that also.

  170. Slashdot's not run like a commercial site by daviddennis · · Score: 1

    People writing for sites like eBay and PayPal have a reasonable command of English.

    Nobody's going to write a phishing tool for Slashdot accounts, at least not unless someone reads this and decides it's too much of a dare to pass up.

    D

  171. Re:That isn't much better though! by poot_rootbeer · · Score: 1

    Should a website name like www.microsoft.com be allowed as a username @ another website like that?

    It's all safe characters according to the RFC's... so yes.

  172. There are rumors of exactly that... by Millennium · · Score: 1

    The Tasman engine has already been taken out of one browser (IE/Mac) and embedded into another (MSN/Mac). In the process, they cranked the engine's standards support to the point where it actually manages to kick the crap out of Mozilla and Opera. It even supports the nth-child() pseudoclass and its relatives, something no other browser has but everyone wants.

    Unfortunately, because they force you to sign up and pay for MSN before you can even use the browser, almost no one knows this, and even fewer people test in it. I don't use MSN/Mac either. The worst part of this, though, is that Opera and Mozilla don't even seem to realize the catch-up that they now have to play.

    But here's the thing: the Tasman engine was originally written to be portable, and there are no signs that this has changed. It is entirely possible that Microsoft could port this to Windows, stick it into Longhorn (which would also explain why there aren't supposed to be any more updates to IE/Win before then: they're retiring the old 'Trident' engine and focusing all their efforts on Tasman), and catch Mozilla and Opera completely off guard.

  173. MOD PARENT UP by crayz · · Score: 4, Insightful

    Hollllly shit. MS needs to patch this like...two weeks ago.

    Someone is going to make a lot of money with this. For an example of this in action(harmlessly):

    http://crayz.dyndns.org/test.html

    1. Re:MOD PARENT UP by Anonymous Coward · · Score: 0

      Both IE6(SP1 and many hotfixes) and Mozilla 1.5(Windows) both exhibit the same problems using this example. So this isn't just an IE issue then.

    2. Re:MOD PARENT UP by crayz · · Score: 1

      I'm on Mozilla 1.5 on Windows and it most certainly does not exhibit the same behavior. Mozilla goes to Barnes & Noble, yes, but when you look in the URL bar you get a completely fucked-up looking thing that makes it obvious you are not at amazon.com. IE just displays http://www.amazon.com

    3. Re:MOD PARENT UP by Ciggy · · Score: 0

      Hollllly shit. MS needs to patch this like...two weeks ago.

      Awww, stop worrying, M$ are excellent at releasing patches - much better than the OSS community; average 2 days from notification to patch arriving, innit? 8-)

      --

      A rose by any other name would smell as sweet;
      A chrysanthemum by any other name would be easier to spell
    4. Re:MOD PARENT UP by tswann01 · · Score: 1

      Unbelievable.

      I originally used Mosaic ~10 years ago, then Netscape for a couple of years, then IE. Until today. I just "installed" Mozilla Firebird, and am using it now. I will not be using IE again. Ever.

      The potential for fraud based on this flaw is greater than all that has come before.

      This is the end, my beautiful friend, the end.

    5. Re:MOD PARENT UP by shaitand · · Score: 1

      I do believe you are mistaken, www.whatever.com@somewhereelse.com DOES take you to somewhereelse.com, but it DOES NOT display www.whatever.com in the address bar on Mozilla 1.5 on either linux or windows, same with firebird, same with konqueror.

      Nope this is an IE hole only buddy.

  174. How to verify that address is correct by slobber · · Score: 1

    For those poor souls who are still using IE, there is an easy way to verify that you are indeed lead to a correct site - just right-click on the page in question and choose properties. URL displayed there is not truncated.

    I know it is a pain, but it is much easier than copying URL, restarting IE, and then pasting it back in...

    --
    "You mortals are so obtuse." -Q
    1. Re:How to verify that address is correct by aXis100 · · Score: 1

      Or before people mindlessly click, they can hover over the link and see the whole url in the status bar - or at least a fair bit of it.

  175. Gotta love microsoft's response by jerrytcow · · Score: 2, Insightful

    Microsoft did not set a timetable for its investigation, but said it may eventually release a patch to address the problem. Meanwhile, the company recommended that people follow basic security procedures, including the use of firewalls, software updates and antivirus software.

    How many people are going to give their credit card/bank/paypal info to these sites thinking they are safe because they have norton antivirus or zone alarm running. They are basically telling people not to worry when this is a huge security flaw - the only way to be safe is to type the URL in instead of following links.

  176. "Moderately Critical" by DrPascal · · Score: 1

    Secunia rated the vulnerability as "moderately critical."

    How the &#$& is something "moderately critical"? That's like "somewhat hideous" or "vaguely humongous."

    --
    DrPascal: Not the language, the mathematician.
  177. Yes, Mozilla is vulnerable. by Craig+Davison · · Score: 1
    Sort of. Hover over this and then click it:

    Click me!

    You'll probably see http://slashdot.org/ on the status bar, but when you click the link you'll be directed to http://slashdot.org/%00users.pl

  178. Netscape isn't vulnurable by rbook · · Score: 1

    Try the same address on Netscape, and you'll see the whole URL, not just the fake part.

  179. A non script exploit exists by Anonymous Coward · · Score: 0

    I've been following a discussion of this bug on the Full-Disclosure list for a couple of days now.

    An ordinary A HREF hyperlink will work if you use a hex editor to insert an actual 0x01 character before the @. This was posted by "petard" who has a demonstration exploit here: http://petard.freeshell.org/ms-announce.html

    ~AC@work

  180. is this news? by slart42 · · Score: 1

    I'm pretty sure that I have received PayPal scam in this exact form as long as a few month ago. Yes, with the %01 character before the '@' - as a Safari user i saw that character, and i was always wondering what it was used for.

  181. DOES AFFECT MOZILLA 1.5 on RH9!!!! by Anonymous Coward · · Score: 0

    http://www.fake.com%00@www.realsite.org/

    If you do the mouse hover over the link in MOZILLA
    it shows http://www.fake.com on the bottom bar,
    but when clicked
    it shows the whole URL with the %00 in the URL box.

    This does not work for %01, the bottom bar shows
    a funny character for the %01.

  182. Not onlu does Opera by skintigh2 · · Score: 1

    correctly display the address, it first warns me that I am about to visit an address with an username in it. Don't see why IE can't do this.

    Way to go, MS.

    But, I'm sure the press with report this as a problem with "the web" or "the internet" and that "all web browsers" or even worse that "the web browser" is affected by it.

  183. I knew this wasn't slashdot! by sykt · · Score: 1

    er or was it...damn i'm using firebird...

  184. That's what I said by burgburgburg · · Score: 1
    Firebird shows the bogus address in the ADDRESS BAR (as we'd hope).

    In the STATUS BAR (lower left), it shows the false address, but with an additional character after it.

    1. Re:That's what I said by tjw · · Score: 1

      That's proper behavior because the example you're looking at has the false address as the HREF.

      It's no different from having a link that sets the window.status property to the false address with onMouseOver. In short, the Status bar cannot be trusted anyway when JavaScript is enabled.

      The security issue at hand is that in IE it is impossible to know that the page you're currently viewing did in fact originate from the server displayed in the Address bar.

      --

      XJS*C4JDBQADN1.NSBN3*2IDNEN*GTUBE-STANDARD-ANTI-UB E-TEST-EMAIL*C.34X
  185. Try this one by Anonymous Coward · · Score: 0

    http://petard.freeshell.org/ms-announce.html

    1. Re:Try this one by fudgefactor7 · · Score: 1

      Hmmm, interesting, your link works. But strangely, if I right-click on the link and select "Open in new window" it takes me to the site that is displayed (I.E.: www.microsoft.com)

      Odd behavior, that's for sure. (And thankfully, you didn't redirect to tubgirl as I'm at work.)

  186. Mac IE *5.1*, not 1.5 by sacrilicious · · Score: 1

    (replying to own post) The version of Mac IE that I tested was 5.1, not 1.5. -Sacrilicious

    --
    - First they ignore you, then they laugh at you, then ???, then profit.
  187. This behaviour must have been coded by... by nuckfuts · · Score: 1

    by the same geniuses who decided that file extensions should be hidden by default in Windows Explorer. Microsoft's design philosophy seems include:

    1) Don't let the ignorant users see entire filenames / URLs - it will only confuse them.

    2) Obscure things to give a false impression of simplicity.

    3) Don't worry that users won't know the true nature of things they are clicking on. Bad guys won't figure this out and abuse it.

  188. The one piece of good news in this is . . . by InfoSec · · Score: 2, Informative

    That it doesn't fool the security zones in IE. If you have a site in your "Trusted Sites" zone, and you try to spoof that site using the mentioned vulnerability, the Address Bar shows false, but the Zone is not fooled. Thank heavens for small miracles.

    --

    Wherever you go, there I am...
  189. What the hell browser are you using? by Inoshiro · · Score: 1

    "... but we'd also finally have everybody using a browser that actually supported web standards! (Yeah, IE is pretty close nowadays"

    No, no it's not. Not even in the same class! It's not Netscape 4, but it sure drags its ass like that horrible melange of shit code.

    Do you see rounded corners here? How about the fact that CSS support hasn't been updated it years, specifically it still mainly matches these charts which have in supporting only 80% of CSS1, 10% of CSS2, and none of the proposed CSS 3 standards? In the past 2 years, Mozilla's CSS support has not remained static.

    If you do anything more complex than a table layout in IE, it just won't work. How does this look in the latest IE? Not like the reference image, I'm sure.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  190. Re:MOD *THIS* PARENT UP by rev063 · · Score: 1

    Thanks for the example, which is frightening in its clarity. This is a truly serious issue.

  191. The Foward Slash by mmortal03 · · Score: 1

    The missing foward slash at the end of these fake URLs kind of gives it away. The lack of the slash IS noticeable, especially now that we know to look for it. Is there anyway for it to work WITH a foward slash at the end?

  192. Slimbrowser is inmune (well sorta) by SirDaShadow · · Score: 1

    When I click on the links using Slimbrowser , I can see the whole URL. However if I switch tabs it only shows the fake url.

  193. Re:Guns dont' kill people, people kill people by Anonymous Coward · · Score: 0

    Hey dumbass:

    The person pulling the trigger is not the victim.


    Exactly, man.

  194. Xek it by Anonymous Coward · · Score: 0

    xek @ my homepage http://mega.ist.utl.pt/~jjmam/ IE needed! eheheh >:D

  195. I'm gonna be RICH ! by Anonymous Coward · · Score: 1, Insightful

    I'm going to change all the users profiles on our network so that their start page is some kind of nasty scat porn site using this special url. Then when everyone starts complaining that the company homepage has been hacked, I'll then proceed to rack up some serious overtime bucks just in time for Christmas. ( This could take a long time to fix !)

    Thanks Microsoft!

    1. Re:I'm gonna be RICH ! by Anonymous Coward · · Score: 0

      Too cool. wonder if this could be ported to a worm

  196. IE's Security Settings Aren't Fooled! by avecun · · Score: 1

    I have used IE's security settings to prevent malicious web code from killing me.

    When I checkout the link that puts the false URL (www.microsoft.com) it wasn't treated as a trusted site, even thought *.micorsoft.com was in the trusted site list. At least this is still working in IE!

    Here are two website on how to implement this:

    If any one find this to be false I would like to know.

  197. Javascript NOT required! by zzxc · · Score: 1

    Although the mentioned exploit uses javascript, it is not required. The following exploit using a plain HTML link will also work.

    This will make a link that looks like it goes to google, but it goes to elgoog, a google parody, instead. You must replace the brackets in the url with a real, unscaped, literal character 0x01. In other words, the actual html file should contain the bits 00000001 as a character where the brackets are.

    <A HREF="http://www.google.com[A REAL UNESCAPED CHARACTER 0x01]%00@www.alltooflat.com/geeky/elgoog/"> Google </A>

    1. Re:Javascript NOT required! by damiam · · Score: 1
      Don't have IE handy, so I can't test it, but this should work (if /. doesn't filter it).

      Google

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    2. Re:Javascript NOT required! by damiam · · Score: 1

      Oops. Guess slashcode it smarter than I gave it credit for. The \0x01 was there in preview, but got stripped altogether when I posted.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    3. Re:Javascript NOT required! by KevMar · · Score: 1

      you can use this for the same effect: &#01;%00

      href="http://www.msn.com&#01;%00@www.g oogle.com"

      --
      Im a gamer, not a grammer major. This post is full of spelling and grammer mistakes.
    4. Re:Javascript NOT required! by lord_nightrose · · Score: 0

      You guys are missing something here - '&#xxx;' inserts character #xxx into a web page. For example, inserts character 0x01 into the page, and inserts 0x00. You can use this to get the characters necessary to produce spoofed URLs. Also, the %XX thing works nicely in a URL. For example: http://www.google.com%01%00www.slashdot.org would work.

      --
      This is not part of my post. It's my signature. I bet you're disappointed.
    5. Re:Javascript NOT required! by Anonymous Coward · · Score: 0

      A HREF="http://www.google.com&#01%00@www.alltooflat. com/geeky/elgoog/" Google

      without ";"

  198. Patch Just Released! by BandwidthHog · · Score: 3, Funny

    Who says MS doesn't release patches faster than Linux?

    www.microsoft.com/ie/download%01@ftp.mozilla.org /p ub/mozilla.org/firebird/releases/0.7/MozillaFirebi rd-0.7-win32.zip

    --

    Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
  199. Thanks for the link to MSIE in the original post! by Anonymous Coward · · Score: 0

    I couldn't have found it otherwise.

  200. Opera does this by Anonymous Coward · · Score: 0

    Download Opera and try it. It explicitly asks you, in a message box:

    "You are trying to go to a URL with a username:

    username: www.here.com
    server: www.there.com

    Continue (yes/no)?"

    I'm pretty sure neither Mozilla nor Firebird does that, but I really think they should!

  201. Windows Update? by Anonymous Coward · · Score: 0

    hmmm... I already d/l'd a patch for this two days before this article was even written from windows update. What's the dilly y0?

    but hey, I could just went to a spoofed windows update site. :)

  202. IE is okay in Linux by turniponion · · Score: 0, Troll

    Firebird 0.6 is okay
    Konquerer 2.2.2 is okay

    But hey, look at this:

    Internet Explorer 5 (5.00.2314.1003) installed in Linux/Xandros using Crossover 1.3.1 was not fooled either. This maybe is only a problem for windo$e??

    I used the test link: http://www.zapthedingbat.com/security/ex01/vun1.ht m

    --
    -Turnip Onion --- Neither micro nor $oft. Linux is a fine tool.
  203. M$ purchases Slashdot by Anonymous Coward · · Score: 1, Funny

    check this posted to Full-Disclosure:

    http://petard.freeshell.org/ms-announce.html

    (be sure to use IE)

  204. Microsoft Patching Condom by Anonymous Coward · · Score: 1, Funny

    Microsoft Patching Condom - InternetNews.com

    Squinting closely at my monitor I see it actually says:

    "Microsoft's Patching Conundrum"

    I really need to get new glasses.

  205. Safari is also OK by Anonymous Coward · · Score: 0

    The whole address is shown.

  206. you're right mozilla 0.6.1/win2k doesn't truncate by websensei · · Score: 1

    "hand" yourself, settle down.
    I wasn't trolling. I'd misread the details of the exploit. you were right, I was completely wrong, and my original post should be modded down (would do it myself if I could).

    mozilla 0.6.1/win2k does NOT truncate the actual domain.

    my surprise was that it didn't alert (the way opera reportedly does). but the behavior under discussion was the truncating, which it does not exhibit.

    kudos for digging into it to get at the truth.
    but not bothering w capitalization is unrelated to trollishness! this was an honest (albeit stupid) mistake.

    last point: I AM glad I responded, b/c it led to the truth -- something I value much more than being right.

    --

    La via sola al paradiso incommincia nel inferno
  207. Warn your users: It's already happening! by querencia · · Score: 1

    I got the (HTML) email below today. The misspell of the word "response" tipped me off that something was awry. Sure enough, it is one of these phantom redirects.

    In the case of spams, cutting and pasting the link from the text of the email (instead of just clicking) takes care of the problem -- you can't fake the address that way.

    ____________________

    Dear eBay User,

    During our regular udpate and verification of the accounts, we couldn't verify your current information. Either your information has changed or it is incomplete.

    As a result, your access to bid or buy on Ebay has been restricted. To start using your eBay account fully, please update and verify your information by clicking below :

    https://scgi.ebay.com/saw-cgi/eBayISAPI.dll?Verify Information

    Regards,

    eBay

    **Please Do Not Reply To This E-Mail As You Will Not Receive A Responce**

  208. MOD PARENT DOWN: -1 Liar by roesti · · Score: 1
    And let's see how long it takes for the Mozilla folks to patch this one. And of course, for all those people running older builds to actually download and install.

    I call "shenanigans" on this. Under Linux, both Mozilla 1.6a (2003102905) and Mozilla 1.6b (2003120809) show the spoof address correctly:

    http://www.microsoft.com%01%00@secunia.com /internet_explorer_address_bar_spoofing_test/

    How this idiot got modded up so far I'll never know.

    1. Re:MOD PARENT DOWN: -1 Liar by Anonymous Coward · · Score: 0

      pipe down asshole, did you try it on Windows?

    2. Re:MOD PARENT DOWN: -1 Liar by The+Bungi · · Score: 1
      Oh fear, "shenanigans". Oh my.

      How this idiot got modded up so far I'll never know.

      Oh wow. What should we call you? Hysterical asshole with no mod points to spare?

      Go cry somewhere else.

  209. MOD PARENT UP! by Deven · · Score: 1

    That was informative.

    --

    Deven

    "Simple things should be simple, and complex things should be possible." - Alan Kay

  210. Re:Warn your users: It's already happening! by windside · · Score: 1

    The misspell of the word "response" tipped me off that something was awry.

    And it's only later that the creatively-spelled "udpate" sneaks up on you.

    Man oh man, these guys are smart enough to find and exploit security holes in Windows. When are they going to learn how to SPELL? Morons...

    --
    ...Whether my Maker is prepared for the great ordeal of meeting me is another matter.
    Churchill
  211. Lets See by nihilogos · · Score: 1

    How slashdot handles these bogus urls :)

    --
    :wq
  212. expensable.com broken in MSIE 6 on WinXP too by goldfndr · · Score: 1

    If you go into Tools | Internet Options... | General | Accessibility... then enable the Ignore font sizes specified on Web pages checkbox.

    Horribly ugly.
    --
    Copyrights, Patents, Trademarks: temporary loans from the Public Domain, not real property ("intellectual" or otherwise)
  213. Here Is The Evil Link In Action by querencia · · Score: 1
  214. &#01;%00 by KevMar · · Score: 1

    <a href="http://www.msn.com&#01;%00&#64;www.google.co m" >fake msn</a>

    I thought this test would work on slashdot, but I guess i am wrong, using &#01;%00 works for the exploit as well

    Try it on your own

    --
    Im a gamer, not a grammer major. This post is full of spelling and grammer mistakes.
  215. from the "so evil it's cool file" by loraksus · · Score: 1

    this has your idea beat a bit ;)
    AirSnarf, your very own fake SW AP.
    http://airsnarf.shmoo.com/

    --
    1q2w3e4r5t6y7u8i9o0pqawsedrftgthyjukilo;p'azsxdcfv gbhnjmk,l.;/
  216. Mozila by JThundley · · Score: 1

    In Mozilla 1.5, win32, the link in the title bar looks like
    http://www.Microsoft.com[]
    Except it's the square charactar, not two brackets.
    The actual link in the address bar looks like this:
    http://www.microsoft.com%01%00@secunia.com/ interne t_explorer_address_bar_spoofing_test/

    I'm not concerned.

  217. Mozilla Firebird 0.7 by xQuarkDS9x · · Score: 1

    Apparantly Mozilla Firebird 0.7 is not affected by this, in that it won't show the actual fake URL. I just tested it now with Zap's example and had this show up.

    It still said Microsoft of course but it didn't show only www.microsoft.com, thank god. :D

    http://www.microsoft.com%01@zapthedingbat.com/se cu rity/ex01/vun2.htm

    --
    You must master your joystick like a fisherman masters bait! - Gimpy
  218. Noy all IE by sergeirichard · · Score: 1

    If you still want to use IE, use it with Avant browser wrapper. It displays the URL correctly in the address bar. And it has a tabbed interface and pop-up and Flash blocking.

  219. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  220. New patched released, not by Microsoft ; ) by Anonymous Coward · · Score: 0

    While the big boys at Redmond scratch their balls all day tring to come up with their next licensing scheme, an unknown outfit that goes by the name of Opensoft has released a security patch that fixes the new IE flaw that allows scammers to spoof the address bar. The patch, its source code, and detailed explanation of the bug including an example can be found at security.openwares.org

  221. Mozilla and this by MntlChaos · · Score: 1

    Mozilla is not vulnerable to the address-bar spoofing, but it IS (for now) vulnerable to the status-bar (hover) spoofing. However there's a bug report filed in bugzilla (228176 if anyone cares to look it up, not goint to /. bugzilla though) to fix it.