Slashdot Mirror


New Windows Vulnerability in Help System

wesleyt writes "CERT announced today a significant Microsoft Windows vulnerability related to IE and its handling of the Windows help subsystem. There are currently no patches available and no virus definitions for the major scanners. As well, exploits have been reported in the wild. Because the vulnerability is in the help subsystem, even users who avoid Outlook and IE are vulnerable, since IE is the default handler for help files. It seems that this is going to be an ugly one."

62 of 576 comments (clear)

  1. MS by Fredbo · · Score: 5, Funny

    Microsoft is in some serious need of some help on this...

    1. Re:MS by netsharc · · Score: 5, Funny

      "It seems like you're trying to exploit a security hole. Would you like help?"

      --
      What time is it/will be over there? Check with my iPhone app!
    2. Re:MS by Anonymous Coward · · Score: 4, Interesting

      As if they needed another method.

      try:
      <img src=mailto:user@host?Subject=Something&Body=Fun>
      on IE...

    3. Re:MS by cubic6 · · Score: 4, Insightful

      Well, it's a little more complicated than just "unbundling and removing" IE in this situation. I'd consider the Help system critical for system functioning for lots of users. It'd be totally inexcusable for Windows to not come with any Help just for the sake of deintegration. If they unbundled IE, they'd just have to write *another* HTML rendering engine and associated parts to handle the Help files. It'd probably be more buggy and even less standards-compliant.

      On a side note, KDE does the same thing. I can open a "ms-its://" url to view .chm help files. If a bug was discovered in Konqueror's handling of ms-its urls that resulted in a security hole, would there be anyone claiming Konqueror shouldn't be part of KDE?

      --
      Karma: Contrapositive
    4. Re:MS by TCaptain · · Score: 4, Insightful

      If they unbundled IE, they'd just have to write *another* HTML rendering engine and associated parts to handle the Help files. It'd probably be more buggy and even less standards-compliant.

      If they unbundled IE, why the hell wouldn't the help files simply use the designated default browser??

      --
      "I'm not a procrastinator, I'm temporally challenged"
  2. Privilege level by Gary+Destruction · · Score: 5, Insightful

    "could allow an attacker to execute arbitrary code with the privileges of the user running IE" This is why you run as a restricted user rather than administrator or power user. Restricted users don't have write or modify permissions to the WINNT or Program Files directories or subdirectories. And they certainly don't have permission to screw with the registry.

    1. Re:Privilege level by Phexro · · Score: 4, Insightful

      They also don't have permission to do most things that users are used to doing, such as installing new software.

      Not saying that your comment is wrong, just that for most people, convenience is more important than security.

    2. Re:Privilege level by harlows_monkeys · · Score: 4, Insightful
      This is why you run as a restricted user rather than administrator or power user. Restricted users don't have write or modify permissions to the WINNT or Program Files directories or subdirectories. And they certainly don't have permission to screw with the registry

      So basically, then, that makes it so that if the user gets infected by something, all it can do is destroy that user's personal files, and propogate over the network, as opposed to doing all that AND making the user have to reinstall Windows by mucking with system stuff?

      That's nice for administratos--they can clean the machine just by wiping that user, but for the user that is not going to make much difference.

    3. Re:Privilege level by Gary+Destruction · · Score: 5, Informative

      Use the runas service to do administrative stuff. You can either use it in command line form or hold down shift and right click on an executable. It works on most control panel applets as well.

    4. Re:Privilege level by goat_attack · · Score: 5, Informative
      Unfortunately many programs and especially games require you have admin access to work, i.e. The Sims (god knows why). Imagine teaching your mother to use one account for installs, and another for her email and browsing, then throw in some stuff that will only work under admin and you'll quickly see where this goes.

      This is a much broader problem than merely stupid/lazy users.

    5. Re:Privilege level by DA-MAN · · Score: 4, Insightful

      So basically, then, that makes it so that if the user gets infected by something, all it can do is destroy that user's personal files, and propogate over the network, as opposed to doing all that AND making the user have to reinstall Windows by mucking with system stuff?

      That's nice for administratos--they can clean the machine just by wiping that user, but for the user that is not going to make much difference.


      Let's see, 1 hour of downtime while we reimage and reconfigure your machine vs. 1 minute to clear out your profile and let me work on pulling your data from a good known back up.

      --
      Can I get an eye poke?
      Dog House Forum
    6. Re:Privilege level by Lukey+Boy · · Score: 5, Insightful

      You realize that's only valid in the context of a corporate setup, right? Most viruses and trojans infest home systems. Of course it's easy to reimage a machine in an office - it's the fabled "Aunt Tillie" we have to worry about.

    7. Re:Privilege level by Halfbaked+Plan · · Score: 5, Insightful

      I used to try running Windows 2000 as a non-privledged user.

      The problem is, not every Windows program out there is written to be aware of the fine-grained security model of Windows NT. In a 'perfect world' every Windows developer would code properly, with security in mind. As it stands, the complex NT security model is just ignored by a lot of people. It might work great in a locked-down corporate environment with a limited-set of software, i.e. where the user isn't allowed to install anything, and the software installed is a narrow well-tested set. It won't ever work in looser environments. Given the lax 'security culture' of Microsoft and it's user base, it's unworkable.

      --
      resigned
    8. Re:Privilege level by Anonymous Coward · · Score: 4, Insightful

      > Restricted users don't have write or modify permissions to the WINNT or Program Files directories or subdirectories

      Typicall stupid techie answer.

      Restricted users have write or modify permission on the critical business files and databases. Which are 8 thousands times more important to the business than your average winnt directory.

      Get out of your mom basement.

    9. Re:Privilege level by pe1chl · · Score: 5, Insightful

      This is like saying that keylocks work well in a bank, but will never be workable in normal life. People will lose keys, will find it uncomfortable to carry keyrings, etc.

      Sure there is some truth in that, but as more and more people don't respect other people's property, keylocks have become a necessity and have to be lived with, no matter the discomfort.

      The same is now happening with software security.

    10. Re:Privilege level by Florian+Weimer · · Score: 4, Insightful

      "could allow an attacker to execute arbitrary code with the privileges of the user running IE" This is why you run as a restricted user rather than administrator or power user. Restricted users don't have write or modify permissions to the WINNT or Program Files directories or subdirectories. And they certainly don't have permission to screw with the registry.

      Even a user without admin privileges can turn the box into a spam relay (or a DDoS agent), so reducing privileges is only a very partial solution.

    11. Re:Privilege level by TheLink · · Score: 4, Interesting

      Login as your usual restricted user for your normal stuff (wordprocessing etc), e.g. joe

      Right click on the IE/browser shortcut, select run as different user e.g. www_joe.

      Then give www_joe permissions to joe's browser directories, or point the browser files to different folders in the registry/config files.

      Of course this doesn't protect against shatter attacks etc.

      So run IE in a VMware virtual machine and rollback after each session (copy out the data you want before that). VMware Workstation is now USD189 prev was USD299 or some high price.

      --
    12. Re:Privilege level by cerberusss · · Score: 4, Informative

      I still run Windows 2000 as a non-privileged user. But whenever apps act funny as a normal user, I go to administrator mode and hand out full control over the appropriate directory in \Program Files. That usually solves the problem.

      --
      8 of 13 people found this answer helpful. Did you?
    13. Re:Privilege level by ymgve · · Score: 5, Interesting

      Games need Administrator privileges because the copy protection systems use driver tricks that are only available to administrators. Yet another reason why copy protection should be abolished.

  3. Windows XP SP2 by Anonymous Coward · · Score: 5, Informative

    Although there's no specific patch, the Windows XP SP2 release candidate mitigates this problem.

  4. Horrible by S.I.O. · · Score: 5, Funny

    > and no virus definitions for the major scanners

    Jesus, even my ScanJet is vulnerable?

  5. Does that matter if we don't have IE's exe file? by d3am0n · · Score: 4, Informative

    Most of us here have already modified our systems knowing that having even the IE exe file or outlook express exe file could cause problems and have removed it (even in spite of the hidden little annoying backup). Remember to get rid of IE be sure to look in the folder /windows/system32/dllcache for those backup exe files that it uses to restore when you try and rip IE or outlook out yourself.

  6. Today? by Troed · · Score: 5, Informative

    They announced this TODAY? It has been discussed on Bugtraq for weeks - and due to a few comments I made in their discussion forum the Swedish IDG.se reported this last Friday. I've also linked to one of the PoC-exploits here on Slashdot for people check for themselves. ... what took them so long?

    Jelmer's PoC is good: link

    (That page is the info page, you won't get hit by clicking on the link directly)

  7. start the stopwatch... by rapiddescent · · Score: 5, Insightful

    now would be a very good time to start the clocks to see how long it takes them to get a patch out. Should be a good case in point for the forrester research published last week. rd

    1. Re:start the stopwatch... by exmsfty · · Score: 5, Interesting

      Well, the interesting thing to me is I was a contract tester on the HTMLHELP team in 1999...and I filed a bug report for this very exploit. So by my stopwatch we are at 5 years and counting. FWIW, I used this exploit to nuke my boss's computer via the "Goodtimes" virus...yea, it was a hoax, but with this exploit I could run "rd /s/q \winnt" from the Preview Pane of Outlook :) If you care then write ShaneMc@microsoft.com and ask him why it wasn't fixed 5 years ago.

    2. Re:start the stopwatch... by value_added · · Score: 4, Interesting
      I'm not suprised. I'm reasonably familiar with the format as I've authored numerous CHM files and spent even more time re-compiling others (removing those HTMLHelp-specific features that MS and anyone following their lead insists on adding that I consider both nutty and inappropriate). IIRC, development stopped on v1.x a long time ago, and the much heralded new help system has some real problems of its own. A number of existing bugs for v1.x have been documented for some time, like those referred to here. Others, well, for years no one at MS has shown any interest in fixing anything unless it involves an embarrassing exploit.

      It's too bad, really. I'm not at all impressed with what little MS has done with the format (it still strikes me as afterthought), but compiled HTML can be a blessing. Anyone with tens of thousands of HTML docs on their drive (a handful of O'Reilly books?), can appreciate the simplicity of a single file.

  8. Re:Does that matter if we don't have IE's exe file by pe1chl · · Score: 4, Interesting

    IE's exe file is not very relevant, as it is only a loader for the DLLs that implement the actual functionality.

    How else could it be so small?

    To really get rid of IE you need to remove the DLL files that it uses, and you will break many other programs in the process. Because they all closely link to eachother.

  9. Afraid by InternationalCow · · Score: 5, Interesting

    I don't know about the rest of you, but things like these are actually scaring me out of running Windows. Apart from my powerbooks (no problems there) I have one PC laptop on which I run WinXP and Linux and I like to use Windows for its ACPI support, but I'm now constantly afraid that some as yet undescribed security hole will allow someone to screw up my computer/home network. Brrrr. No Windows any longer, I'm sick and tired of being afraid when using my computer.

    --
    ----- One learns to itch where one can scratch.
  10. Re:Not a problem... by Rosco+P.+Coltrane · · Score: 4, Funny

    I'm a man, therefore I use MAN pages when I need help.

    Tell me, do you also happen to use gimp?

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
  11. Workaround by KingRob · · Score: 5, Informative

    Remember to backup your registry (or at least this portion of it)
    From the CERT article:

    Currently, there is no complete solution for this vulnerability. Until a patch is available, consider the workarounds listed below.

    Disable ITS protocol handlers
    Disabling ITS protocol handlers appears to prevent exploitation of this vulnerability. Delete or rename the following registry keys:

    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Ha nd ler\{ms-its,ms-itss,its,mk}
    Disabling these protocol handlers will significantly reduce the functionality of the Windows Help system and may have other unintended consequences. Plan to undo these changes after patches have been tested and installed.

    Follow good Internet security practices
    These recommended security practices will help to reduce exposure to attacks and mitigate the impact of cross-domain vulnerabilities.

    Disable Active scripting and ActiveX controls

    NOTE: Disabling Active scripting and ActiveX controls will not prevent the exploitation of this vulnerability.

    Disabling Active scripting and ActiveX controls in the Internet and Local Machine Zones may stop certain types of attacks and will prevent exploitation of different cross-domain vulnerabilities. Disable Active scripting and ActiveX controls in any zones used to read HTML email.

    Disabling Active scripting and ActiveX controls in the Local Machine Zone will prevent malicious code that requires Active scripting and ActiveX controls from running. Changing these settings may reduce the functionality of scripts, applets, Windows components, or other applications. See Microsoft Knowledge Base Article 833633 for detailed information about security settings for the Local Machine Zone. Note that Service Pack 2 for Windows XP includes these changes.

    Do not follow unsolicited links
    Do not click on unsolicited URLs received in email, instant messages, web forums, or Internet relay chat (IRC) channels.

    Maintain updated anti-virus software
    Anti-virus software with updated virus definitions may identify and prevent some exploit attempts. Variations of exploits or attack vectors may not be detected. Do not rely solely on anti-virus software to defend against this vulnerability. More information about viruses and anti-virus vendors is available on the US-CERT Computer Virus Resources page.

  12. CERT Solution by nuffle · · Score: 4, Informative
    the CERT article has the following to say about the solution.
    Currently, there is no complete solution for this vulnerability. Until a patch is available, consider the workarounds listed below.

    Disable ITS protocol handlers

    Disabling ITS protocol handlers appears to prevent exploitation of this vulnerability. Delete or rename the following registry keys:

    HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Hand ler\{ms-its,ms-itss,its,mk}

    Disabling these protocol handlers will significantly reduce the functionality of the Windows Help system and may have other unintended consequences. Plan to undo these changes after patches have been tested and installed.
  13. Use the RUNAS service by Gary+Destruction · · Score: 5, Informative

    The RUNAS service will allow you to run an executable with elevated privileges. And shortcuts have the option to run as a different user by clicking the check box that says,"Run as different user." To use the RUNAS service, just hold down shift and right-click and you'll see an option that says "Run As".

  14. This is point in fact... by tuxlove · · Score: 5, Insightful

    ... that not publishing vulnerabilities doesn't stop exploits. This one had exploits long before the vulnerability was known to anyone but the hackers. I have to laugh every time MS whines about how problems would go away if vulnerabilities were never disclosed, except to the vendor of course. The only thing that might go away is the bad PR, if even that.

  15. Re:I know, I know.. by heironymouscoward · · Score: 5, Insightful

    At the risk of replying to a Microsoft troll, this is not a "pretty insignificant" story.

    Errors in server-side applications are rapidly fixed by serious system administrators and at the worst they provide attackers a way into unprotected systems. How many computers around the world are currently infected or zombied thanks to holes in any of the programs you cited? Almost zero.

    Security holes in client-side applications (MSIE, Outlook, primarily) are a totally different story. These programs are mainly used by people who don't have the capacity to protect their systems. And the results are clear: millions of PCs infected by everything from viruses to worms and spywares, used as platforms to launch DDoS attacks, to send spam, to steal information...

    There is a real security problem on the Internet, one that is making a joke of the "information highway", and it's almost entirely caused by vulnerabilities like the one reported here.

    Until the market leader realizes that its users need serious protection from the malicious forces who roam the Internet, no amount of criticism is too much. And, if you really want to support and defend Microsoft, you should be adding your voice, because it is this issue - its failure to provide its users with a safe platform - which will be its downfall.

    "Microsoft = insecure" is an association that should be sending shivers down the backs of those marketing managers trying to bomb the web with billions of Microsoft adverts.

    --
    Ceci n'est pas une signature
  16. well by circletimessquare · · Score: 5, Funny

    i loaded up ie, went help... contents and index... search... and typed in"help subsystem vulnerable" and hit list topics

    a pop up box announced "no topics found"

    so what is everyone talking about? this doesn't seem to be a problem

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  17. mean trick by Ruliz+Galaxor · · Score: 4, Funny

    this is probably some kind of mean trick from mister Linus to discourage the use of Windows. I don't believe in this vulnera...

    hey, where did my files go?

  18. Administrators: quick fix by AnonymousDot · · Score: 5, Informative
    Create a .REG file with this content:
    REGEDIT4

    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ PROTOCOLS\Handler\its]
    [-HKEY_LOCAL_MACHINE\SOFTW ARE\Classes\PROTOCOLS\Handler\mk]
    [-HKEY_LOCAL_MA CHINE\SOFTWARE\Classes\PROTOCOLS\Handler\ms-its]
    [-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PROTOCOLS\Ha ndler\ms-itss]
    Remove the spaces that slashcode adds!

    Save it as chm-disable.reg
    Put a line like this in your logon script:
    regedit /s chm-disable.reg
    Use the same trick to restore the values when a patch is available (that means that you must save the HANDLER keys first).
    Note: If you're still using batch files: KiXtart is your friend!
    1. Re:Administrators: quick fix by AnonymousDot · · Score: 4, Informative

      To save the original keys, do the following:
      Launch Regedit (Start, Run..., regedit)
      In Regedit, to to HKEY_LOCAL_MACHINE > SOFTWARE > Classes > PROTOCOLS > Handler.
      Click on Registry, Export Registry File...
      Enter the file name (chm-restore.reg) and select Win9x/NT4 Registration Files (REGEDIT4) in the Type list (this is to save in ASCII, otherwise it's in Unicode).

  19. ie rants by bmac · · Score: 4, Interesting

    I use a "custom level" for my internet zone. I basically turn off *everything*. I don't need java, and "active scripting" should be re-worded to say "give web pages access to God-knows-what?".

    Besides, I really despise the "AppletTransition Sensor" that ESPN and other sites use. Screw `em. Just give me the dang HTML and, please, IE, just render it for me. No code, no scripts, no popups, no crap.

    Websites that require JavaScript piss me off. The stupid Washington Post can't even render a page without JavaScript. What a terd.

    Now, if only I could get IE to stop displaying the "Your browser doesn't allow ActiveX controls" message that pops up on pages where the designer used some crap control. I've made ActiveX controls and I *know* they can do anything they want on my system. Arg.

    And wtf is with "install desktop items"? This is a *web* *browser*, not the control panel, for crying out loud.

    And, last but not least, when I disable all this crap and then hit apply, it gives me a confirm warning message, but when I (because I need to use JavaScript on some crappy page) restore the default "cheap-whore-mode" settings, it doesn't say a word! Nice emphasis, Microsoft.

    Yeah, I know, use a different browser (or OS), but we all know Windows is *designed* to not interoperate well with those things, right? Sometimes, it wastes time to try to fight inertia.

    Anyhow, my feeling is that the desktop situation on Linux and BSD won't be solved until X is ditched completely. Just give me the dang screen buffer(s) and some basic routines and I'll draw my own shtuff. X is a 25-year-old terd, designed for machines with, like, 4k of memory (warning: hyperbole). Just give me font, line, point, ellipse, bitblt and friggin window data structures -- straight to the video card. And access to the video card reg's would be nice too.

    End of Rant, enjoy your day.

    Peace & Blessings,
    bmac

    1. Re:ie rants by nuffle · · Score: 4, Insightful
      Yeah, I know, use a different browser (or OS), but we all know Windows is *designed* to not interoperate well with those things, right? Sometimes, it wastes time to try to fight inertia.
      In other words, it's easier to complain than do anything about it.

      Sounds like the lynx browser (or links, w3m, etc) is right up your alley. Lots of other people who share your distaste for browser bloat do. Microsoft doesn't really care too much about those people who say "Ugh, Microsoft IE sucks! Oh, yeah, I still use it though". It's only until people say "IE sucks, that's why I use [whatever] instead" that they'll pay attention.

      Funnel your enthusiasm into trying some different browsers that fit your needs. Donate some time or money, maybe, to an open source browser you do like.

      At this point, though, a "IE is lame" post doesn't really contribute much to the discussion. Or have I been trolled?
  20. Mod Parent UP! by Chordonblue · · Score: 5, Interesting

    Where's my friggin points when I need them?

    Look, this is absolutely true. There is still plenty of software out there that breaks under W2K/WXP when not run as a local administrator.

    And forget 'looser' environments. I run a network at a private school. Care to take a guess how much educational software cares about following the rules properly? Grrr!!!

    --
    "...Well, there's egg and bacon; egg sausage and bacon; egg and spam; egg bacon and spam; egg bacon sausage and spam..."
  21. But but but... by Jesrad · · Score: 5, Informative

    ...but Mr MS-Security himself said that there were NO exploits prior to the security patches !

    --
    Maybe we deserve this world ?
  22. Re:Actually, mac users haven't had a virus yet by thesupraman · · Score: 5, Insightful

    Taken from Sophos....

    http://www.sophos.com/virusinfo/analyses/index_m ac exe.html

    Description: Macintosh file virus

    666, see Mac/Sevendust-A
    ANTI-A, see Mac/ANTI-A
    CDEF, see Mac/CDEF
    CODE-1, see Mac/CODE-1
    CODE-252, see Mac/CODE-252
    CODE-9811, see Mac/CODE-9811
    ERIC, see Mac/Scores
    Garfield, see Mac/MDEF-A
    Graphics Accelerator, see Mac/SevenD-Fam
    INIT-1984, see Mac/INIT-1984
    INIT-29, see Mac/INIT-29
    INIT-9403, see Mac/INIT-9403
    INIT-M, see Mac/INIT-M
    Mac/ANTI-A
    Mac/CDEF
    Mac/CODE-1
    Mac/ CODE-252
    Mac/CODE-9811
    Mac/INIT-1984
    Mac/INIT-2 9
    Mac/INIT-9403
    Mac/INIT-M
    Mac/MBDF-A
    Mac/MBDF -B
    Mac/MDEF-A
    Mac/nVIR-A
    Mac/nVIR-B
    Mac/nVIR-F am
    Mac/Scores
    Mac/SevenD-C
    Mac/SevenD-D
    Mac/Se venD-Fam
    Mac/Sevendust-A
    Mac/Sevendust-B
    Mac/Se vendust-J
    Mac/T4
    Mac/WDEF
    Mac/ZUC-A
    MBDF-A, see Mac/MBDF-A
    MBDF-B, see Mac/MBDF-B
    MDEF 666, see Mac/Sevendust-A
    MDEF 9806, see Mac/Sevendust-A
    MDEF-A, see Mac/MDEF-A
    NASA VULT, see Mac/Scores
    nVIR-A, see Mac/nVIR-A
    nVIR-B, see Mac/nVIR-B
    nVIR-Fam, see Mac/nVIR-Fam
    San Jose Flu, see Mac/Scores
    Scores, see Mac/Scores
    SevenD-C, see Mac/SevenD-C
    SevenD-D, see Mac/SevenD-D
    SevenD-Fam, see Mac/SevenD-Fam
    Sevendust-A, see Mac/Sevendust-A
    Sevendust-B, see Mac/Sevendust-B
    Sevendust-J, see Mac/Sevendust-J
    SysX, see Mac/INIT-9403
    T4, see Mac/T4
    WDEF, see Mac/WDEF
    ZUC-A, see Mac/ZUC-A

  23. Re:Actually, mac users haven't had a virus yet by Llywelyn · · Score: 4, Insightful

    INIT, MDEF, ANTI-A... wow, that's a blast from the past...

    I remember wiping some of these off of floppies... back when I even owned floppies.

    --
    Integrate Keynote and LaTeX
  24. Not the point by bangular · · Score: 5, Insightful

    That's not the point. MS has tried to lead the public to believe that there's never been an instince of exploit code before their patch. And obviously if there's exploit code out there, something already "really bad" has happened. This comes after the witty worm spread before ISS had patches for their products.

    On a related note, MS pretty much NEVER releases advisory's on their own will before a patch. There almost always has to be a 3rd party that has said they are going to go public, or there have to be exploits or information in the wild. With that information, I wonder if this exploit is related to the windows source leak. The source leak had a lot of IE code, and if there are exploits in the wild before MS could even send out an advisory. That would lead me to the possiblity that the windows source leak could be the source of this one.

    1. Re:Not the point by Vancorps · · Score: 5, Insightful
      The code was for IE5, this is very unlikely. And a patch is available, its called shutting off the help sub-system. With Windows 2000 and XP it is a service, one which I never use, although I'm sure some people do.

      As for MS statements about exploits, well... everyone knows that's just plain silly. Right now there is an Exchange vulnerability listed on CERT that contains no patch and several known exploits, has been that way since November.

      This is yet another occasion to teach everyone how to run as a user in Windows and not as Administrator. Almost everything is negated or at least mitigated when they are just normal users. Sure it could wipe out their own documents, but it couldn't effect any others and certainly couldn't harm the operating system.

      I see this problem a lot on every platform, generally I think people like to feel in control all the time

  25. Re:What browser to use? by pedrop357 · · Score: 5, Informative

    I played with fire and tested the PoC found here

    In IE, it copied itself over wmplayer.exe, SFP copied the original back, but that was enough for me. Firefox 0.8, OTOH, didn't budge and nothing happened to wmplayer.exe. Same thing with Netscape 7.1 and Opera 7.23.

    At least in this case, IE seems to be the only one.

  26. Dear Microsoft.. by adeyadey · · Score: 4, Insightful

    Why did you make it so bloody difficult to switch off html content in recieved Email text? AT best, it meant bandwidth guzzling spam, at worst viruses you didnt even have to open to catch..

    As to browser/plug-in vulnerabilities, it may never be possible to eliminate them all, there are just too many niches for a virus to gain foothold.

    --
    "You lied to me! There is a Swansea!"
  27. Ha! You Linux zealot! by jotaeleemeese · · Score: 4, Funny

    There you are, all your user friendliness rubish, that Linux is ready for the desktop.

    How would Joe Average, Jose Sixpack, Aunt Tillie, your Mom, my Mom, Granma, Grandpa, the children, would react if faced with such arcane, incomprehensible instructions.

    In Windows everything is easy, In Windows everything is one click away.

    You Linux zealots are the sux0r.

    --
    IANAL but write like a drunk one.
  28. Quick tests on some Windows XP systems by Kagami001 · · Score: 5, Informative

    I ran a few quick tests on a couple of different Windows XP systems using the proof of concept exploit code here.

    ---------
    Windows XP Professional Service Pack 1

    Mozilla Firebird 0.8 run as limited user: no apparent effect
    Mozilla Firebird 0.8 run as administrator: no apparent effect

    Internet Explorer 6 run as limited user causes an Internet Explorer Script Error:

    Line 47, Char: 5, Error: Write to file failed, Code: 0
    URL: ms-its:mhtml:file://C:\foo.mht!http://ip3e83566f.s peed.planet.nl/security/newone/modified//EXPLOIT.C HM::/exploit.htm

    Internet Explorer 6 run as administrator: demo exploit runs as expected

    A software restriction policy is in place on this machine, forbidding the execution of any executable files (including .chm) in any directories except for the ProgramFilesDir and System directories, but, as you can see, it did not stop the sample code from executing when IE was run with administrator privileges.
    ------------

    Windows XP Professional Service Pack 2 RC 1

    Internet Explorer 6 run as administrator: no apparent effect

    Fixed in SP2?
    ---------------

    One thing that concerns me about using this particular sample code as a test, is that it seems to rely on having write permission to \Program Files, thus requiring administrator privileges (usually) and thus making limited user accounts appear to be invuelnerable -- but are they? Can a version of this exploit be written that runs even if the user does not have write privileges to the program files and system directories? (Thus giving access to all of the limited user's files.) In such a case, would software restriction policies prevent the execution of the exploit exe even if not stopping the script itself?

  29. Workaround...? by dargaud · · Score: 4, Insightful

    I don't know about that specific vulnerability, but I always suspected something fishy about the chm files. They can run javascript and whatever else you compile into them with full user priviledge. Yes, I write chm files. I think a workaround is to disable Javascript and other scripting at the local intranet security level in IE options.

    --
    Non-Linux Penguins ?
  30. Re:Actually, mac users haven't had a virus yet by skinfitz · · Score: 4, Informative

    A real ID3 tag Mac Trojan does not exist right now

    You cannot possibly know that for certain; also the Intego trojan has nothing to do with ID3 tags, but rather the fact that under OSX an application can masquerade as an MP3, gif, jpg or Quicktime file.

    For all you know some blackhat right now has some malware that uses this exploit and is debating the best method to distribute it.

  31. Big threat? Not really by Junior+J.+Junior+III · · Score: 4, Funny

    Considering how seldom the idiot^H^H^H^H^H^H users actually use the help function whre I work, it shouldn't be a problem. It seems they regard the IT Support "Help Desk" as their first place to look when they ought to be using the online Help function in that seemingly invisible menu at the right side of their window.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  32. In Linux-land... by gosand · · Score: 5, Funny

    Imagine teaching your mother to use one account for installs, and another for her email and browsing, then throw in some stuff that will only work under admin and you'll quickly see where this goes.

    Somewhere in Linux-land, a phone rings....

    Hello? Oh, hi mom. Yeah, I can help you install a program on your computer. What do you want to install? Oh, cool. Have you downloaded it? Good job. OK, open up a terminal.... it's a command line interface, where you type commands. Much more powerful than a GUI. Where did you save the file? You don't remember? Hmm. Just type "cd". Now type "ls". Do you see the file name? Great! OK, type "tar -zxf "

    It didn't work? What does it say? OK. What is the name of the file you downloaded? Oh, well, that is a bzip file, not a tar and gzipped file. So type the same thing as before, but use "bzip2" instead of "tar".

    What? Why didn't it work? Oh, it doesn't have the same syntax. Crap. Go to the man page. Oh, man stands for manual. Type "man bzip2". What does it say?

    (20 minutes later)

    OK, now we have uncompressed the files you need. No, not yet. Type "./configure" No, it's OK, it is figuring out what kind of computer and software you have.

    OK, now type "make" OK, call me back when it is done.

    (15 minutes later)

    OK, now type "make install" What? Why not? What does it say? No, not that. Oh, wait, you have to be root. It is an administrator user.
    Because not just everyone can install programs, for security reasons. Look, just change to the admin user by typing "su". OK, now enter the root password. I DON'T KNOW! You mean you don't know your root password?

    (10 minutes later)

    Mom, you should NOT use the dog's name as the password. Because it is insecure! Nevermind. Just type "make install". There. Now it is installed.

    No, there is no icon, you have to type the name of program to run it. Type it. What? I don't know, what was the name of the binary after you compiled it? A binary file is a program you run. You compiled it when you typed "make". Hmm, let's look in the Makefile. Type "vi Makefile". What do you mean it is blank? Oh, wait. Use capital M. Type ":r Makefile" with a capital M.

    OK, now you are in vi, the most powerful editor ever. WHAT DO YOU MEAN YOU PREFER EMACS!!!!

    --

    My beliefs do not require that you agree with them.

    1. Re:In Linux-land... by OoSync · · Score: 4, Insightful
      Somewhere in Linux-land, a phone rings....

      Hello? Oh, hi mom. Yeah, I can help you install a program on your computer. What do you want to install? Oh, cool. Have you downloaded it?


      Okay, hang on for a moment.



      $ ssh moms.computer.net



      It'll be done in just a sec, Mom!

      --

      I always get the shakes before a drop.
  33. disabling Help And Support service? by RowdyReptile · · Score: 4, Informative

    The code was for IE5, this is very unlikely. And a patch is available, its called shutting off the help sub-system. With Windows 2000 and XP it is a service, one which I never use, although I'm sure some people do.

    Is that all you have to do? I just stopped and disabled the "Help and Support" service in WinXP Home. But then when I try "Help and Support" from the Start menu, that service switches itself to Automatic and starts again! Of course I won't be opening H&S any time soon.. but if "disabled" doesn't mean much, will it stop a virus? Or just start itself back up again?

    --

    You want a sig? I can get you a sig... Hell, I can get you a sig by 3 o'clock this afternoon... with nail polish.
    1. Re:disabling Help And Support service? by Vancorps · · Score: 4, Informative
      You need to disable it with the resource kit. Disabling in the services snapin doesn't actually disable the service. I hate that about how its setup, it makes you think disabled is actually disabled but the SYSTEM user can turn it back on at any time even if the user has to change it back to turn it on themself.

      This method is more desirable If you disable it for real then as I understand it it would prevent a virus from doing anything.

  34. Re:Actually, mac users haven't had a virus yet by Joe+U · · Score: 4, Insightful

    The 'Mac is invincible' mentality just means a well crafted mac virus will do even more damage.

    How many Mac owners have AV software that is up to date?

  35. Re:Actually, mac users haven't had a virus yet by Theaetetus · · Score: 4, Insightful
    The 'Mac is invincible' mentality just means a well crafted mac virus will do even more damage.
    How many Mac owners have AV software that is up to date?

    Almost none - reason being that all those viruses (virii) mentioned at Sophos (Sophie) are from the 80's (80uses). This is the first 'exploit' on OS X, and it was just mentioned yesterday. What would Anti-Virus for the Mac have mentioned in their definitions last week?

    "Virus definitions:

    "

    Additionally, since all ports are closed by default, and it takes an Administrator password to open any, and it takes an Administrator password to install any applications, and users are not root, there's a limited amount that a virus could do.

    -T

  36. Re:Windows has problemss... by gotw · · Score: 4, Funny

    Linux is *not* user friendly, and until it is linux will stay with >1% marketshare.

    I was hoping linux would keep its marketshare above 1% anyway.

  37. Mozilla not vulnerable by roca · · Score: 4, Informative

    Mozilla is not vulnerable.

    There are two kinds of protocol handlers in Windows: system-wide and IE-specific. Mozilla supports the system-wide protocols but not the IE-specific protocols. ms-its is an IE-specific protocol.

    We should probably take a second look at the system-wide protocols, though. Currently we blacklist some and let the rest through.

  38. Re:Windows has problems... by HeelToe · · Score: 4, Interesting


    Linux is *not* user friendly, and until it is linux will stay with >1% marketshare.

    Take installation. Linux zealots are now saying "oh installing is so easy, just do apt-get install package or emerge package": Yes, because typing in "apt-get" or "emerge" makes so much more sense to new users than double-clicking an icon that says "setup".

    I hate to break it to you, but anyone with the attitude you display is the problem, not a lack of user friendliness.

    I have used linux since .95pre2 when it was bootstrap your own days. I've used 386bsd/FreeBSD from a similar point in time (since linux had no real networking layer at that point I switched permanently until the past 2 years where I'm again using both for different reasons).

    I just did a fedora core 1 install. What a joke! Less questions, less knowledge required than a Windows install.

    Even once you get it up and running it is smooth and easy to find what you want, vs. a standard kde install on another distro leaving you 40 choices for each type of functionality you'd like to use.

    Here's the problem - any installation is somewhat of a barrier because most people do not install windows themselves - it comes on their computers. The steps being taken by Sun, Lindo(w)s, SuSe, Xandros, and others to get their distros defaulted on budget machines will get the familiarity and ease-of-use out there to the masses.


    Linux zealots are far too forgiving when judging the difficultly of Linux configuration issues and far too harsh when judging the difficulty of Windows configuration issues. Example comments:

    You're right. A friend is helping me bootstrap debian on a running machine I have nothing but net access to. Obviously a little tricky, but once you understand the basics, it's really reasonably easy. However, most Linux "power-users" would expect everyone to be able to do it.

    Your examples with Quake show just why we need a common push for progress in this area, and the individual camps are making great strides, but there's needs to be a more unified effort to get better traction.