Slashdot Mirror


First OpenOffice Virus, Not In the Wild

NZheretic writes "According to APCmag, the first cross-platform OpenOffice.org virus — 'SB/Badbunny-A' — was emailed directly to Sophos from the virus developers. The proof-of-concept virus affects Windows, Mac OS X, and Linux systems and uses different methods on each. It has not yet been seen in the wild. Despite Sun's OpenOffice.org developer Malte Timmermann's claims to the contrary, this kind of embedded scripting attack represents a real threat to OpenOffice.org users. Back in June 2000 when Sun first announced the open sourcing of OpenOffice.org, the twelfth email to the open discussion list put forward a two-part solution for providing OpenOffice users with Safe(r) Scripting using restricted-mode execution by default and access by signed digital certificates. In October 2000 the issue of treating security as an 'add-on' feature rather than as a 'system property' was again raised. Is it time to now introduce such measures to the OpenOffice.org Core to greatly reduce any future risk from scripted infections?"

122 of 169 comments (clear)

  1. The real solution by Rix · · Score: 4, Insightful

    Is to stop enabling scripting by default in software that has no real need of scripting. Hasn't even Microsoft learnt this by now?

    1. Re:The real solution by saibot834 · · Score: 4, Informative

      The real solution is to be careful wherever you can. Don't open email attachments of an unknown sender. Don't visit untrustworthy websites. Caution is still the best weapon against viruses.

    2. Re:The real solution by Normal+Dan · · Score: 2, Interesting

      The trouble with this solution is customers want things to just work. They do not want to have to mess with security settings. If all scripting is disabled, people will get frustrated and blame the program instead of the file, then use a different program.

      I have seen this happen with web pages and FireFox. People complain that FireFox does not work with several web pages, when in reality, those web pages (which are tailored for IE) do not work with FireFox.

      etc.

      --
      A unique way to learn a language: http://languageloom.com
    3. Re:The real solution by truthsearch · · Score: 4, Insightful

      Ever work in a financial company? Some live almost entirely off of their scripted Excel spreadsheets. There is a lot of value in allowing spreadsheets to support scripting. But it's the abilities of those scripting languages that's a real problem. Just like JavaScript needs to be limited in scope within a web browser, so too should the spreadsheet scripts. Unfortunately these office suite scripts are often used for things like disk access to import data.

    4. Re:The real solution by CastrTroy · · Score: 1

      I never really understood the need for scripting in an office application myself. I certainly think it causes more problems then it solves. And not just in the security aspects. It seems to me that the only things that result from scripting is security holes, and tying the user to the word processor, ala, we can't use OpenOffice, because we've programmed our entire business into MS Word macros, making it impossible to switch. Also, when scripting is provided, it should be sandboxed to ensure that nothing really bad happens. You don't need scripts that can open sockets in your word processor, or reading arbitrary files on the hard disk. Scripts should only have the ability to do things that the user would normally do with the application they are using.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    5. Re:The real solution by needacoolnickname · · Score: 4, Insightful

      What is an untrustworthy website?

    6. Re:The real solution by u-bend · · Score: 4, Funny

      I dunno, doesn't call after the first date, doesn't stick up for you in a debate, cheats on you, and lies about it.

      --
      u-bend
    7. Re:The real solution by radarsat1 · · Score: 2, Insightful

      Unfortunately these office suite scripts are often used for things like disk access to import data.


      And that, of course, is almost directly related to the fact that the MS file formats are closed. With an open format like ODF, scripts for importing data aren't critical, since it's quite easy instead for a program to export it in the proper format, or to write an external script or program to transform data into ODF format. After all, it's XML.

      Unfortunately MS has trained industry to rely on scripting to do basic things that should be done in other ways, just for the sake of not having to divulge file format details.

      But in any case, I agree with the opinion expressed elsewhere in the comments that scripting isn't inherently bad, but it should be limited in ability by default. If a company needs unprotected scripting so badly, I don't see why their IT department can't just deploy it with the correct defaults.
    8. Re:The real solution by Red+Flayer · · Score: 1

      As with alot of todays big worms, the best deffense is the mouse and keybord and the mind of the end user.
      I'd contend that those are more often the worst defense. :)
      --
      "Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
    9. Re:The real solution by LiquidCoooled · · Score: 2, Insightful

      Don't open email attachments of an unknown sender

      Many people get viruses (appearing to come) from well known trusted sources, so this advice is wrong.

      The correct thing to say is:

      Don't open unsolicited attachments or files, ever .

      If in doubt, speak to the sender and confirm its validity.

      --
      liqbase :: faster than paper
    10. Re:The real solution by Anonymous Coward · · Score: 2, Funny

      A untrustworthy website is a website that
      - has content linked in (THAT would open a whole can of trust-this-trust-that now would it!)
      - has bugs in web, app or db server.
      - accepts malicious content including links to content
      - you don't know if you can trust everyone with or who could get admin access to that server.

      More or less. But it cant be that hard now can it, because I've heard of people making these decisions in realtime, while they surf.

    11. Re:The real solution by morgan_greywolf · · Score: 4, Funny

      A untrustworthy website is a website that
      - has content linked in (THAT would open a whole can of trust-this-trust-that now would it!)
      - has bugs in web, app or db server.
      - accepts malicious content including links to content
      - you don't know if you can trust everyone with or who could get admin access to that server.


      Hmmm...this sounds familiar.

      I think you just described Slashdot.

      -- a really old /. user who remembers ALL the bugs in slash and MySQL that plagued this site.
    12. Re:The real solution by Dog-Cow · · Score: 1

      You are an idiot. An Excel script that manipulates data from external sources isn't going to wait around for you to manually fill in a bunch of worksheet tabs. It's going to do the import on its own and massage the data according to the needs of the end-user. You wouldn't write a perl script that asks you to input thousands of lines of data from the terminal, would you? I'd hope you'd expect it to read from any files as necessary.

      Yes, I know that STDIN can be one of the files, but that only works if the script only reads one file.

    13. Re:The real solution by fluffman86 · · Score: 3, Insightful

      I really like McAfee SiteAdvisor to help me decide. It's available as a Firefox extension and turns green if a site is not known to have any bad downloads or send unwanted emails. It's gray if unknown, and red if a site has malicious downloads or sends out a lot of emails. It's by no means an excuse for not using your brain FIRST, but it helps sometimes.

    14. Re:The real solution by EvilSS · · Score: 1

      since it's quite easy instead for a program to export it in the proper format

      This is also the case with MS Office. Microsoft provides COM interfaces to the office products that can be used to generate documents. I do this all the time with Excel. It is actually very simple to use and well documented.

      --
      I browse on +1 so AC's need not respond, I won't see it.
    15. Re:The real solution by Tychon · · Score: 1

      While I agree with the notion of having it turned off by default, I'd just like to quip a little on how scripting has saved my inedible bacon numerous times.

      Government writing often has numerous specs and requirements for document content and layout, requirements that cannot easily be met by standard features and interface in Word/Writer. Scripting provides a simple means of getting around this without actually trying to manually fudge characters or list elements in five to ten thousand page documents.

      You may feel like doing this by hand, I do not.

    16. Re:The real solution by zcat_NZ · · Score: 1

      Just a reminder for those with short memories; the first Word virus (WM/Concept) was accidentally included in the Microsoft Windows 95 Software Compatibility Test CD and shipped to hundreds of OEMs.

      Ref; http://www.sophos.com/security/analyses/wmconcept. html

      No source is entirely 'safe'

      --
      455fe10422ca29c4933f95052b792ab2
    17. Re:The real solution by FKnight · · Score: 1

      Unfortunately these office suite scripts are often used for things like disk access to import data.
      And that, of course, is almost directly related to the fact that the MS file formats are closed. With an open format like ODF, scripts for importing data aren't critical, since it's quite easy instead for a program to export it in the proper format, or to write an external script or program to transform data into ODF format. After all, it's XML.
      ---- So you're saying XML based ODF format files are not stored on disk, right?
    18. Re:The real solution by roman_mir · · Score: 1, Redundant

      -- a really old /. user who remembers ALL the bugs in slash and MySQL that plagued this site. - said morgan_greywolf (835522)

    19. Re:The real solution by veganboyjosh · · Score: 1

      If in doubt, speak to the sender and confirm its validity.
      vbj: did you send me this file, and what is it?
      mother in law: oh, it's this cute video of some cats...
      vbj: ...

    20. Re:The real solution by ronanbear · · Score: 1

      All or nothing script/macro access where your options are confined to on/off/ask are such an obvious problem I'm amazed that they're not taken more seriously.

      I don't get why anyone (with the users interests at heart) would add office scripting functionality without adding some form of permissions. Maybe back in the days before networking it was practical because most files were created on the computer itself or came on a trusted disk.

      It's not even an option to inspect macros on Office before opening the file (yes, I know you can disable, open, inspect (if it will let you), close, re-enable and open). Why would a user want to run unsigned code from an unknown source that can't be read and give it permission to control your computer.

      OOo deserves a slagging for falling into the same trap because - aside from compatibility with Office - it has no excuses. And it would be different if this had been a Word script that also functioned on OOo. This is a ball dropped by the OOo team because it's one obvious area where OOo has been better than Office.

      --
      the more they over-think the plumbing the easier it is to stop up the pipe
    21. Re:The real solution by morgan_greywolf · · Score: 1

      My other account, which I no longer use, is *5* digits, young-un.

    22. Re:The real solution by morgan_greywolf · · Score: 1

      Correction -- low 5-digits.

    23. Re:The real solution by Teun · · Score: 2, Funny

      My other account, which I no longer use, is *5* digits, young-un.
      Correction -- low 5-digits.
      So old you can't remember the password...
      No not the account, I mean you ;)
      --
      "The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
    24. Re:The real solution by Rastafario · · Score: 1

      This must be one of the patents Microsoft claims is being infringed upon!

    25. Re:The real solution by gbjbaanb · · Score: 2, Funny

      ... and my other car is a Porsche...

    26. Re:The real solution by roman_mir · · Score: 1

      pffft, my other account is 2 digits, but that doesn't stop me from not complaining.

    27. Re:The real solution by ozmanjusri · · Score: 1

      "An Excel script that manipulates data from external sources isn't going to wait around for you to manually fill in a bunch of worksheet tabs."

      And there's the problem right there. CSV can't contain tabs, formatting data, formulas etc, etc.

      ODF is an open text-based format that any program capable of outputting ascii can create, and which can contain that metadata. You
      Reckon you coul write a Perl script to output;

                <formula="oooc:=SUM([.A2:.A4])" office:value-type="float">

      Great, you've just added a formula to your spreadsheet before Calc's even seen it. Adding worksheets, formatting and other stuff's just as easy. That's why you don't need scripting in your spreadsheet.

      --
      "I've got more toys than Teruhisa Kitahara."
    28. Re:The real solution by spikedvodka · · Score: 1

      but... see http://yro.slashdot.org/article.pl?sid=07/05/22/22 23236 Won't that send all of your browsing habits to McAfee?
      (likewise with the new anti-phishing things in FF/IE7)

      --
      I will not give in to the terrorists. I will not become fearful.
    29. Re:The real solution by Serious+Simon · · Score: 1

      Not enabling scripting by default is *exactly* what is implemented in OpenOffice.org. The user has to explicitly allow macros to be executed before such a "virus" could do any damage or spread itself. So this "bad bunny" hardly poses any threat.

    30. Re:The real solution by Pollardito · · Score: 1

      i don't know, but once we've gathered together a list i say we make an .untrustworthy TLD and force them all to switch-over to that

  2. The backdoor from hell by packetmon · · Score: 4, Interesting

    So how long should we count down to until someone embeds the backdoor from hell in not only Linux, but Solaris, then the BSD's... As an FYI... I've got a functional backdoor-worm for Free and Open ... Just makes no sense to even post it. Many don't even get what I mean when I state "there is a world of pain coming your way if you do that" ... Mark the calendars, I give it about 9 months before something ala SOBig/Blaster hits the *nix scene...

    1. Re:The backdoor from hell by truthsearch · · Score: 5, Funny

      I give it about 9 months before something ala SOBig/Blaster hits the *nix scene...

      You just conceived it? Congratulations! Do you have a name picked out?

    2. Re:The backdoor from hell by ettlz · · Score: 5, Funny

      You just conceived it? Congratulations! Do you have a name picked out?

      The "backdoor from hell" already has a name: hello.jpg.

    3. Re:The backdoor from hell by MobyDisk · · Score: 1

      How is this related to this discussion? The post links to a shell script that must be run as administrator. Not something that can be embedded into an OpenOffice Javas plug-in running as non-admin.

    4. Re:The backdoor from hell by jimicus · · Score: 1

      FWIW, I agree that Unix, like any desktop computer system, is only as secure as the user who's sat in front of it.

      IMO, all these people saying "Unix can't suffer from viruses therefore it's secure!" are living in a fools paradise where they don't appear to have realised that the "executable file infector which spreads when the infected file is executed"-type virus is all but dead, and most things described as viruses today would be more accurately described as trojans.

      I don't think anything much will change in terms of that perception unless and until there's a major worm attack.

  3. Virus Name by T-Bone-T · · Score: 3, Funny

    How does one come up with a name like "SB/Badbunny-A"? Virus names never make sense to me.

    1. Re:Virus Name by Anonymous Coward · · Score: 2, Informative

      FTFA

      "The worm attempts to download and display an indecent JPEG image of a man wearing a bunny suit performing a sexual act in woodland."

    2. Re:Virus Name by T-Bone-T · · Score: 1

      So you cover Badbunny. What about the rest of the name?

    3. Re:Virus Name by chill · · Score: 2, Informative

      SB = StarBasic, because it is written as a StarBasic macro.
      -A = First variant. If someone modifies it to do something else, then you'll see -B, -C, etc.

        Charles

      --
      Learning HOW to think is more important than learning WHAT to think.
    4. Re:Virus Name by TenBrothers · · Score: 1

      So what you're saying is, they just ripped off the naming convention of racehorses.

    5. Re:Virus Name by chill · · Score: 1

      Dunno, I've never paid attention to racehorse names.

      Each AV company names things slightly differently, but the general method is:

      TYPE/Common-VARIANT

      Type can be "W32" or "TROJ" or "VB" or "SB", etc.

      Common is a descriptive common name. In this case, the virus places a file called badbunny.js or badbunny.py and downloads a file called badbunny.jpg. Thus "badbunny" was chosen.

      Variant is usually alphabetic, starting with A and going into double letters (AA, AB, etc.) if necessary.

      How are racehorses named?

      --
      Learning HOW to think is more important than learning WHAT to think.
    6. Re:Virus Name by TenBrothers · · Score: 1

      Horses are generally named for their parents. Especially if one of them is world-famous. An example would be if you had (to just come up with random names) Seattle Slew and Delta Dawn as the sire and dam, the resulting horse would often be named something like Seattle Sunrise or Gamma Slew or...you get the picture. It's not 100%, especially if the sire and dam aren't particularly famous. But it's typical.

    7. Re:Virus Name by T-Bone-T · · Score: 1

      Thanks, that's exactly the kind of information I was looking for.

    8. Re:Virus Name by nuzak · · Score: 1

      How do they deal with single names like Secretariat or Seabiscuit? Or is this a more recent convention?

      --
      Done with slashdot, done with nerds, getting a life.
  4. Documents shouldn't run code by Anonymous Coward · · Score: 4, Insightful

    Documents shouldn't run scripts unless explicitly authorized to do so. That goes for word processors, spreadsheets, PDF readers, email clients and web browsers. The problem is that the world is full of dickheads who needlessly distribute documents that require executing script, so users end up clicking yes every time.

    Imagine how few viruses and trojans there would be if requiring script was the exception rather than an unfortunate rule.

    Oh well, we can all dream.

    1. Re:Documents shouldn't run code by DragonWriter · · Score: 1

      Documents shouldn't run scripts unless explicitly authorized to do so.


      Running scripts should not be a binary issue. Scripts should always run, by default, in an appropriate security sandbox, and only get additional privileges through explicit user interaction or through some kind of trust mechanism.

      Programs that load scripts from external sources should not be gaping security holes, just because I trust a program doesn't mean that my only choices with a script should be trust it as much as I trust the program running it or not trust it at all.
    2. Re:Documents shouldn't run code by Just+Some+Guy · · Score: 1

      Documents shouldn't run scripts unless explicitly authorized to do so. That goes for word processors, spreadsheets, PDF readers, email clients and web browsers.

      ....except, of course, that PDFs are Turing-complete scripts that tend to make pretty pictures.

      --
      Dewey, what part of this looks like authorities should be involved?
    3. Re:Documents shouldn't run code by codemachine · · Score: 1

      Sounds a lot like Java. Therefore it will never fly.

      There will always be a vendor like MS to make everything so much easier for us, without thinking about the consequences. It will happen on Linux too. Some would argue it already is (just compare most Linux distros to OpenBSD for example), just not nearly as bad as on the Windows platform.

      Featuritis is an illness that is cross platform I'm afraid. Many small and efficient projects seem to be doomed to become bloatware, once they've become popular.

    4. Re:Documents shouldn't run code by DragonWriter · · Score: 1
      Sounds a lot like Java. Therefore it will never fly.

      There will always be a vendor like MS to make everything so much easier for us, without thinking about the consequences. It will happen on Linux too.

      Really, in this particular case, its an application issue not an OS issue, and its already happened with regard to plenty of Linux apps that support scripting.

      Having a fairly secure OS doesn't you limited good if applications that run with reasonably broad permissions, for good reason, themselves serve as platform for code that doesn't run in an environment with adequate mechanisms for trust and security.

      Featuritis is an illness that is cross platform I'm afraid.


      Perhaps, but featuritis isn't really the problem. None of the features enabled by scripting are defeated by proper security. Though, of course, its more work to create a proper security framework, and even more work to provide a user-friendly interface for it, and generally that's a low priority. This is not about an excess of features, its about poorly-considered implementation of features.

    5. Re:Documents shouldn't run code by DragonWriter · · Score: 1

      The usefulness of a scripts is often directly proportional to the privileges granted. Javascript is hobbled for use in browsers yet it plays a key role in the majority of browser security problems [mozilla.org] and what do you do when a script manages to break out of it's sandbox? Chroot or BSD jails are one thing but the average user will gladly grant a script extended privileges just to shoot the monkey.


      You can't protect against gullible users. Any attempt at security that makes that a goal is just misguided. At the same time, you can guarantee that users that are paying attention aren't taken advantage of. Failing to provide well-designed tools aimed at doing the latter because the former is impossible is foolish.

      We've heard this argument that sandboxing is the cure to scripting ills for years now, it isn't working.


      Sandboxing is necessary. It may not be sufficient. OTOH, the fact that sandbox implementations have bugs doesn't mean that it can't be done right.

  5. Why not use another alternative? by El+Icaro · · Score: 1, Interesting

    I realize this is just my case, but I only need Linux and I use Koffice for my office needs. I lack enough technical knowledge to prove it but it seems faster and lighter than OpenOffice. Are there any other free (either type) office packages on Windows? How about Mac?

  6. The real problem by Anonymous Coward · · Score: 5, Funny

    Scripting itself is a virus that spreads through programmers: once a programmer has seen scripting somewhere it doesn't belong, he feels a sudden urge to add scripting to the project he's working on.

  7. Finally feature compatible with Office by RobertM1968 · · Score: 4, Funny

    :BEGIN HUMOR:
    Well, finally OpenOffice has become a viable Office Suite, having finally added the most notable features of Office, namely script exploit capabilities. It's about time... now there is nothing keeping people from switching to OO!!!
    :END HUMOR:

  8. So what's this virus going to do again??? by brunes69 · · Score: 3, Informative

    So I open this OO doc in Linux.... is it going to read my address book and email itself to other people? No, OO does not have access to my Thunderbird address book.

    Is it going to infect other binaries in my system? No, they're only writeable by root.

    Oh wait this is how it works:

    "SB/BadBunny-A spreads by dropping malicious script files that affect the behavior of the popular IRC programs mIRC and X-Chat, causing them send SB/BadBunny-A to other users. These malicious script files are named badbunny.py (for XChat) and script.ini (for mIRC, overwriting the existing mIRC file) and are also detected as SB/BadBunny-A."

    So.. this "virus" relies on some twisted assumption that I use XChat, to send itself to other people RUNNING XCHAT, NOT OPEN OFFICE?!?

    So tell me again how this is a virus? If I email you a shell script named "Click me.sh" than runs "rm -Rf ~/", is that a virus too?

    1. Re:So what's this virus going to do again??? by Macthorpe · · Score: 1

      If I email you a shell script named "Click me.sh" than runs "rm -Rf ~/", is that a virus too? If you listened to some of the people here, you would begin to think so.
      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    2. Re:So what's this virus going to do again??? by mcrbids · · Score: 2, Informative

      is it going to read my address book and email itself to other people? No, OO does not have access to my Thunderbird address book.

      Why not? Ostensibly, OO will run as user YOU, and YOU have access to your Tbird address book, and so would OO. Unless you're running SE Linux like a bat out of hell (most people don't) or have chroot or suid set up. Most *nix users however, don't have this kind of set up.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    3. Re:So what's this virus going to do again??? by 140Mandak262Jamuna · · Score: 1

      You fail miserably as a budding virus author. Even a script kiddie knows you should sudo before you take malicious action. bah!

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    4. Re:So what's this virus going to do again??? by brunes69 · · Score: 1

      My point is it's Linux, there is no way for the virii writer to deduce what program I am using to manage my addresses. It could be thunderbird, it could be KABC, etc etc. He will either have to write a ton of code to catch all those cases, or not bother. Oh an even if he does OO will not let him execute a program to send mail.

    5. Re:So what's this virus going to do again??? by Macthorpe · · Score: 1

      Curses! Foiled AGAIN!

      --
      "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
    6. Re:So what's this virus going to do again??? by BosstonesOwn · · Score: 1, Insightful

      whereis insert_mailapp_here?

      because we all uninstall everything we don't use right? you fail to see that they can be written to use other apps, this just happens to use mirc or xchat.

      never underestimate a determined thief.

      --
      This package Does Not Contain a Winner
    7. Re:So what's this virus going to do again??? by idontgno · · Score: 1

      If your victim is running Debian or one of its children, there are always alternatives.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    8. Re:So what's this virus going to do again??? by Anonymous Coward · · Score: 1, Informative

      > So tell me again how this is a virus? If I email you a shell script named "Click me.sh" than runs "rm -Rf ~/", is that a virus too?

      No, because it doesn't replicate itself without your assistance. SADBunny is capable of copying itself onto other systems without your knowledge, assuming the right conditions are met. This is what makes it a virus, and not just a simple piece of malware such as what you proposed.

    9. Re:So what's this virus going to do again??? by garett_spencley · · Score: 1

      If the virus were to target a specific distro, like Ubuntu, then it could make assumptions. It could even check for both Evolution and Thunderbird in the OO user's home DIR and use either or if present.

      If the virus creator were especially vigilant then they could test for all sorts of installed applications with existing and exploitable/profitable data under ~/

    10. Re:So what's this virus going to do again??? by joe+155 · · Score: 1

      "Unless you're running SE Linux like a bat out of hell"

      You say it like there is something wrong with running SE Linux or that it will make your experience of Linux worse. I run it and I've only ever had one problem which we managed to diagnose and file a bugzilla report which got it fixed within 4 days... not bad really. I can honestly recommend it for everyone.

      I do see the problem though which you mention, namely that you can still do enough damage whilst running as user - especially because it could copy the /home/user/.thunderbird/signons.txt (or whatever its called) and the /home/user/.pidgin/accounts (or whatever...) and send those on, which would certainly cause a problem for most users...

      This seems to be an issue which the community could do with dealing with

      --
      *''I can't believe it's not a hyperlink.''
    11. Re:So what's this virus going to do again??? by Locklin · · Score: 1

      It's not hard to write a script that greps all the text files in the user's home directory and parse out all the email addresses. It could then use it's own code to send off those emails, thus, no need to actually use or know about installed email programs.

      --
      "Knowledge is the only instrument of production that is not subject to diminishing returns" -Journal of Political Econom
    12. Re:So what's this virus going to do again??? by mibus · · Score: 1

      Does anything stop this from saving a new ~/.bashrc with "rm -rf ~/*" in it?

  9. yet another bogus Linux 'virus' story .. by rs232 · · Score: 3, Informative

    This worm or virus depending on who is saying it, requires Perl, XChat and write and executable access to be able to run. None of which applies to any self respecting Linux users computer. Yet another bogus Linux 'virus' article. Must be a slow day for real news.

    "They are attacking the vulnerability of people's brains ", Graham Cluley, Sophos

    --
    davecb5620@gmail.com
    1. Re:yet another bogus Linux 'virus' story .. by geekoid · · Score: 2, Insightful

      I don't know of any wide distro that doesn't have Perl or xchat.
      Getting write and execute permissions is a concern. Because they wider the Linux audience, the more people will want to double click on an attachment to see the 'dancing ponies' or whatever.

      Sad, but true.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:yet another bogus Linux 'virus' story .. by MooseTick · · Score: 1

      "any self respecting Linux user"

      Have you ever taken a look at who you are talking about?

    3. Re:yet another bogus Linux 'virus' story .. by MrSenile · · Score: 1

      Actually, xchat isn't on my Slackware distribution for what it's worth.

      Not that I use ICQ/Other much anyway, as it tends to be a security hole.

      And when I do use it, it's chrooted to a protected account anyway.

      Feel free to infect my chrooted jail all you want. Really :)

      That's the biggest issue that I think a lot of Linux advocates are saying is the big difference between Windows and Linux.

      Both don't protect against absolute incompetence, but if you're going to be boned, get boned on Linux. Most people who get boned on Linux won't be boned as root and as such, other than loosing personal information won't have to go through the pain of a completely reformat and reinstallation.

      Painful as hell, but not a total loss.

  10. Why must Sun by gillbates · · Score: 3, Insightful

    Copy even Microsoft's mistakes?

    I mean, really. We've known about macro viruses for 20 years, and the danger of putting executable code in documents for about the same, and yet, in 2007, an open-source application, backed by a major UNIX vendor is released with this vulnerability?

    Apparently many eyes do not make bugs shallow. I guess the community was asleep at the switch. Or maybe, something in the process is broken. Or maybe Sun just doesn't care.

    Now, lest you think this a troll, consider: Security and virus immunity have been a big selling point for open source systems. Until now. Sun is a large player in the open source arena, and this makes everyone else - secure or not - look bad. Security was the major selling point for OO, and now that it's questionable, I'm not sure where Sun is going to go with this: they can't compete with Microsoft on features, OO is far from a universal standard (which means you're going to be plagued with interoperability issues), and OO's last major selling point is that it is free as in beer.

    --
    The society for a thought-free internet welcomes you.
    1. Re:Why must Sun by geekoid · · Score: 1

      Did you read what needs to happen to run this virus?

      hello?

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    2. Re:Why must Sun by secPM_MS · · Score: 2
      Users are impressed by features. Reviewers are impressed by features. The review articles are filled with tables tabulating what product has what feature. So people acquire stuff that has vast numbers of features that they will never use. Features sell. Just look at consumer products.

      More features = more attack surface = lower security.

      Running downloaded (generally untrusted) code = rich extensibility = bad security. After all, the code writer is doing what they want, not necesarily what you want.

      The default document format for Office 12 is docx, which does not support macro functionality. Despite its addiction to rich functionality (remember, customers want it), Microsoft has gotten better over the past few years. If OO / Firefox / ... is going to play the feature addition race with MS, they are going to dive headfirst into the same mud lake Microsoft went into first and we can expect that it will take them some time to figure out how the manage the associated issues.

    3. Re:Why must Sun by guruevi · · Score: 1

      To say it with Gates' words: it's not a vulnerability, it's a feature.

      If you RTFA it's not a self-propagating virus that doesn't require interaction or stupidity by the user. But then again, the general populus is stupid and clicks yes for everything.

      It's a 'script' that does something bad, not a virus. It's not even close to a macro 'virus'. You could call it a trojan by a far call.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
    4. Re:Why must Sun by bkr1_2k · · Score: 1

      Not to be thick, but since when has security been a selling point for OO? I've heard a lot of things about OO over the years, but not once have I heard, or spoken of security as a selling point. Have I (and all my friends) been out of the loop somehow?

      Most people don't consider security when they're thinking of writing a document. They think about how they format their documents, how people will read their documents, and how much that will cost them. Other than that, I think most people don't give a damn. Security just isn't a factor for a word processor in most users minds.

      --
      "Growing old is inevitable; growing up is optional."
    5. Re:Why must Sun by Serious+Simon · · Score: 1
      ...copy Microsoft's mistakes?

      Well, they DIDN'T.

      The default behaviour of OpenOffice.org with a document containing macros is that the user has to explicitly allow them to run.

  11. Re:Haha by Macthorpe · · Score: 1

    I think it's satire.

    I hope it's satire.

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  12. Re:Haha by cyfer2000 · · Score: 1

    If "it is TECHNICALLY IMPOSSIBLE for a Mac, or Linux machine to malfunction in any way, from any cause", then what's wrong with your keyboard?

    --
    There is a spark in every single flame bait point.
  13. Re:The real solution - Replying to myself by needacoolnickname · · Score: 1

    I should have put a bit more thought into that.

    I read this all the time. Don't go to untrustworthy websites.

    What should one do? Should they run a whois on every site before going to it? Should they then run a background check on the site owner and the technical contact, if it's not bogus or private? What if it is? Then what does a person do?

    People who go to warez sites or any movie/music download site they can find off a search engine deserve what befalls their computer - because one has to take risk for a reward. If they don't want to pay for something that is for sale or go through the effort to find it a wee bit less conspicuously then their computer be damned.

    Past those people though, what info would you give grandma about going to a trustworthy web site when what she really wants is some nice wallpaper and screensavers?

  14. The real problem - legacy code. by Shoeler · · Score: 1

    OOo's problem IMHO is that it's an old program suite masquerading as new material. The backwards compatibility, which is necessary to its continued growth, is its albatross.

    I am a developer, but the caveot is I don't know jack about the code and its current iteration. I could and may be way off base, but here goes anyway.

    The only way you'll ever address it is to start. From scratch. Build the core of the program with security in mind. Converters have to pass through that core security layer. Add-ons need to pass through that layer. Even your own code has to.

    Of course the manpower needs of this would be tremendous so it'd never happen.

    But Google's doing something similar - they basically seem to have started from scratch and they pass all the apps through their backend, which presumably is superior to most work done on OOo or MS Office.

  15. saving Grandma from Linux .. by rs232 · · Score: 1

    How will Grandma do any damage if she don't have root access. Can you point me to a URL or email me a link that runs venomous from a mouse click.

    --
    davecb5620@gmail.com
    1. Re:saving Grandma from Linux .. by Anonymous Coward · · Score: 1, Insightful

      Thank god /usr/bin is read-only! Its sentimental value is irreplaceable. Grandma can, of course, get /home back off the install disks. Hey, wait.

  16. Proof of Concept that... by halfloaded · · Score: 2, Funny

    OpenOffice really does violate Microsoft patents. /ducks

  17. Most people don't work in financial companies by Rix · · Score: 2, Insightful

    Those that do can enable scripting. There's no reason to expose the vast majority who will never, ever, use that functionality to the risk. Which is why I said "disable by default" and not "rip it out and burn it".

    You are correct that vulnerable functionality should be in a protected wrapper. However, this will simply reduce, not eliminate shenanigans. Clever monkeys will still find a way.

  18. In the darkest nightmares of Linux geeks.... by jd · · Score: 3, Funny
    ....Just when you thought it safe to go back to the wordprocessor....

    (Cue screen of XRoach for no obvious reason)

    ....from the darkest of nightmares comes a haunting tale of OpenOffice viruses.....

    (Images from DOOM, for the oblig. explosions and gratuitous violence)

    ....an innocent who went too far....

    (Typing on an XChat console, the first related scene so far but still stupid)

    ....amongst the ruins of a once-great empire....

    (Scene shifts to Sun Microsystems and then to the OpenOffice group - vaguely related, sort of)

    ....and the darkest passions of a genius....

    (Switch to any old virus research lab, nobody can tell them apart)

    (Switch to a movie certificate for Open Virus, the Movie, rated C++)

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  19. Microsoft says open source violates 235^H6 patents by Filter · · Score: 1

    Oh great, one more MS patent to worry about.

    --

    "better ways of doing things eventually just replace the inferior things" - Linus Torvalds 09-08-07

  20. Trust by Carcass666 · · Score: 3, Interesting

    Scripting is a very important part of Office productivity suites. This is not going to change. But what does have to change is the notion of "I'll just toss in a macro with my document/spreadsheet". In reality, macros can get so complex, especially with Microsoft Office's ability to set up references to COM libraries, anything but the simplest macros require careful distribution.

    Documents and spreadsheets should not have macros. Ever. The Office vendors need to make it a lot easier to create macro files that are distributed differently than document files. If you have to send along macros to recalc/resort a spreadsheet or something, they should go in a different file. When you open the macro file, the Office app should state which macros that are being activated, and give you the option to use them temporarily or permanently, and by default do not allow them access to the file system unless you specify otherwise, etc. Enabling/disabling macros is not enough, there needs to be levels of trust.

    Certificates are good things, especially if you are a company that uses macros a lot internally. But for an individual, getting a code signing certificate by a trusted authority is cost prohibitive and difficult. The Office macro engines simply need to do a better job of limiting the exposure to macro vulnerabilities and make it easier for Joe User to distribute macros in a "responsible" manner.

    1. Re:Trust by inquisitor · · Score: 1

      Some of this is done in MS Office 2007 - new-style Office documents with macros embedded are indicated with a .docm, .xlsm, .pptm type extension (as opposed to .docx, .xlsx, .pptx). What's more, Office refuses to open the document if it's renamed to the non-macro containing extension, giving a "file corrupted" error. Even then, Office is set to refuse to run all macros that aren't "trusted" by default, so it gives an information bar saying that macros are disabled and giving you a chance to enable depending on the document.

      Now, if they just stop hiding extensions by default in Windows we're all set, although at least macro-enabled documents have a different file icon (with a red exclamation mark in it).

  21. Re:OO already does that. by Macthorpe · · Score: 4, Insightful

    OO's default is to not run macros. The user get's a warning and has to say "yes" to the thing. This is the best that can be done and still be "compatible" with M$ Office. Isn't this the exact same 'security feature' that you've been saying is so shit about Vista?
    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  22. Re:Haha by kdemetter · · Score: 1

    The sadness of your post is that your attitude will increase the chance for insecurity . it's not secure just because it's linux/mac or whatever . it's secure because of the effort people put in it , because of their awareness to security . The funny thing about security is that a heavy breach in security usually leads to better security , while blindly believing that you are secure leads to some insecurity .

  23. Re:Ding! by RobertM1968 · · Score: 2, Funny

    Oooh... I wonder how that will work on Vista?

    Vista: Open Office wants permission to generate a pop-up requesting approval to run a possibly malicious script... Cancel/Allow

    ...Allow

    OO: OO needs permission to run a script... Cancel/Allow

    ...Allow

    Vista: Open Office is trying to run a script... Cancel/Allow

    ...Allow

    Vista: Steve Ballmer is about to throw a chair at you... Allow/Duck & Allow

  24. OpenOffice team: WHY?? Are you NUTS?? by KWTm · · Score: 1

    My previous posts have heaped enough criticism on OOo, so I won't do that here, no matter how good it might feel to vent my frustration.

    What I want to do is figure out why OpenOffice is such a steaming pile of crap. Why would someone want such a slow, bloated program? Who decided it would be a good idea to turn on scripting by default? When are they going to make a decent user interface?[1] Well, I think I've figured out a few places where OOo is not like other open source software. Perhaps we could learn some lessons from this.

    OSS starts out by "scratching an itch", as the wisdom goes, but OOo did not start that way. It started with StarOffice, proprietary software acquired by Sun and then open sourced. A heartfelt thank you from me to Sun, but unfortunately, open-sourcing the software has not made it better. Instead, I suspect that little pieces here and there have been added to the StarOffice code, until the software became an incongruous quiltwork that did not run smoothly. I mean, Java for some things but not others? No way to insert current date as text? (Have they fixed that in recent versions, by the way?)

    Or maybe that wasn't it; instead, perhaps it was the management that dictated the features. "My daughter says MS Word has SuperMacro ScriptEnhance-o-rama," said the manager, "and I told her, OpenOffice will have it, too!"

    Or maybe it was (heaven forbid) an actual developer who decided that changing the font on the main text would not change the font within a table?

    I mean, it's hard to imagine that they did any sort of usability testing at all. What it does feel like is that they were trying to keep up with Microsoft Office while forgetting about the spirit of OSS.

    Can someone offer insight into what happened? Because I wouldn't want that to happen to any other OSS project. (Firefox, are you listening?) Ironically, although I fear that Firefox may be starting to suffer the same feature creep as OOo, I think the best thing for OOo to do now is to take a page from the history of Mozilla: scrap the code. Mozilla did it, and it took over a year, but when they finished, it was a masterpiece that everyone could be proud of.

    So, start over. Stay focused. Otherwise, people will migrate over to AbiWord. You know what, better yet, maybe OOo can send some of their developers over to the AbiWord team, and maybe KWord, too.

    Aaargh, the amount of wasted talent that goes into OOo.

    -----
    End notes: s/OpenOffice[^.]/OpenOffice.org/g --you know what I meant.

    [1] "Decent user interface": they can start by not having multiple menu options share the same "underlined letter" shortcut.

    --
    404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
    [GPG key in journal]
    1. Re:OpenOffice team: WHY?? Are you NUTS?? by Haeleth · · Score: 1

      So, start over. Stay focused. Otherwise, people will migrate over to AbiWord.
      Yeah, I heard the AbiWord spreadsheet is particularly good.
    2. Re:OpenOffice team: WHY?? Are you NUTS?? by KWTm · · Score: 1

      Yeah, I heard the AbiWord spreadsheet is particularly good.

      Yes, I think so too. (Well, Gnumeric isn't officially part of Abiword, but you know what I mean --the default spreadsheet application on the Ubuntu GNOME desktop.) I use it despite having a KDE desktop.
      --
      404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
      [GPG key in journal]
  25. O RLY by dedazo · · Score: 1

    The user get's a warning and has to say "yes" to the thing

    And this is different from "M$" Office in what way?

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  26. Why per-file scripting? by IkeTo · · Score: 1

    I still don't quite understand why the hell somebody would like to use scripts in their office documents, especially if they are so capable. Documents are things people send and read without even thinking about, with no expectation that there can be any harm. Why program must be attached to those, rather than some extensions that is independent of the document, which people can only install when they can be expected to know the possible harm?

  27. You CAN NOT have a "leaky" sandbox. by argent · · Score: 2, Interesting

    The kind of "leaky sandbox" that we're seeing here was virtually unknown in the '80s and '90s. If a macro language had any kind of ability to work outside the codument layout itself, it was either restricted to applications where it was a moot point (if the preprocessor for your compiler could run scripts... so what, the code in between the preprocessor directives could do anything) or it was a mistake and the abaility was removed when it was discovered (as in the case of ghostscript).

    In 1997 Microsoft introduced Active Desktp, which included a deliberately "leaky" sandbox... controls and scripts that were on pages considered "trusted" could get anything up to full local-user access. In addition, Microsoft responded to Word macro viruses NOT by restricting the scripting language in Word (as expected) but by putting in checks to disable the ability to even examine macros if a document seemed suspicious. And they still haven't learned their lesson.

    What's worse, this practise is spreading. While nobody has extended this model nearly as far as Microsoft, Firefox XPI installation involves having a web page request installation of unrestricted macros, and Apple lets you run software installers automatically if the user has left "Open safe files after downloading" enabled.

    This kind of thing HAS to stop.

    If you design an "inherently safe" scripting language, on ethat does not provide any hooks from *within* the documentto even requests the ability to modify mor ethan the document itself, then any security holes are bugs and can be patched without inconveniencing users. More powerful tools should always be run or installed from outside the document, explicitly under user control, and preferably from a version of the application that doesn't include a mechanism to access remote documents and is not ever invoked from a browser or mail program... or any other application intended to work with untrusted documents.

    This design, which used to be taken for granted (the idea of an email worm that could even potentially be run by just viewing an email message used to be a *joke*... everyone *knew* that nobody would be stupid enough to make the Good Times virus real) is not "clumsy" or "inconvenient". It's more convenient than the environment we're in now where applications are perpetually bringing up "Hey! I'm about to do someting stupid! You wanna let me?" dialogs that people reflexively swear at as they approve the stupid action.

    We need to turn this around, folks. Bring back the sandbox, don't even include the commands to write files in the sandboxed versions of the macro interpreter, and stop turning the Internet into some kind of bad science fiction movie where the earthlings infect the alien computer from a Powerbook.

    1. Re:You CAN NOT have a "leaky" sandbox. by 3choTh1s · · Score: 1

      If you design an "inherently safe" scripting language, on ethat does not provide any hooks from *within* the documentto even requests the ability to modify mor ethan the document itself, then any security holes are bugs and can be patched without inconveniencing users. More powerful tools should always be run or installed from outside the document, explicitly under user control, and preferably from a version of the application that doesn't include a mechanism to access remote documents and is not ever invoked from a browser or mail program... or any other application intended to work with untrusted documents.
      "Inherently safe" scripting is the problem though. Scripting is only useful because it allows you to automate things that you do repetitively. Lets see some of the things you might do repetitively... You might need to open a lot of Word documents one after another. But that means you have to open files on the filesystem. You might have the script add stuff to these files and save it. But then you'd need to be able to save files to the filesystem. And then what if you want to use data from a file that isn't a Word document. Well then you'd need to be able to open a read/write any file regardless if it's a Word document or not. And finally what if after processing these documents you want to start an external program that does some other function with the files. Well then... you'd need to execute programs.

      Again scripting is only useful if you are allowed to automate processing of many files, not just the one you are working on. Speak what you want about VBA, but it's a decent automation platform, security issues set aside. We're talking about an office here, take a look at the common applications that an office would use. Word processor, email program, spreadsheets, internet browser. And you want to make your work as easy as possible. Any automation platform needs to be able to integrate the things you use and be able to do with it what any regular person can do. Unfortunately it does mean that we have to deal with security issues, but that's the cost of being more efficient with our time.
    2. Re:You CAN NOT have a "leaky" sandbox. by argent · · Score: 1

      "Inherently safe" scripting is the problem though.

      It's not really a problem. We know how to design inherently safe languages. We also know how to design interfaces by which users can running scripts in unsafe languages without allowing untrusted objects to run these scripts.

      Scripting is only useful because it allows you to automate things that you do repetitively.

      That's a little simplified, but basically true, and also irrelevant. First, a lot of repetitive tasks are things like filling out standard forms and reports, creating standard letterheads and layouts, and other tools that don't modify state outside the document. Second, when you're doing more complex things repetitively, you're generally doing them *to* documents... having the scripts embedded in one of the documents is hardly an ideal user interface.

      You might need to open a lot of Word documents one after another. [...]

      You don't provide that mechanism in the scripting language that can be embedded INSIDE a word document, you provide it in the scripting language that the user explicitly runs from OUTSIDE the document in an installed component (plugin, application, etcetera) that the embedded language can't access.

      There's no reason why these can't both be based on the same language. You design the language to have a basic set of control flow operations, and a mechanism for the *application* to expose additional capabilities to the script by importing objects and libraries... the base language doesn't include any of these things.

      Then the embedded version gets loaded with objects that expose the document itself, but no more. The external version gets the whole world pulled in.

      To distribute objects to to user you can go three or four ways. First, you can embed those object *in* documents in some packaged format... without providing any mechanism to automatically install the package: the user needs to explicitly select the object and request it be installed as a plugin. Second, you can provide extensions by an an out of band publishing mechanism: for example you can distribute them on a local file share, or on an internal web site. Thirdly, you can use the same mechanism you use to push out patches, hotfixes, and upgrades within the site.

  28. Re:OO already does that. by Macthorpe · · Score: 1

    Are you going to clarify that, because I was under the impression that offering the user a Yes/No choice when asking to run something risky was exactly what UAC is.

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  29. virusscanner bloat by pe1chl · · Score: 2, Insightful

    was emailed directly to Sophos from the virus developers ... who dutyfully included it in their signature database, so it will be looked for in millions of computers even though it is not in the wild.

    meanwhile, our computers get slower and slower. virusscanners eat up lots of resources and become ever slower. I recently noticed clamav takes 13 seconds to scan an infected .scr file of 16kb before deciding that it is safe (because it not yet had the signature).

    wouldn't it be time that antivirus companies slim down the signature lists a bit. of course it is cute to boast a "number of signatures" above 100.000, but who is really getting benefit from the scanning of all those hypothetical viruses?

  30. Not just finance companies - even departments by jimicus · · Score: 3, Insightful

    In any company, there's a whole bunch of departments other than IT.

    Those departments don't always fancy calling the IT department when they have an IT requirement - particularly if it doesn't seem that complicated. There is always someone in the department who knows their way around Excel (and possibly Access) better than any of their colleagues. So they cobble something together in some 'orrible mess of VB macros linking who knows what files, referential integrity or scalable design be damned.

    Were you to audit any sizeable business for spreadsheets made somehow interactive with scripts and badly designed databases thrown together in Access, I guarantee you'd be amazed and disturbed in equal measure. And you really don't want to start trying to figure out which ones have somehow become critical to the business.

    This has been going on for years. Try taking that functionality away today, you might as well suggest replacing their computers with slide rules.

  31. Umm, don't lose your sense of proportion.. by cheros · · Score: 1

    (1) it's a first in the entire product lifetime. Not bad going, consider it a sign that it's becoming mainstream that someone has bothered at all, and it's lab only. How many IN THE WILD infections have we had for Word and Excel so far?

    (2) unlike MS Office, the macro data is clearly documented in the file format (and it's a separate section file in the OO ZIP archive) and you could thus choose to zap that part from a file or, less brutal, that you stand at least a chance of examining what is in it before passing it on to the desktop. Most importantly, you can do such examination without using OO at all. Hell, you could even be perverse and write an examiner in VB :-).

    (3) OO isn't just competing on price. There are features in OO that have made me a fan quite a while back. Its word prediction, for instance, is a major efficiency improver if you have to often write documents with complicated or complex names or long terminology. The ability to push out PDF forms from a text document is excellent. The fact that it only has ONE macro language instead of one for each component (VBA for Word VBA for Excel). The fact that presentations export to Flash. The ability to still read Word documents that Word itself crashes on because it FUBARed on formatting (quite a common problem). Etc etc etc. You've not used it long enough IMHO, I'm personally actually getting to a point where Word just doesn't cut it for me anymore. It may look fancy, but it doesn't do the work as well.

    (4) worthy of a separate point: an absolute USP IMHO is that OO's interface has not significantly changed over the years. It has always intrigued me that nobody spotted the apparent incongruity between the prevalent feeling that switching to a Linux desktop is too much relearning, yet throwing operators in the deep with a new OS UI AS WELL AS a new Office UI is somehow acceptable. Just imagine how much time could have been saved already if they'd been on OO and were thus not subject to relearning practically everything. That, and the lack for license management is something that impacts TCO downwards..

    --
    Insert .sig here. Send no money now. Owner may sue, contents will settle. Batteries not included.
  32. Re:OO already does that. by cottandr · · Score: 1
    UAC warns about almost everything.

    Tasks that will trigger a UAC prompt, if UAC is enabled, include:[3]. * Changes to files in %SystemRoot% or %ProgramFiles%
    * Installing and uninstalling applications
    * Installing device drivers
    * Installing ActiveX controls
    * Installing Windows Updates
    * Changing settings for Windows Firewall
    * Changing UAC settings
    * Configuring Windows Update
    * Adding or removing user accounts
    * Changing a user's account type
    * Configuring Parental Controls
    * Running Task Scheduler
    * Restoring backed-up system files
    * Viewing or changing another user's folders and files
    from wikipedia, the free encyclopedia.

    Installing applications? I don't need a warning when I'm installing an application. I know that I'm installing an application.

    However, I may need a warning that the file that I am opening has a script in in that could be a virus.

    Oh, and by the way, have you ever heard of a malicious device driver?
    --
    my other sig is also a porsche
  33. Re:OO already does that. by Macthorpe · · Score: 1

    Isn't that more of an indication that an operating system does far more than a Word clone?

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien
  34. Re:Haha by The+Master+Control+P · · Score: 1

    It's not that... PEBKAC.

  35. Re:OO already does that. by dedazo · · Score: 1

    Oh, and by the way, have you ever heard of a malicious device driver?

    Clearly you've missed the whole point of UAC. It's designed to let you carry out an action that requires administrative rights, while running under a non-admin account. Ever see that KDE or GNOME root prompt when you open an admin tool? Same thing. If you're installing a driver, it's assumed you are already an administrator and generally know what you're doing, so there's no need for a prompt. If you're running in 32-bits, you get a warning about unsigned drivers. If you're in 64-bits you can't even install unsigned drivers at all.

    This is no different than any OS. There are situations where it's assumed you have measure of knowledge and responsibility (ie, a fucking clue) about the task at hand. Peppering you with questions would be downright annoying. Alternatively, you can run under an admin account and never see UAC at all. That's your choice.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  36. Re:Really by dedazo · · Score: 1

    The M$ default is to run it

    No, the 'default' is to ask you what you want to do.

    and the user is root

    If you are running under an admin account, it's by choice. Office (and Windows) works perfectly well under non-admin accounts.

    costs about $400

    This is relevant because...?

    I can go on with this if you like.

    Sure. If you're going to admit you're wrong then by all means. If you're going to keep doing the "well M$ is teh worse" logic, then no.

    Why don't you just admit you're wrong? Is that so painful?

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  37. Well, they wanted Word functionality by bl8n8r · · Score: 1

    I guess you got it.

    --
    boycott slashdot February 10th - 17th check out: altSlashdot.org
  38. Re:OO already does that. by SEMW · · Score: 1

    Installing applications? I don't need a warning when I'm installing an application. I know that I'm installing an application.

    [...]

    Oh, and by the way, have you ever heard of a malicious device driver? How you never heard of a malicious program? Apparently not. Which is strange, because trust me, there are LOTS of them around in the Windows world. Yes, you know when you're installing an application -- that's the whole point! The prompt is asking you "Have you just double clicked on the installer of a program you wish to install, or have I just popped up seemingly for no reason whilst you were browsing dodgy websites?" If the former, then you click 'allow'; if the latter, you click 'cancel' and go to windowsupdate to download the patch for whatever zero-day Internet Explorer exploit your pr0n website was using to try and install stuff on your computer.

    Oh, and regarding malicious device drivers -- Creative's sound card drivers spring to mind :-) ... Seriously, they certainly do exist; and if installed some types have free reign to run in kernel mode. I most certainly do want my Operating System to warn me before giving a bunch of code that sort of leeway with my system!
    --
    What's purple and commutes? An Abelian grape.
  39. Is that in octadecimal? by SEMW · · Score: 1

    Microsoft says open source violates 235^H6 patents "235^H6 patents"? Assuming that's in octadecimal, I make that approximately equal to... [does some quick back-of-the-envelope calculations]... 1.979*10^22830 patents.

    Damn, that's a lot of patents.
    --
    What's purple and commutes? An Abelian grape.
  40. Re:OO already does that. by hateful+monkey · · Score: 1

    Then why does it prompt me EVERY time I open my RSS reader? Including needing a password if I am running in a non-admin user? Why does an RSS reader need admin access?

  41. Re:OO already does that. by Kalriath · · Score: 1

    Malicious device driver? Oh yes, two offhand. Starforce, and Sony's rootkit.

    That list sounds quite fine, really.

    --
    For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
  42. Re:OO already does that. by dedazo · · Score: 1
    Your RSS reader is accessing something it really shouldn't. A lot of software does and will continue to think it has the go of the whole box. Unfortunately that will only change with time.

    I can't think of a scenario where an app like an RSS reader would need admin-type access, so if possible I'd suggest you notify the creators and tell them it breaks in Vista.

    What reader is this? Personally I use Google Reader so I'm not familiar with the desktop apps.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  43. Re:OO already does that. by Quantam · · Score: 1

    "Installing applications? I don't need a warning when I'm installing an application. I know that I'm installing an application."

    Oh wow! A celebrity on Slashdot! Everyone say hello to Dilbert's boss!

    "Oh, and by the way, have you ever heard of a malicious device driver?"

    They're called rootkits, Jim. Maybe you've heard of them.

    Somehow I have a feeling that the joke's gonna be on me: that this guy was just trying to see how dumb people would believe he is, and isn't really that stupid. At least that would preserve my faith in humanity...

    --
    You have tried to support your argument with faulty reasoning! Go directly to jail; do not pass Go, do not collect $200!
  44. Signed scripts? by xtracto · · Score: 1

    using restricted-mode execution by default and access by signed digital certificates.

    Yeah, similarly on how signed extensions would make firefox safer??

    I have yet to se 1 (ONE) signed firefox extension...

    --
    Ubuntu is an African word meaning 'I can't configure Debian'
  45. Re:OO already does that. by sid0 · · Score: 1

    Haven't you learnt already? He's a troll. That's all. Set him as a foe, set foes to -6, and be done with it. It's useless conversing with this guy and his sockpuppet.

  46. Distributed Trusted Repository by Doc+Ruby · · Score: 1

    The way to be safe(r) from scripts is to require OO.o to check the signature of any script against the sigs of all scripts in a distributed repository. All the scripts' sources are open. People can test them out, and report them to the repo's (distributed) security team. If OO.o doesn't find the sig of a script in the repo, OO.o can submit the script to the repo and warn the user their script is untested before executing it.

    This kind of architecture is one way that Debian (and derivatives) is protected by APT from security holes. In fact, Debian would be even better if every install (eg. upgrading "make install") ran this process, including generating a sig for an unknown package, then sending it to the repo(s).

    This (auto)registration and testing system leverages the inherent advantage of OSS. Automating the efficiency of the global community using it makes Linux the easiest and safest OS. That's how you conquer the world without getting hurt.

    --

    --
    make install -not war

  47. Re:OO already does that. by hateful+monkey · · Score: 1

    RSSOwl http://www.rssowl.org/ I agree that whatever it is doing shouldn't be necessary but I just wish I had a choice between answering the prompt EVERY time I open this, and turn off UAC completely. I can't believe that Microsoft didn't read some of the beta reviews that mentioned that the UAC could be much less annoying if it had mechanism for "whitelisting" an app. Maybe they just couldn't think of a secure way to implement it.

  48. Re:OO already does that. by dedazo · · Score: 1
    I believe that the intent is to force the people who create the applications to clean up their act and release software that does not behave that way. If you ask me, they should have done this in the 9x->2K transition and we'd be all the better for it, but backwards compatibility simply didn't allow that.

    Seriously, I suggest you drop that app, and send an email to the publisher detailing why you did it. I dropped three or four apps myself when I moved to Vista. Either I can live with the hassle because of the value provided by the application, or I can drop it and go somewhere else. That's the only way software vendors will feel the heat.

    --
    Web2.0: I love when people Flickr my cuil and digg my boingboing until my google is reddit and I start to yahoo
  49. Re:OO already does that. by Macthorpe · · Score: 1

    I know that, and you know that. I'm here to make sure everyone else does :)

    --
    "It does not do to leave a live dragon out of your calculations, if you live near him." - Tolkien