Slashdot Mirror


'Lower Rights' IE 7.0 Coming

blacktop writes "eWeek has official confirmation from a Microsoft vice president that the upcoming Internet Explorer 7.0 browser upgrade will ship with reduced privilege mode turned on by default to help thwart browser-based attacks. In addition to anti-phishing and anti-spoofing features, IE 7.0 will add support for IDN (International Domain Names), built-in RSS and seamless search that will include choices of search providers."

72 of 378 comments (clear)

  1. So basically ... by DeVryGuy23 · · Score: 4, Insightful

    ...just some of the key features of Firefox and Safari?

    1. Re:So basically ... by Dogers · · Score: 4, Informative

      Without the CSS support.

      Marvellous!

      --
      I am a viral sig. Please copy me and help me spread. Thank you.
    2. Re:So basically ... by evilbessie · · Score: 5, Insightful
      Yes, that's is what they are doing but an interesting thing about the article
      "Nine months ago, we started hearing from partners like Dell that spyware was a major issue. Our own data from [Dr Watson] crash reports was telling us that 30 percent of all machines had some form of spyware. It reached a point where we had to do something."
      So yes they implement security but only when someone else points out that over 25% of all computers are infected with malware. Obviously this new Security concious microsoft takes some time to believe thaty they may be wrong... enjoy
    3. Re:So basically ... by Schnapple · · Score: 2, Funny
      So yes they implement security but only when someone else points out that over 25% of all computers are infected with malware. Obviously this new Security concious microsoft takes some time to believe thaty they may be wrong... enjoy
      What percentage would you like it to hit before they do something?
    4. Re:So basically ... by Kick+the+Donkey · · Score: 3, Insightful

      You want an honest answer to that question? I'd say somewhere around 8-10%. 30%? Too little, too late.

      --
      /. is a bunch of nerds at a million typewriters. It's not a political conspiracy determined to undermine your beliefs.
    5. Re:So basically ... by dioscaido · · Score: 4, Insightful

      ...just some of the key features of Firefox and Safari?

      What are you talking about? When you run Firefox under an Administrator account, it runs as an Administrator. In linux if you run Firefox as root, it runs as root. Neither provide any sort of explicit protection against this environment. Or am I missing something here? If you run your windows desktop account as a limited user (not an Administrator), then IE6/5/4 and all other browsers on the market today run as a least priviledged process.

    6. Re:So basically ... by klubar · · Score: 4, Insightful

      A better question is what percentage of home/small business/clueless corporate users don't have automatic update turned on. (Yes, auto update has broken a few, relatively rare programs. But if 100% of users allowed auto-update to do its stuff we'd have many fewer infected machines.)

    7. Re:So basically ... by bluGill · · Score: 2, Insightful

      I have to disagree, firefox never runs as root because linux users almost without exception do not browse the best when they log in as root. Linux programs are designed you can get all features without being root. Windows programs are not.

      Thus in theory you are right. In practice though, Linux users are never logged in as root, while Windows users always are.

    8. Re:So basically ... by Jere+H · · Score: 2, Informative

      Business problems come from the companies writing software for Windows. For example, at my work, auto update is turned off so that Service Pack 2 will not install. This is necessary because it breaks our old CRM software (Open Systems Accounting Software).
      The new system we are migrating to (Epicor Vantage) uses Crystal Reports, and it doesn't work right with Service Pack 2 either, and the support people tell us that they don't support Crystal Reports on SP2.

    9. Re:So basically ... by ZiakII · · Score: 2, Insightful

      What percentage would you like it to hit before they do something?

      3-5% I would assume once it becomes known that its not just happening to a select few that would be a clue to take action on the problem.

    10. Re:So basically ... by JebusIsLord · · Score: 4, Insightful

      Welcome to slashdot. MS has 3 choices, and they are damned any which way they go:
      a) They can not do anything, and get blamed for not keeping up.
      b) They can catch up, and get blamed for just doing stuff everyone else already does.
      c) They can "innovate" ahead of the others, and really piss everyone off.

      --
      Jeremy
    11. Re:So basically ... by unoengborg · · Score: 2, Insightful

      If you run it as root under Linux, you could use SELinux to limit what a process can do, what files it can see and change. You can control what is doable with files created by or downloaded from the browser.

      E.g. you could make it impossible to execute files downloaded by your browser if you did it as root (or any other user you want to limit).
      That means that in fact, the root user could be given less permissions when running their browser than an ordinary user running the same program.

      The SELinux security system is separate and independent of the ordinary Unix permission/ACL
      system. By having two independent way ways of control security. Just leaving security to the application writer will always give you a higher chance of penetration.

      --
      God is REAL! Unless explicitly declared INTEGER
    12. Re:So basically ... by Cally · · Score: 2, Insightful
      If you run your windows desktop account as a limited user (not an Administrator), then IE6/5/4 and all other browsers on the market today run as a least priviledged process.
      No. As a matter of fact, large chunks of IE *always* run as SYSTEM.
      --
      "None are more hopelessly enslaved than those who falsely believe they are free." -- Goethe
  2. They're adding IDN support NOW??? by bgarcia · · Score: 5, Funny
    IE 7.0 will add support for IDN (International Domain Names)
    Oh, goodie!

    I was wondering when IE would be able to support the Unicode URL spoofing attacks!

    --
    I'm a leaf on the wind. Watch how I soar.
    1. Re:They're adding IDN support NOW??? by theguyfromsaturn · · Score: 2, Insightful

      Anyone heard if Firefox is going to implement a true solution? Turning it off is just not acceptable.

      The only thing that turning it off does, is remove chances of spoofing a URL that has not international characters at the cost of increasing the spoofing risk of those that genuinely use international characters in their domain name (and YES those are needed. Not everybody speaks, nor wishes to speak, English).

      The result of the current solution is that pages with genuine foreign characters show up as punycode, that is to say: "gibberish". Gibberish is very easy to spoof. If I have to distinguish between http://www.xn--espaa-rta.com/ or http://www.xn--espa-rta.com/ or http://www.xn--espaa--rta.com/ or http://www.xn--espaaa-rta.com/ I could easily be fooled. There are URL that are much much more cryptic than this simple one, but it makes a good point. All a phisher has to do is use a URL that looks like one of those, with . Turning it off is NOT the solution. Maybe showing the proper URL (i.e. http : // www. españa.com) but with a different color ( for instance red) as a warning. Or make it pulsating or something to warn us that it contains IDN characters, and on a mouseover have a little popup showing that punycode text that corresponds to it. This should make it easy to spot the spoofed address that should not contain IDN characters (or not the ones expected), without making it so much easier to spoof the ones that do use them legitimately.

      Because, once again, punycode is EXTREMELY easy to spoof. Longs strings of apparently meaningless gibberish are hard for the brain to assimilate. A simple name when properly rendered now instead looks as difficult to remember, and distinguish from a spoofed address, as a purely numerical URL. It is NOT as solution, only a temporary patch.

      I will therefore suggest that the IDN spoofing vulnerability is STILL present in Firefox. The type of URLs likely to be spoofed are the only difference.

      --
      I like my dinosaurs feathery, and my pterosaurs hairy (or is it pycnofibery?)
    2. Re:They're adding IDN support NOW??? by Gerv · · Score: 2, Informative

      "Firefox's solution was to turn off international domain names"

      This is incorrect. We turned them off while working on a long-term fix, which is basically the same thing as Opera's.

  3. WHAT?? by to_kallon · · Score: 3, Informative

    "We've re-architected it to defend against exploits," Mangione said

    architect IS NOT a verb!!
    great laugh to start the day though.

    --


    The only way to get rid of a temptation is to yield to it.
    -Oscar Wilde
    1. Re:WHAT?? by Linker3000 · · Score: 2, Funny

      Just be glad he didn't say "re-architized".

      --
      AT&ROFLMAO
    2. Re:WHAT?? by Anonymous Coward · · Score: 3, Funny

      architect IS NOT a verb!

      It's a perfectly cromulent word.

    3. Re:WHAT?? by Dorothy+86 · · Score: 5, Funny

      Yeah, but verbing nouns weirds the language.

    4. Re:WHAT?? by Ancil · · Score: 3, Insightful

      What's with the language curmudgeon? Words get verbed all the time. There's nothing wrong with it; it's been happening for at least as long as people have been speaking English.

      Consider these nouns which got verbed (or perhaps they're verbs which got nouned?):

      Walk, run, shop, sleep, look, smell, call, visit, drive, kill, drink....

      Are all of these bad as well?

    5. Re:WHAT?? by The_Wilschon · · Score: 2, Interesting

      From the jargon file:

      Also, note that all nouns can be verbed. E.g.: "All nouns can be verbed", "I'll mouse it up", "Hang on while I clipboard it over", "I'm grepping the files". English as a whole is already heading in this direction (towards pure-positional grammar like Chinese); hackers are simply a bit ahead of the curve.

      --
      SIGSEGV caught, terminating

      wait... not that kind of sig.
  4. Appropriate for the largest audience by wyoung76 · · Score: 5, Insightful
    IMO, Microsoft has made the correct decision in announcing this change in IE. The main audience is the so-called "mom & pop" audience which haven't the faintest idea of how to do things, and just want things to work. They also tend to get hit with more problems which the typical /. crowd probably ends up having to fix.

    Microsoft may be a bit slow to get there, but they'll get there in the end.

    1. Re:Appropriate for the largest audience by Mithrandir86 · · Score: 5, Insightful
      Good to see that competition from Mozilla's Firefox is inspiring Microsoft to improve IE.

      Regardless of who wins in the battle of open-closed ideologies, the ultimate winner shall be the consumer. Which is exactly how it should be.

    2. Re:Appropriate for the largest audience by matth · · Score: 4, Insightful

      My only thought is... in Server 2003 they do this (I think) by default and it's annoying as all get out... to the point of being unable to really browse the web without security boxes popping up all over the place. Isn't there a way to do it without being intrusive on the user? This is just going to force the user to increase the security level.

    3. Re:Appropriate for the largest audience by germanStefan · · Score: 2, Informative
      for once I think this is a good move for microsoft. Programs should not run by default from IE directly from websites. Users should be restricted by default. If they know what they are doing then they can change that in the options. It is not fair to have a grandpa open a page and get bombarded with spyware. Thus if by default he is prevented to execute programs then he will have less problems. Until now I have just installed Firefox and told them to use that. I will probably also do so in the future, even if IE 7 fixes security issues.

      However, this might be sad for us geeks as we may have to work harder for our easily earned 20 an hour fixing computers from their spyware woes. It was an easy and fun run while it lasted, but it's probably for the better. Now that people down the street can use their computers, they may have more interesting jobs for us to do.

    4. Re:Appropriate for the largest audience by chrome · · Score: 4, Insightful

      In my experience, users who decide to lower the security, overcompensate when doing so. Instead of setting the security to what they need it at, they set it to the "Bend over and rape me" setting.

      Microsoft: Stop writing buggy software with "accidental" hooks that let you install device drivers from a god-damn active X control! THEN you won't need crutches like "Security levels".

      I agree with the parent 100%: this won't be effective.

    5. Re:Appropriate for the largest audience by Mithrandir86 · · Score: 5, Funny
      Crap, I forgot about posting against the /. articles of faith and got modded a troll.

      Just a second.

      Greedy M$ is making another foolish move. Hopefully they'll be bankrupt soon. All corporations are inherently evil. Linux forever!

      Was that better?

    6. Re:Appropriate for the largest audience by gearmonger · · Score: 2, Funny
      Microsoft may be a bit slow to get there, but they'll get there in the end.

      Ahem, yes, I've felt them get there many a time and not even K-Y Jelly helps any more.

    7. Re:Appropriate for the largest audience by sconeu · · Score: 2, Insightful

      Some people do use 2K3 server as a desktop machine.

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  5. New Features? by Jackdaw+Rookery · · Score: 4, Insightful

    So what will Microsoft be offering in IE7 that is new, and not just a take on Mozilla/Firefox/Opera?

    It seems to me that Microsoft is only playing catch up, has invention died over in Redmond?

    Why would people move back to IE even after the release of IE7? I'm guessing they won't and this is for those that won't or can't move from IE.

    1. Re:New Features? by Gorath99 · · Score: 5, Insightful

      So what will Microsoft be offering in IE7 that is new, and not just a take on Mozilla/Firefox/Opera?

      It seems to me that Microsoft is only playing catch up, has invention died over in Redmond?


      To be fair, Firefox has taken many (most?) of its features from other browsers as well.

      Let MS copy what they want. If IE improves, so much the better. Firefox et al will have a reason to find new ways to improve and I'll have a better browser when I'm stuck on a Windows box at work/school/whatever.

    2. Re:New Features? by alvinrod · · Score: 3, Informative
      It seems to me that Microsoft is only playing catch up, has invention died over in Redmond?

      Microsoft has largely been playing catchup throughout its entire existance. Before there was ever Windows, there was Apple's OS. Before there was IE, Netscape was king of the browser world. Spam Blocking and Security? Been around for a long time before Microsoft built it in to their products. Almost everywhere you look, Microsoft is trying to make up lost ground. Almost any inovation in computing has been "borrowed" by Microsoft, not created.

      Microsoft made a good product that caught on like wildfire and made computers more accessible to people who weren't able to understand the complexities of computers. Because they have such a large customer base, they can get away with releasing inferior products when it's the only product available.

      I don't mean to sound like I'm trying to start a flame war, but when Microsoft finally gets their product right, and the competition has been doing it for a year or more, it gets under my skin a little bit. Why not just get it right from the start or at least fix more along the way.

    3. Re:New Features? by isotropique · · Score: 2, Funny

      > Why would people move back to IE even after the
      > release of IE7?

      Simply because Microsoft will put back IE as the default browser after the upgrade.

  6. Multiple search engines! by grasshoppa · · Score: 5, Funny

    You can use msn! Or, maybe you'd prefer msn!

    Or, if those two options don't suit you, you can use MSN!

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
  7. One of these days... by the+linux+geek · · Score: 4, Insightful

    People will notice that all of MS's "New Features" have been in OSS for years.

  8. Possible MS logic? by B5_geek · · Score: 5, Insightful

    Hmm let me guess, this 'less-priviledged' IE "user" will be unable to install 3d party apps & addons (let's call them "plug-ins").

    Idiot #1: I want to install these smile-themes and weather app, but IE won't let me. It says that these "plug-ins" are unsafe and operate at a higher priviledge level. I don't know what that means BUT I WANT MY SMILES! ...... you guys know the rest of the story.

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
  9. Is it worth the switch? by Dancin_Santa · · Score: 5, Insightful

    I remember about 6 or 7 years ago when I was switching from Netscape 3 to IE 4 that there was a huge argument over whether Netscape 4 or IE 4 was the better product. The step up from versions 3 was significant.

    Lately, having switched to Firefox to avoid rampant security issues, I feel fairly comfortable with this browser. There are some things that I wish were better like better Googlebar and better plug-in handling, but am pretty happy with it.

    So with IE7, what's the draw? What features will it have that will encourage me to jump ship again? The feature list doesn't impress me as much as the jump from Netscape 3 to IE 4 did. And security is not an issue with Firefox, so that's not a good enough reason.

    I guess I'll just have to download the mandatory Critical Update and try out the browser for myself.

    1. Re:Is it worth the switch? by Mr_Silver · · Score: 3, Insightful
      So with IE7, what's the draw? What features will it have that will encourage me to jump ship again? The feature list doesn't impress me as much as the jump from Netscape 3 to IE 4 did.

      I don't believe that Microsoft are intending IE 7 to draw people from Firefox, but rather encourage users not to consider switching. Remember, they still have 90%+ of the market share so getting back those 10% isn't going to be a priority. However keeping the 90% is.

      And security is not an issue with Firefox, so that's not a good enough reason.

      Funny, I've been seeing rather a lot of security related alerts regarding Firefox recently. Granted it's not as wideopen as IE - but saying that security isn't an issue is a tad off the mark.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    2. Re:Is it worth the switch? by Kjella · · Score: 4, Insightful

      So with IE7, what's the draw? What features will it have that will encourage me to jump ship again?

      Nothing. In short, IE7 is there to 1) stop people from installing a 3rd party browser and 2) when you get a new machine with IE7 installed, be too lazy to install a 3rd party browser again.

      It is quite simple really, let Firefox/Opera do all the R&D and find out what the "must-haves" are and what is fluff, then tag along. Having a Windows monopoly is the ultimate way to "unconvert" people. If people had to actively choose to install IE over other browsers, things would be different. But for each time, you have to actively do something NOT to use IE. From there it is all about laziness.

      Kjella

      --
      Live today, because you never know what tomorrow brings
    3. Re:Is it worth the switch? by NutscrapeSucks · · Score: 2, Informative

      > let Firefox/Opera do all the R&D and find out what the "must-haves"

      Interesting argument because it took Mozilla Firefox & Opera about 5 years to match the functionality of Internet Explorer 5.0. Things like CSS support and a solid DHTML implementation are "must-haves" and IE had them long before anyone else. (of course since then it's been surpassed).

      If MS starts taking the development of IE seriously, they could easily lap the competition again. Starting a standards-fight with a monopoly is dangerous business, because there's a huge number of standards and implementing them all can be very expensive. Imagine a future "W3C checklist" where MS has twice as many ticks as Mozilla. It certainly could be possible.

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
  10. Interesting by James_Duncan8181 · · Score: 3, Interesting
    So Microsoft are finally properly going at a least-rights solution, but on a per app basis? This is quite a concession, as it shows that the MS campaign to have people not run as admin is not really working at all in the real world. There are still far, far too many shops who are used to coding for 9x to make multiuser practical, even among coders who should know better (I'm looking at you EA/Medal of Honor!).

    The other way that this will be fun is watching all of the *really* bad ISVs who assume that IE is a complete solution for their apps and will of course be able to alter the system config when they use it as a component.

    And you thought SP2 broke things? *laughs evily*

    --
    "To any truly impartial person, it would be obvious that I am right."
  11. All of this and more... by alvinrod · · Score: 2, Insightful
    That's right folks, set right up and try the new IE 7.0. It's got everything our competition has already had for the last year or more.

    This is the problem with Microsoft. They're capable of making a good product when they want to, but they throw their weight around and make it the only product on the market. After this, what incentive do they have to continue to make their product better or keep it up to date? IE hadn't changed forever and didn't look like it ever would until people started using Firefox.

    I don't mind MS trying to make a product for every single aspect of the computer world (and occasionally beyond) but when they use their huge bank account and the huge Windows customer base to become monopolistic and the only product out there, it really hurts the consumers more than anyone else in the end.

  12. Slow ears by KiloByte · · Score: 5, Funny

    From TFA: "Nine months ago, we started hearing from partners like Dell that spyware was a major issue."

    Hmm, let's see. (5 years-9 months) times the speed of sound... this means that Dell's headquarters are 46 million kilometers from Redmond.

    --
    The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
    1. Re:Slow ears by edunbar93 · · Score: 3, Funny

      this means that Dell's headquarters are 46 million kilometers from Redmond.

      I always knew that Redmond was on another planet...

      --
      "No problem. I have the capacity to do infinite work so long as you don't mind that my quality approaches zero."-Dilbert
  13. Prolonged?! by LegendOfLink · · Score: 3, Insightful

    Too little, too late, perhaps? Why has it taken Microsoft over 5 years (and counting) to release an upgraded version of IE? Oh well, I want to thank Microsoft, because the only browser I used on my WinXP boxes was IE...then FireFox came out.

    Yes, I admit it, I used to be an IE user...but now, I will never go back. For once when you see the great bird that showers fire and thunder at the masses, then you know that the forces of Mammon will never succeed at world domination.

    about:mozilla

  14. IDN or IDNA by Ded+Bob · · Score: 2, Interesting

    After checking information on IDN, I noticed that there are two variations of international domain names. Anyone know whether Microsoft will actually be using IDN or Internationalizing Domain Names in Applications (IDNA)?

    I apologize in advance for my anti-Slashdot action of reading a little before commenting. :)

  15. no no no by hsmith · · Score: 4, Funny

    when you type in "google" Clippy pops up and asks you "It looks like you want to do a search, we will take you to a far superior search engine" and will redirect you

  16. if it comes with flash and such too by Lord+Bitman · · Score: 4, Insightful

    If IE came pre-loaded with the most popular plugins (Flash, Quicktime), so that the majority of people would have no reason to ever turn off the reduced privledge mode, as opposed to turning it off several times soon after they have gotten their initial installation, it may work. If people are immediately conditioned that turning off reduced privledge mode is something that you need to do in order to get your browser to work right, then this will do nothing.

    Of course, simply never allowing write-access to anything but /cookies-and-bookmarks on a kernel-level might help too

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  17. Will only work if ActiveX is disabled by default by Motherfucking+Shit · · Score: 4, Interesting
    From TFA,
    The enhancements will build on the Security Zones feature in current versions of IE that allows customers to prevent untrusted Web sites from invoking ActiveX controls.
    Sounds to me like ActiveX will still be enabled by default, they're just going to improve on the ability to block it on a per-domain basis instead of a per-zone basis. This isn't enough. IMO, ActiveX is the biggest (non-bug) avenue by which users become infected with all sorts of shit. It needs to be outright disabled out of the box if IE is going to get serious about security.

    The conundrum is that so many sites now require ActiveX that if IE were to ship with it disabled, Joe Sixpack's favorite websites wouldn't work.
    --
    "BSD: Free as in speech. Linux: Free as in beer. Windows 10: Free as in herpes." --Man On Pink Corner in #52607549.
  18. Lower Rights For Everyone! by buckhead_buddy · · Score: 3, Funny

    Recently, Microsoft already lowered the rights of gays and lesbians by dropping support for a major state anti-discrimination bill. Based on that wildly popular success (with right wingers at least) we'll be dropping the rights for everyone in the next release of Internet Explorer; trust us, we know what's good for you. And for those anxious about what the future holds, worry no more; coming with Longhorn, we'll offer new digital rights management features. Just remember, all your rights are belong to us.

  19. Re:Cool by ev3rywh3re · · Score: 2, Insightful

    That's the web designer's fault. You should scream '@ media print' or "media=print" every time you see him Actually I'm curious if this will break the nicely coded CSS I've done to make pages print as they should?

  20. Google is getting ready to learn something by codepunk · · Score: 2, Insightful

    You know damn well the default start page is going
    to default to msn search and nobody is going to change it. If google was going be a leader and remain a leader it should have as I said all along been pushing firefox like a mad man. Instead they are about to learn the same lesson Netscape did the hard way. If the market share of the users have a msn search start page and I am a advertiser where am I going to spend my dollars.

    I love google, it is going to be sad to see them go.

    --


    Got Code?
  21. Ok... by http101 · · Score: 3, Interesting

    Who the hell titles these articles? Lower rights and Lower permissions mean completely different things...

    If MS is adding support for IDN, I'm really going to stick with Mozilla. Does anyone remember the IDN spoofing exploit from Firefox on February 7, 2005? http://secunia.com/multiple_browsers_idn_spoofing_ test/

    Let's hope MS caps this hole before it happens. Unfortunately, MS has a reputation for adding bugs along with new features.

    --
    -- Game Developers: Stop porting badly-textured games from crappy console systems!
  22. the real problem with IDN by petermgreen · · Score: 2, Interesting

    is money grabbing registries.

    until those who run the major domain registries can come up with sensible rules for IDN (which imo means no international stuff in .com/.org/.net and only stuff appropriate to the language in question in the cctlds) then IDN is just going to be a paradise for troublemakers

    of course the regsitries don't care because all they care about is selling as many domains as possible which the current don't care policy promotes.

    if i were running a dns server i'd be very very inclined to set it up to simply block requests to IDN urls.

    --
    note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  23. Enhanced Security mode or Restricted User mode? by DanMc · · Score: 2, Insightful
    It looks like they're talking about the Enhanced Security Mode like IE 6 has in Win2003 servers. That thing sucks pretty bad, and no desktop user would ever keep it turned on.

    If they're thinking of running IE as a less-priv user, then that's closer to the mark. When people are tricked, an exploit is used, or they outright say, "install this, yes I agree to have you screw with me," then you better hope that app doesn't have rights to HKLM\Software\Microsoft\Run and C:\WINDOWS\SYSTEM32.

    Of course if IE7 does run with a less-priv user, there's the risk that all of us in the well-oiled IT shops, already running as less-priv users, will have more and more spyware developed to target us, rather than all the truckloads of spyware that just assume they have full access to the system once they start executing.

    I don't really care if a seamless user experience is lost. There's no distinction between seamless installation of a helpfull plugin or seamless installation of spyware.

    1. Re:Enhanced Security mode or Restricted User mode? by Foolhardy · · Score: 2, Informative

      The article is light on technical details, but it does sound like the Enhanced Security mode of WS2003. Running IE as a seperate user with less privileges is better, but that wouldn't work in a multi-user environment. Every user would have the same access to a shared profile for storing bookmarks, saved forms and the like. There is a more elegant solution: restricted tokens.

      Restricted tokens are a feature available in Windows 2000 and later that allows any user to create a new process with less privileges than they have normally. You can delete SIDs, so that they can't be used to grant access, delete privileges, and create a list of restricting SIDs. "When a restricted process or thread tries to access a securable object, the system performs two access checks: one using the token's enabled SIDs, and another using the list of restricting SIDs. Access is granted only if both access checks allow the requested access rights." (from the above link)

      I've been running Internet Explorer, Mozilla, Winamp and a few other things with restricted SIDs for quite a while now. I delete the Administrators group, all privileges and restrict them to a narrow set of SIDs. I give them access to my profile, but are explicitly denied access to all the Run keys in the registry, and My Documents. The program jobprc can be used to create restricted tokens and job objects.
      You can also create a process with a restricted token with the Protect My Computer option of RunAs, albeit with less control.

      I created a VM and TRIED to get infected while logged on as an admin using a restricted token. Nothing got through.

      It would be great if Microsoft took better advantage of restricted tokens by running certain things (like IE) with them by default.

  24. But it will have tabs! by Joe+Jarvis · · Score: 2, Funny

    I can picture the yellow tooltip now.

    Internet Explorer blocked access to the following potentially unsafe websites: The Internet.
  25. Re:Will only work if ActiveX is disabled by defaul by masklinn · · Score: 4, Insightful
    The ideal solution would be to just create two seperate binaries -- IE-Internet and IE-Local, and make damn sure that it's virtually impossible to break the sandbox in IE-Internet.
    Fuck that, fully separate Internet Explorer as a web browser and Explorer as a local computer browser, they should never have been merged in the first place. No sandbox, just two completely different programs that don't share any damn blasted thing they could *not share*, and not a single hook from the web browser to the innards of the computer.
    --
    "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." -- wadler
  26. Re:Re-architected it? by Medel · · Score: 2, Funny

    Perhaps, "We copied someone else's exploit defenses"

  27. Re:Will only work if ActiveX is disabled by defaul by Ath · · Score: 2, Informative
    The conundrum is that so many sites now require ActiveX that if IE were to ship with it disabled, Joe Sixpack's favorite websites wouldn't work.

    I am not trolling here, but exactly which mainstream sites (which I assume you meant by "Joe SixPack") rely on ActiveX? In my personal experience, the vast majority of websites I have visited now work perfectly fine in Firefox and Safari. It seems a lot of sites of moved to the slightly-less-annoying Flash-based interfaces if they want to do some things.

    Porn sites seem to be the exception, but primarily to install spyware. Err ... I mean ... this is what I have heard.

    I think we can all agree there is almost no technical reason to use ActiveX versus other solutions which are both more secure and less tied to only one platform. The driving force between more standards-based web development is not, however, a concern out of security but more out of the increasing desire to support mobile devices.

  28. 30%, Try 80% by blazerw11 · · Score: 5, Informative

    Here are just a few references pointing out the real percentage of computers infected with spyware:
    80%
    8 out of 10
    88%
    Or, just search it.
    So, 5 years to admit to the problem as it was 3-ish years ago.

    --
    A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
  29. Re:Re-architected it? by PiMuNu · · Score: 3, Informative

    Had to have been ;-)

  30. Re:Will only work if ActiveX is disabled by defaul by NutscrapeSucks · · Score: 2, Insightful

    Shoulda, woulda, coulda ... I agree.

    But you have to realize there's always going to be some "sharing". Look at Firefox -- XUL, Java Applets, Flash or custom plugins -- all of these have been used to "break out" of the browser and infect the local machine. You could gimp your browser, but the real answer is probably some better form of OS access controls.

    --
    Whenever I hear the word 'Innovation', I reach for my pistol.
  31. MS should ship Windows with Lower Rights by mindaktiviti · · Score: 2, Interesting

    When I installed Debian for the first time, it really urged me to have a regular user account, and to only use super user for things that require it, but otherwise I would just log in regularly. In Windows when you install it, you're an administrator automatically. How about they ship Windows with lower rights as well? I'm not being a troll or anything, but damn it - they need to do this for the greater good (i.e. internet).

  32. "Integration" Rears its Ugly Head by aduzik · · Score: 2, Insightful

    Remember how Microsoft said that Internet Explorer is a fundamental part of the operating system and cannot be removed? Well, this is what happens when you integrate the most security-vulnerable software on any OS (the browser) directly with the OS, then have everyone run as a full-privilege account by default.

    See, what makes it so bad is that IE has such deep hooks into the OS that cracking into IE is effectively the same as getting a root shell. Now we've seen that Microsoft's insistence on forcing a web browser into the OS at any cost is having detrimental effects on security.

    There are, of course, security exploits for lots of other browsers, but since IE has such tight integration with the rest of the OS, the stakes are much higher. Breaking into IE is to breaking into Firefox as breaking into a house is to breaking into a tool shed.

    --
    If it's not one thing it's your mother.
  33. Re:Will only work if ActiveX is disabled by defaul by br0ck · · Score: 2, Informative

    the big ActiveX offenders (Yahoo) would fix themselves up

    Any site attempting to use "AJAX" is now a big offender because XMLHttpRequest is implemented as an ActiveX control in IE. For example, turn off ActiveX and try using Google Maps in IE and you get.. "ActiveX is not enabled in your browser. If your browser is Internet Explorer, you must have ActiveX enabled to use Google Maps."

  34. It's customary to identify source, even in humour by Petersko · · Score: 4, Informative

    Yep, it's funny. But it's Bill Watterson. Give credit where credit is due.

  35. Microsoft is damned if they do... by rewt66 · · Score: 2, Insightful

    and damned if they don't. It doesn't really matter one way or the other, because they're already in hell. And (as is true of humans), they are there because they chose to go there.

    See, Microsoft started by creating "features" (like ActiveX on the web) that are horrible security ideas. Now they are trying to fix things. But they can't make it really secure (remove the feature), because too many web sites depend on it. So they have to try to fix the security without removing the features, and are coming up with all these layers of band-aids.

    Moral to the story: Don't create "features" that are gaping security holes in the first place.

  36. Re:Will only work if ActiveX is disabled by defaul by magickalhack · · Score: 4, Insightful

    By extension, you should have a separate computer that is connected to the internet with no hooks whatsoever to the computer you use to run your tax form preparation program, write your letters, balance your checkbook, etc. Oh, what's that? You want to e-file? You want to send e-mail? You want to bank online?

    Integration may be scary, but it isn't something you should intellectially shy away from. Convenience and security have always been at odds, and I don't see that changing any time soon. The balance beteween them isn't a zero-sum-game, however, and the solution, IMO, isn't to discard all notions of integrated solutions, even if they are less secure in the short term. We need to keep moving forward, not idolize some rose-colored past that never existed.

    --
    This Sig Kills Fascists
  37. Search choice? by RichM · · Score: 4, Funny

    "...and seamless search that will include choices of search providers."

    MSN.com
    MSN.co.uk
    MSN.co.fr
    MSN.co.de
    MSN.co.kr
    MSN.co.ie
    MSN.co.jp
    and so on...

  38. You missed his point completely by FatAssBastard · · Score: 2, Interesting

    Microsoft competes with Oracle, what a shock that an update broke their application.

    I remember way back when Windows 98 came out, there was an article that listed the top five applications broken by the upgrade from Windows 95. The number one broken application (by number of reports) was Lotus Notes. Very shocking that they were battling Lotus with Exchange.

    The article didn't even point it out as being possibly intentional, just printed the list. No one even made a stink about it, which I thought was interesting at the time.

    You can call me a foilhat conspiracy theorist if you like but this has happened over and over and over with Microsoft. One eventually begins to question whether these are all truly honest mistakes.

    --
    /.: why the hell am I here?