Slashdot Mirror


Apple Quietly Goes After Mac Trojan With Update

Th'Inquisitor was one of several readers to point out coverage of Apple's stealth security fix, included along with the recent Snow Leopard 10.6.4 update. Graham Cluley of Sophos first noticed the update to protect Mac computers from a Trojan, and the fact that Apple didn't mention it in the release notes. The malware opens a back door to a Mac that can allow attackers to gain control of the machine and snoop about on it or turn it into a zombie. "You have to wonder," writes Cluley, "whether their keeping quiet about an anti-malware security update like this was for marketing reasons." While he certainly has a point that Apple benefits by its users' belief that the platform is secure, you also have to wonder whether any such publicity from a security company has a marketing subtext, as well.

321 comments

  1. Trojan for Mac had to appear some day... by ls671 · · Score: 0

    Trojan for Mac had to appear some day.

    Well, I would bet this isn't the first one but anyways..

    Hackers and what not typically target Windows.

    They could probably benefit from the skills they have acquired in targeting Mac to target Linux as well.

    --
    Everything I write is lies, read between the lines.
    1. Re:Trojan for Mac had to appear some day... by Codename+Dutchess · · Score: 0, Troll

      You seriously think this could possibly be the first trojan for a mac os? Sounds like a mac user to me.

    2. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 0, Informative

      Can you read?

    3. Re:Trojan for Mac had to appear some day... by mrsteveman1 · · Score: 1

      It isn't even the first one that apple's built in "detection" looks for in downloaded files, this is the 4th or 5th i think.

    4. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 1, Informative

      OSX is based on UNIX (and is a certified UNIX OS)
      Linux is Not UNIX and although compatible is quite different to OSX

    5. Re:Trojan for Mac had to appear some day... by OrwellianLurker · · Score: 2, Informative

      Apparently the mods cannot read either.

      --
      'Political power grows out of the barrel of a gun.' - Mao Tse-tung
    6. Re:Trojan for Mac had to appear some day... by at_slashdot · · Score: 2, Informative

      I think you don't know what a trojan is. A trojan is a simple program that pretends to be something that it isn't. Any OS is vulnerable to such program because OSes are designed to, guess what, run programs, no OS is that smart to identify if a program is not doing what is claiming to do. (not getting into details, there are way to limit the damage and heuristics, but the main idea is that a trojan is a program that the user is running because he/she doesn't know any better).

      Actually the big part of the problem is running programs from random sites on the internet, Linux for example has the advantage that most of the programs come from well vetted sources not from random sites that can be also be subject to phishing.

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    7. Re:Trojan for Mac had to appear some day... by ls671 · · Score: 2, Insightful

      So how does Mac "detects" it ?

      Does Mac have a built-in anti-virus or do they rely on something simpler like checksums or something like that ?

      Anyway, as said in TFA, I guess all MAC users should install anti-virus software. I use clam on Linux although I run no daemon process. I only scan emails or other very suspicious downloaded files and I run a full scan every week during the night. I also rely on common sense and digital signature when I download/install software.

      --
      Everything I write is lies, read between the lines.
    8. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 0, Insightful

      That sound you are hearing is not a Mac user. It is the sound of air currents swirling in a torrent between your ears.

      Seriously, what does "I would bet this isn't the first one" mean to you?

    9. Re:Trojan for Mac had to appear some day... by cbhacking · · Score: 5, Informative

      Part of writing serious malware, the sort that uses shellcodes and relies upon particular calling conventions and memory layouts, is very platform-specific. That kind of thing has to be learned anew for every platform one wants to target, often including different architectures of a given OS.

      Trojans, on the other hand, are literally nothing other than programs that the user doesn't realize he is installing. They may attempt to hide themselves using platform-specific tricks, but at the end of the day, it's a program written like any other. OS X may emphasize Objective-C and de-emphasize its UNIX underpinnings for many things, but at the end of the day it uses a POSIX API very similar to the one found in Linux.

      Hell, I've written software for the POSIX subsystem of NT on x86, and successfully ported it to Linux on ARM, with fewer than one #ifdef per KLOC. I strongly suspect that OS X is a lot closer to Linux than SUA (Microsoft's NT Subsystem for UNIX Applications) is to Linux, yet it wasn't hard at all. It wasn't malware, but if I'd wanted to I could have invisibly slipped it into an installer for some other program and then it would have been a trojan.

      --
      There's no place I could be, since I've found Serenity...
    10. Re:Trojan for Mac had to appear some day... by Low+Ranked+Craig · · Score: 4, Informative

      Trojans for Macs are really no different than any other OS. It just takes a bit of social engineering or something like that, because a trojan, unlike a virus, requires the user to install it. When you install something on a Mac (and windows depending on your settings) you need to type in a password and specifically give permissions to do so. Mac trojans and assorted malware have been around for awhile. What I'm not aware of are any successful Mac OS viruses in the wild, i.e. a "drive-by" infection: getting infected simply by opening an e-mail or a web page.

      --
      I still cannot find the droids I am looking for...
    11. Re:Trojan for Mac had to appear some day... by ls671 · · Score: 3, Funny

      > I think you don't know what a trojan is....

      I think you do not know who you are talking to ;-)

      More seriously, I agree with what you say although. The best way that I know of to protect against trojans is to verify digital signature as I posted here:

      http://apple.slashdot.org/comments.pl?sid=1691914&cid=32627744

      Then again, the line is slim between installing a trojan because you think it is iPhoto and installing a program because you are misguided into clicking onto something while browsing the web.

      In modern times, the distinction between trojan, virus and spywarre and what not is harder to make. The iPhoto trojan is basically a rootkit. It doesn't matter if you get that rootkit installed by making the user believing he is installing iPhoto or by exploiting something else in the OS, you still end up with a rootkit installed on a remote machine.

      As a matter of fact, the hackers will probably find another way to install their rootkit if they haven't already found one. Security is a global topic, punctually plugins holes isn't the way to go although it is required sometimes. Punctually plugging holes is part of a good security policy but it is no policy in itself.

      --
      Everything I write is lies, read between the lines.
    12. Re:Trojan for Mac had to appear some day... by at_slashdot · · Score: 1

      "It doesn't matter if you get that rootkit installed by making the user believing he is installing iPhoto or by exploiting something else in the OS, you still end up with a rootkit installed on a remote machine."

      It does matter how the stuff gets installed, it matters if malware gets installed only by browsing a site that has a malicious ad that distributes malware, or the "hacker" needs to convince the user to install a fake iPhoto program. Just like it matters how you get a disease, by having sex or by drinking water, a disease is still a disease, but it matters a lot how it spreads. Wearing condoms won't protect you against water-related diseases.

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    13. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 0

      They can search for strings inside executables easily using indexing. That's probably what they do, with some fancy scripts upon detection.

      My guess.

    14. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 0

      So how does Mac "detects" it ?

      RTF 2nd Link

    15. Re:Trojan for Mac had to appear some day... by grcumb · · Score: 2

      OSX is based on UNIX (and is a certified UNIX OS) Linux is Not UNIX and although compatible is quite different to OSX

      Slightly OT, but amusing:

      Linux Is Not UniX ia a (near-perfect) recursive acronym.

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    16. Re:Trojan for Mac had to appear some day... by ls671 · · Score: 1

      Well, you should have mentioned digital signatures anyway. "Well vetted sources" means nothing.

      I have no time to argue further whether "how it is installed' matters more than the end result.

      --
      Everything I write is lies, read between the lines.
    17. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 5, Funny

      Sir, you're never going to get modded up here if you continue to insist on posting clear, intelligent and rational comments that actually discuss the issues involved, backed up by your personal knowledge and experience.

    18. Re:Trojan for Mac had to appear some day... by at_slashdot · · Score: 2, Funny

      I also lack time to discuss every time I cannot come up with good arguments for my position :)

      --
      "It is our choices, Harry, that show what we truly are, far more than our abilities." -- Prof. Dumbledore
    19. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 2, Funny

      But does he weigh as much as a duck?!?!

    20. Re:Trojan for Mac had to appear some day... by bertoelcon · · Score: 4, Funny

      Wearing condoms won't protect you against water-related diseases.

      That depends on where you wear the condom.

      --
      Anything can be found funny, from a certain point of view.
    21. Re:Trojan for Mac had to appear some day... by ls671 · · Score: 1

      I also lack time to discuss every time I cannot come up with good arguments for my position :)

      Not me, only when the argument list is too long for both side and that arguing would be futile because the viewpoints are too closely interrelated.

      Anyway, my point was that a malware can have several means to install itself. So, that rootkit, which is according to you a trojan, would become a virus if it could exploit a hole in one of the daemon running as root to install itself without user intervention. Once installed, the way to detect it and remove it would be sensibly the same although.

      --
      Everything I write is lies, read between the lines.
    22. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 0

      Mac trojans and assorted malware have been around for awhile. What I'm not aware of are any successful Mac OS viruses in the wild, i.e. a "drive-by" infection: getting infected simply by opening an e-mail or a web page.

      Given the ubiquity of little applets that are used on platforms like OSX and Windows in order to view various types of web data, and all the little business like Bonjour that a lot of people are unaware of but install because they feel safe with a Mac, it might be something of a distinction without a difference for most users.

      It used to be that for an app to be installed, you had to very purposely run an install app. That's not so much the case any more. There's a whole lot of crap that comes from well-known software companies that acts just like a trojan, from app updaters (Adobe!) to the various gizmos and gadgets that get installed along with recent games. People become very accustomed to shrugging it off and just going ahead and installing these things. At least with Windows, we know that we've got to pay attention. A lot of Mac users feel like they're bullet-proof. I can't tell you how many times I've heard Mac users say that "there's no way I can get malware". That's a dangerous misunderstanding of the reasons there haven't been many viruses for the Mac.

      Of course, I'm not talking about sophisticated readers of Slashdot, but you're average metrosexual unemployed barrista, who sits with his Macbook in the coffee shop even after he lost the job because that's where all of his friends are. Not to generalize, of course.

    23. Re:Trojan for Mac had to appear some day... by squidinkcalligraphy · · Score: 2, Funny

      You might even say backronym

      --
      "I think it would be a good idea" Gandhi, on Western Civilisation
    24. Re:Trojan for Mac had to appear some day... by meerling · · Score: 1

      Trojan: A program the is presented as one thing when in reality it is another.
        For example, You download and install the new freeware game Tetris-Extreme, expecting to play some version of Tetris when you run it, it instead deletes all your picture files, and changes all document files to read "HAHA! FOOLED YOU!".
      The name is derived from the legendary Trojan Horse.

      These have been around since the early days when someone wrote a script file to delete your hard drive and named it readme.

      Technically, a trojan doesn't even need programming skill, just the ability to trick people.

    25. Re:Trojan for Mac had to appear some day... by CeruleanDragon · · Score: 1

      Wearing condoms won't protect you against water-related diseases.

      That depends on where you wear the condom.

      And how big the condom is.

      --
      ad astra per alia porci
    26. Re:Trojan for Mac had to appear some day... by Smallpond · · Score: 1

      Mac trojans and assorted malware have been around for awhile. What I'm not aware of are any successful Mac OS viruses in the wild, i.e. a "drive-by" infection: getting infected simply by opening an e-mail or a web page.

      Given the ubiquity of little applets that are used on platforms like OSX and Windows in order to view various types of web data, and all the little business like Bonjour that a lot of people are unaware of but install because they feel safe with a Mac, it might be something of a distinction without a difference for most users.

      What's insecure about Bonjour? It just advertises that services exist, it doesn't grant access to them. At most it saves an attacker the 5 seconds needed to do a portscan.

    27. Re:Trojan for Mac had to appear some day... by GigaHurtsMyRobot · · Score: 1
      although what?

      /haha

    28. Re:Trojan for Mac had to appear some day... by FormOfActionBanana · · Score: 0, Redundant

      ditto.

      --
      Take off every 'sig' !!
    29. Re:Trojan for Mac had to appear some day... by Anonymous Coward · · Score: 0

      Depends if your using water or oil based lube

    30. Re:Trojan for Mac had to appear some day... by UnknowingFool · · Score: 1

      One limitation on Trojan effectiveness unlike a virus is related to the user rights. Trojans on OS X like other Unix/Linux based systems run only with the same rights as the user. If the user has low level privileges, then the Trojan is limited. In order for the Trojan to do serious damage, it must somehow take advantage of a privilege escalation flaw or the user or the user must have administrative rights.

      --
      Well, there's spam egg sausage and spam, that's not got much spam in it.
    31. Re:Trojan for Mac had to appear some day... by prockcore · · Score: 1

      . When you install something on a Mac (and windows depending on your settings) you need to type in a password and specifically give permissions to do so.

      Most mac users don't. They have write access to everything in /Applications by default. They just drag the program into the Applications folder. If the program then decides to replace iTunes with a backdoor or whatever, it can without the user's knowledge.

    32. Re:Trojan for Mac had to appear some day... by cheese_wallet · · Score: 1

      I switched to Mac last year, and it's mostly been a good experience. However, one of the things that really bugs the snot out of me is that nearly every application you download and install wants to be put in the /Applications folder. This by itself wouldn't be a problem except Apple makes you authenticate to elevated privileged to put anything in there.

      A lot of apps you simply drag them to the /Applications folder (which is included as a shortcut/symlink in the image you download), but many apps use an Installer.

      Having to authenticate to install an app is the normal mode of operation on Mac. So your average everyday mac user is just going to click OK and authenticate without thinking twice anytime that authentication dialog pops up. The dialog could say, "This application needs to authenticate in order to convert the bytes on your drive to 0x0", and people would still click "Authenticate" and happily type in their password.

      It would be simple to write a trojan that mimics the installer app, reporting back the user's password or installing a key logger.

  2. Let's get this out of the way, shall we? by Anonymous Coward · · Score: 0

    Apple gets malwareses? That's unpossible!

    1. Re:Let's get this out of the way, shall we? by Cwix · · Score: 5, Funny

      I know.. this is Bill Gates and Linus Trovalds secret plot to make Apple look bad. Theres no such thing as mac malware, Steve Jobs would never allow it. He has out best interests at heart.. right.. RIGHT?!?!
      Anyways even if there was mac malware, They would be forthcoming, and quit claiming to be malware free... I mean they would never lie or mislead us right.. RIGHT!?!?

      Disclaimer to the mac fanbois, if you cant take a joke, don't bother replying.

      --
      You are entitled to your own opinions, not your own facts.
    2. Re:Let's get this out of the way, shall we? by Anonymous Coward · · Score: 0

      Ever heard about "irony"?

    3. Re:Let's get this out of the way, shall we? by logjon · · Score: 1, Informative

      My Windows box is perfectly safe because I'm not a moron.

      --
      The stories and info posted here are artistic works of fiction and falsehood.
      Only fools would take it as fact.
    4. Re:Let's get this out of the way, shall we? by phoenix321 · · Score: 1, Insightful

      What would you choose?

      "Unsinkable" modern passenger ship with no lifeboats or worn African ferryboat with more lifeboats than seats?

    5. Re:Let's get this out of the way, shall we? by hairyfeet · · Score: 5, Insightful

      Actually funny you should say that, as I would say that most Windows users would be safer as they know there is malware for Windows and thus are more likely to have AV and Antimal. I had to clean up a few Macs infected with the "Mac Codec" DNSChanger awhile back, and I literally had to take them to a security site and show them a security report saying "This is Mac malware" because they completely refused to believe it was possible for a Mac to get malware, because that was what they had been told so often. One even got irate with me because "WTF is the point of spending all this money buying a Mac and a bunch of new stuff to go with it if I can still get infected!!!". I told him to go take it up with the guys at the Genius Bar, because I just fix boxes.

      So I would say, especially with Windows 7 where there are features like ASLR, NX bit, and Windows Defender by default, that Windows users are probably safer because they know of the dangers out there. Many Mac users think they can run whatever they want and do anything because "Macs can't get bugs" and are therefor less likely to have good safety practices like have an AV or worry about updates. BTW all the guys that hope for a "Year of the Linux Desktop"? Guess what inevitably comes with clueless users? Can you say malware and headaches boys and girls? Believe me, I tried converting a "must click on teh pron!" Windows user to Linux once, he managed to break the OS in just three days. No matter the OS, stupid is as stupid does.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    6. Re:Let's get this out of the way, shall we? by arbiter1 · · Score: 0

      IF apple pushed this update in secret, makes you wonder over the years WHAT ELSE they have pushed in secret for other flaw's

    7. Re:Let's get this out of the way, shall we? by Anonymous Coward · · Score: 0

      I'd prefer flying.

      At least I'll get where I'm going much quicker.

      But really, you're giving an example of a textbook "false choice" as nobody is going to build a modern passenger ship without lifeboats and no African ferryboat is going to bother with lifeboats anyway.

      Even the Titanic, the canonical example of "unsinkable" actually had lifeboats, and could have carried more than enough to match its passenger capacity, but well...they chose not to use them.

      Then again, they chose not to load the lifeboats they did have to capacity anyway, so...

    8. Re:Let's get this out of the way, shall we? by LordLimecat · · Score: 1

      So youre saying security updates are the lifeboats, and we can judge the security of a program by how many security updates per unit time it has?

      thats real good advice, Ill keep that in mind.

    9. Re:Let's get this out of the way, shall we? by LordLimecat · · Score: 1

      and thus are more likely to have AV and Antimal.

      Ive never understood this. Can anyone explain why there is a significant difference between virus and malware, and why anyone would recommend 2 security programs running simultaneously? Doesnt this run dangerously close to the "2 antiviruses will wreck your machine" line?

      Really just sounds like an attempt by security vendors to convince you to pay twice TBQH, last time i checked most of the free AVs made it clear they cover viruses, trojans, worms, malware, etc.

    10. Re:Let's get this out of the way, shall we? by aedan · · Score: 3, Funny

      Yes, it's like coppery.

    11. Re:Let's get this out of the way, shall we? by Bungie · · Score: 4, Insightful

      If you're just starting to wonder now then you're gonna be in for a shock. Apple has never been a really transparent company about what they do, and they've always just pushed and bundled things however they like.

      --
      The clash of honour calls, to stand when others fall.
    12. Re:Let's get this out of the way, shall we? by Cheech+Wizard · · Score: 1

      Golly, Apple is the only company out there that has pushed an update "...in secret...", so let's bash Apple. Tee hee heee!

    13. Re:Let's get this out of the way, shall we? by gilesjuk · · Score: 1, Interesting

      The difference with Windows to OSX is Windows has a lot of backward compatibility with older software that weakens it. Renaming an installer to a specific filename defeated the protection in Vista.

      To to mention autorun from USB sticks and other braindead convenience features (which are being removed or have been).

      Security in OSX is mostly based around sound Unix principles. There's no awful backward compatibility in the Unix underpinnings.

    14. Re:Let's get this out of the way, shall we? by luther349 · · Score: 0

      yea i get that question in linux help irc all the time can linux get infected and they abought die when i say yes. but then i enplane its alot harder to infect linux do it its very secure nature. as apple just did when a trojen etc come out you can update the os agenst it. you cant do that with windows. as you said many users think it just cant happon and its untrue.

    15. Re:Let's get this out of the way, shall we? by Anonymous Coward · · Score: 0

      Actually, windows users have been proven more gullible when it comes to malware, where Linux and Apple users were far less likely to be bilked by such. When it comes to trojans, unless the AV knows exactly what it's looking for, your pretty much screwed. In this case, millions of gullible Windows users = Huge Security Hole.

    16. Re:Let's get this out of the way, shall we? by Bungie · · Score: 4, Informative

      Can anyone explain why there is a significant difference between virus and malware,

      A virus attaches it's code to programs and spreads itself to others when you run an infected execuable on a system. Viruses are pretty much old school and are easy to detect because they modify the code of executables. They also can't infect programs outside of the priviledge level of the infected software and also cannot do a lot of crazy things outside of the user's access level. They are pretty much old school and are not very profitable, just destructive or annoying.

      Malware spreads through an exploit vector or social engineering. It installs software and drivers to the system which it attempts to hide through various tricks and obscure OS functionality. Malware can often have a rootkit driver which make them invisible or impossible to remove when booted normally. Malware is designed to make a profit too (like making your machine send spam, logging passwords or other info, popping up ads...).

      The reason for the two different levels of software is because malware initially was difficult for vendors to define. Some software for example, presents it's negative aspects in the EULA and it's assumed to be valid software if you install it. Who's to say that WGA isn't spyware or any software that reports activities back to a central server? Malware is also hard to detect heuristically and antimalware apps instead rely on lists of file/registry locations and hashes.

      But the two AV programs shouldn't be an issue because they do their blocking and checking at different points. Antivirus needs filter drivers so it can scan files for attached virus code or activity. Antimalware just needs to periodically scan a set of locations and ensure no malware is there. But yeah, most of them can be integrated pretty easily and it makes sense.

      --
      The clash of honour calls, to stand when others fall.
    17. Re:Let's get this out of the way, shall we? by JohnBailey · · Score: 2, Interesting

      Classic case of PR over practicality.

      We don't need as many lifeboats because the ship can't possibly sink. Just put em on to keep the officials happy.

      And as the ship is unsinkable, no lifeboat drills.

      Oh.. and a few lower grade rivets will be fine, cos' the ship is unsinkable remember... No harm saving a few quid eh?

      Of course, a PR driven product couldn't exist like that today, because so many technical people would point out the flaws, and the company wouldn't get away with it. Right?

      --
      It is difficult to get a man to understand something when his job depends on not understanding it.
    18. Re:Let's get this out of the way, shall we? by BarlowBrad · · Score: 1

      Windows users are probably safer because they know of the dangers out there

      Not necessarily. I believed the same thing until I married my (non-tech savvy) wife three months ago. After we got married and she started using my computer I found it started to slow down... because of malware. I never used AV protection before because it seemed to slow down my PC more than the malware would. But I didn't realize just how clueless she was until I saw her clicking on the images of the "Close X" to close a pop-up (that somehow got past Firefox... because she disabled the pop-up blocking and no-script), and the click-through took her to a site that supposedly sped up computers, but I'm pretty sure would only slow them down. Now I'm faced with trying to figure out a way to keep my computer fast and I'm not sure which way to go...

    19. Re:Let's get this out of the way, shall we? by couchslug · · Score: 1

      ""Unsinkable" modern passenger ship with no lifeboats or worn African ferryboat with more lifeboats than seats?"

      ++ for marine analogy. (A chubby is sprung forthwith!)

      I'll go for an Open Source Coast Guard cutter that is fully equipped but requires I become a crewman instead of a passenger.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
    20. Re:Let's get this out of the way, shall we? by Nursie · · Score: 2, Informative

      Golly, other companies have done this before so it must be ok for apple to do it too, and anyone that criticises them must just be a hater. tee hee hee

      You're a tool.

    21. Re:Let's get this out of the way, shall we? by hairyfeet · · Score: 2, Interesting

      Allow your old PC repair pal Hairyfeet to help you out there bud. What you want is a combination approach, using Comodo AV and Comodo Time Machine. Comodo AV, with full firewall, only uses around 19Mb of RAM and less than 1% CPU when not running a scheduled scan, and Comodo Time Machine allows you to "go back" and remove any malware she is clueless enough to ignore the warnings and install anyway. I have customers and relatives that can fill a PC with more viruses than a Bangkok Whore, and Comodo has kept them squeaky clean.

      One word of warning though: Comodo Time machine will NOT work on a dual boot that includes Windows 7 in any location but the C: drive, due to the fact that Win7 changes everything to C: even if you install it in another location like D:. It won't screw anything up if you try it, it just won't work. But for a single boot, a dual boot with a non Win7 OS, or a dual boot with Win7 on the C: drive, Comodo AV + time machine is a life saver! Believe me, I know where you are coming from, my GF lives 126 miles away and having to repair her PC when she screwed it up was a pain. Thanks to Comodo time machine when she screws something up bad I can walk her through having her OS back to normal in under 15 minutes. And Comodo AV keeps the bugs away, as I had her bring it down just a couple of weeks ago to give it a checkup and all was good.

      Both are 100% free, work on X86 and X64, and Comodo AV even has a sandbox built in that will automatically run installers and new apps in the sandbox if you desire, and you can have it run any app at any time sandboxed. You can even tell it to run her FF sandboxed and she'll never know the difference. Trust me, Hairyfeet is good, Hairyfeet is wise ;-)

      --
      ACs don't waste your time replying, your posts are never seen by me.
    22. Re:Let's get this out of the way, shall we? by Windwraith · · Score: 1

      My dear friend, every time Microsoft makes a secret/undocumented/shady update, there is a massive uproar in Slashdot...And I recall reading similar stories about other companies recently, and the comments are way harsher than in here.
      Because it's an Apple-related thing, I think commenters are even going soft on them to avoid the Rage of the Fanboi.

    23. Re:Let's get this out of the way, shall we? by squiggly12 · · Score: 1

      I must look into this Comodo you are talking about.

    24. Re:Let's get this out of the way, shall we? by tobiah · · Score: 1

      Exactly, Windows XP could actually be very secure but that would break a lot of big-name programs that were written so they can't run without administrative privileges. So the default settings of a typical Windows install is rather insecure. Windows 7 and server versions are much more secure, but it can be painful and de-securing getting things to run.

      --
      "The ability to delude yourself may be an important survival tool" - Jane Wagner -
    25. Re:Let's get this out of the way, shall we? by ridgecritter · · Score: 1

      Get her her own computer. Do the best you can vis a vis protective software, and resign yourself to having to do periodic maintenance/resurrection on her machine. Discuss with her and persuade her to do nothing important (e.g., online banking, billpay, etc.) on her computer, but only on yours, on which you maintain all the protective stuff and protocols you can. It is possible she will learn over time what's happening and why she needs to not do what she now does. It's also possible she won't. Your marriage is way more important, prioritize that at the top and make the computer issues conform to that.

    26. Re:Let's get this out of the way, shall we? by CAIMLAS · · Score: 2, Interesting

      Well, I've run into several covert Apple "pushes" in the (thankfully) short period of time I've had to deal with their cobbled system. I seem to recall two stealth pushes of Java in particular which broke the platform we were using: anyone watching upstream would see security issues being discovered (and fixed), but Apple made no such disclosure and just installed them. That's really nice on a server. (Microsoft, you're an ass for doing same with 'new' packages like the latest version of IE, even when SUS has things set to require authentication prior to install.)

      Note: OS X itself isn't bad, from a design perspective. Neither are the BSDs. It's the user utility/ability in being able to control the platform once you've got it (without painful regressions, downtime, etc.).

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    27. Re:Let's get this out of the way, shall we? by atomicstrawberry · · Score: 1

      "Antimalware" generally speaking is the term the industry has come up with to describe solutions that bundle Antivirus and Antispyware into a single package, rather than having them run separately. Generally if you're running an Antimalware product that should be all you need.

    28. Re:Let's get this out of the way, shall we? by uglyduckling · · Score: 1

      They didn't "push" it in secret, it's a large update with lots of things included. It's a pull that customers choose to install. Usually they document everything in a security update, they neglected to in this one, probably the page will be updated in a couple of days.

    29. Re:Let's get this out of the way, shall we? by uglyduckling · · Score: 2, Informative

      Apple Menu -> System Preferences -> Software Updates -> Uncheck "check for updates" box. BTW, Software Updates are _never_ pushed on OSX, there isn't even an auto install option, unlike Windows.

    30. Re:Let's get this out of the way, shall we? by phoenix321 · · Score: 1

      I want a system, where the unthinkable - if it happens - is prepared for. And if that happens, I want system owners/vendors/operators to admit it.

      Hiding security patches does the opposite: even those technical people reading the release notes will be unaware that a danger exists or existed. They can take no countermeasures or prepare themselves - which they must, as now seems to be the time when Macs become so close to the mainstream that malware writers start to put their sights on them.

      (My GP was modded overrated 3 times now, so that tells me I've hit a weak spot with the zealots, so they like to slip past meta-moderation)

    31. Re:Let's get this out of the way, shall we? by Kalriath · · Score: 1

      Are you absolutely certain of that? Also, can you speak for Mac OS X Server?

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    32. Re:Let's get this out of the way, shall we? by s4ltyd0g · · Score: 1

      It has happend to me with Microsoft and Sony and with Apple in the past. I stopped using their update services because they are not trustworthy.

      I'd rather take my chances with the wild and woolly Internet than except downloads from suppliers that abuse my trust in them.

      regards

    33. Re:Let's get this out of the way, shall we? by drinkypoo · · Score: 1

      Ive never understood this. Can anyone explain why there is a significant difference between virus and malware, and why anyone would recommend 2 security programs running simultaneously? Doesnt this run dangerously close to the "2 antiviruses will wreck your machine" line?

      Take a look at what Spybot S&D does by way of example. It has an "immunization" feature that tweaks registry and browser settings to try to prevent you from being compromised in the first place. Then it has a scan system which not only looks at files (I agree that if it finds anything in this way, your antivirus program has failed) but also at registry settings and the like, which is somewhat out of the scope of the average antivirus program (which probably SHOULD be monitoring all registry access, which regmon proves can be done with acceptable overhead.) But Spybot also reports on programs the user has chosen to install which are spying on them, but which might actually be installed on purpose by someone sometime (like Bonzi Buddy was) so that's a whole class of malware from which Antivirus software can't effectively protect you.

      Ideally these functions would all be handled by separate tools integrated with a single GUI, so that only as much of the protection system would be running at any given time as necessary. I guess we're halfway there so far.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    34. Re:Let's get this out of the way, shall we? by gooneybird · · Score: 1

      Actually, Steve Jobs probably would allow malware, if someone paid Apple for those rights. He has shown as much contempt for Apple end-users as Bill Gates has for Windows end-users. The difference between the two is that in Apple's case Apple controls the machine and the user's experience, In Window's case Microsoft doesn't give a crap about the quality of their software so they leave it to the end-user to decide who controls their machine - either the malware writer's or themselves.

      Personally If I had to choose to live in a world only with Microsoft and Apple, I would choose Microsoft because at least with them, I have the freedom to choose. With Apple there is no choice - it's their rules, or the highway.

      I use Linux when I can, and Microsoft when I have to. And will start using stone tablets before I ever use or develop for any Apple product. You can "take them words" all the way to Bill Gates' bank accounts...

    35. Re:Let's get this out of the way, shall we? by BarlowBrad · · Score: 1

      That is so awesome, I am currently backing up my system to reinstall Windows, so it will be great to get this on there to start with... thanks Hairyfeet!

    36. Re:Let's get this out of the way, shall we? by Anonymous Coward · · Score: 0

      Apple Menu -> System Preferences -> Software Updates -> Uncheck "check for updates" box. BTW, Software Updates are _never_ pushed on OSX, there isn't even an auto install option, unlike Windows.

      More importantly, there isn't an auto restart after the auto install.

    37. Re:Let's get this out of the way, shall we? by RazorSharp · · Score: 1

      Oh King Nerd, I don't deserve to be in your almighty presence, much less use the same OS as you! It's you against the stupid world! You better lock your basement from the inside so the general stupidity of the world can't interfere with your omniscient productivity.

      --
      "From the depths of my skeptical and rationalist soul, I ask the Lord to protect me from California touchie-feeliedom."
    38. Re:Let's get this out of the way, shall we? by Idiomatick · · Score: 1

      "there isn't even an auto install option, unlike Windows."

      I love that mac users point out missing options with pride. Like the lack of the option is a feature. And I think Parent was referring to 'trojan' security patches... he patches one thing through Mac updater and something else he didn't want comes in.

    39. Re:Let's get this out of the way, shall we? by Idiomatick · · Score: 1

      Buy her her own computer and have a clean version to reset it too when she fucks it up too much. Sharing a computer with a non-tech person would probably hurt the relationship more than a few hundred dollars to get another one.

    40. Re:Let's get this out of the way, shall we? by uglyduckling · · Score: 1

      I wasn't pointing it out in "pride". The GP claimed that Apple had "pushed" an install, I was pointing out that this is, in fact, not possible with Mac OS. You can decide whether this is a good or bad thing, but the parent's story is demonstrably false - or at least wildly inaccurate.

    41. Re:Let's get this out of the way, shall we? by hairyfeet · · Score: 1

      Glad to help, as I tell my customers I do my damnedest to make it so they won't need me except for new hardware upgrades or new PCs. If it is a new install might I suggest another couple of additions to make your life easier? I'd add Winutilities Pro Free which thanks to that link is not only free but comes with free updates, and allows you to easily automate HDD and reg defrags, reg cleaning, shortcut cleaning, basically gets rid of the cruft that builds up in Windows over time. And I would go to Ninite on first boot, which gives you a web based unattended installation of most of the popular apps, like Flash, FF, and .NET, along with media players like iTunes and IMs. Really cuts down on the time it takes to get a desktop up and running.

      So there you have it. You use the above links with the earlier Comodo links I gave, and you'll have your desktop up and running in no time at all.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    42. Re:Let's get this out of the way, shall we? by exomondo · · Score: 1

      I'd prefer flying.

      I'm linux.

    43. Re:Let's get this out of the way, shall we? by exomondo · · Score: 1

      Now I'm faced with trying to figure out a way to keep my computer fast and I'm not sure which way to go...

      User accounts?

    44. Re:Let's get this out of the way, shall we? by intheshelter · · Score: 1

      Contempt for Apple end-users? Oh bullshit. They have taken a path that you might not approve of, or don't understand, but overall they have a great, solid platform. Wrapping your BS argument in the flag of "freedom" is pathetically misleading.

    45. Re:Let's get this out of the way, shall we? by VGPowerlord · · Score: 1

      and then someone went and installed iCeburg onto it...

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  3. If they're trying to keep it secret by spleen_blender · · Score: 1

    Why is the information publicly available? Why would most generic Mac users care to seek it on their own? Should Apple shove it in their face?

    1. Re:If they're trying to keep it secret by MokuMokuRyoushi · · Score: 0

      Its secret because, believe it or not, many people go their whole lives without visiting tech sites, or caring about the malware they weren't told about. Security through obscurity, or something like that...

      --
      Humans are terrible replicators of Godly things.
    2. Re:If they're trying to keep it secret by Facegarden · · Score: 5, Insightful

      Why is the information publicly available? Why would most generic Mac users care to seek it on their own? Should Apple shove it in their face?

      I would hardly call release notes for a bugfix "shoving it in their face."

      It makes a lot of sense to say what you fixed in a bugfix, so people clearly know if a system needs a bugfix, or is safe.

      Hiding it makes a lot of sense if you don't want to look bad, but is unhelpful to users who want to know if they need to update their systems or if it can wait.

      This is probably more of an issue for enterprise users, and in that case their are fewer macs for sure, but its a good practice to be honest about what you're fixing, and covering that up is dishonest.
      -Taylor

      --
      Worldwide Military budgets: $2100 billion. Worldwide Space Exploration budgets: $38 billion. Really, world? Really?
    3. Re:If they're trying to keep it secret by sindarta · · Score: 5, Funny

      many people go their whole lives without visiting tech sites

      They don't? What an unintresting life they must lead with their travels and friends and social life. Repulsive.

    4. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 1, Informative

      Why is the information publicly available? Why would most generic Mac users care to seek it on their own? Should Apple shove it in their face?

      If you RTFA you will see that it is only publically available thanks to security software maker Sophos, who dissected the update and found the code. This is not coming from Apple in any way, as you seem to imply, they won't even confirm or comment on it.

      From TFA:

      Sophos senior technology consultant Graham Cluley, in a Friday blog post, asserts that Apple quietly patched the Mac's malware protection to thwart a backdoor Trojan horse that could allow hackers to control an iMac or MacBook remotely. Apple's OS X 10.6.4 upgrade secretly patched XProtect.plist, a file that contains "elementary signatures of a handful of Mac threats - to detect what they call HellRTS," Cluley writes. Malicious hackers have been disguising HellRTS as iPhoto, the Mac's photo-editing program.

    5. Re:If they're trying to keep it secret by logjon · · Score: 0

      Can't tell whether your parent went over your head or if you're just building a piss-poor straw man.

      --
      The stories and info posted here are artistic works of fiction and falsehood.
      Only fools would take it as fact.
    6. Re:If they're trying to keep it secret by phantomfive · · Score: 5, Interesting

      Hiding it makes a lot of sense if you don't want to look bad,

      It's really hard for me to believe that's the reason they did it, given the number of ugly things they did announce, including a few bugs that give complete control of the computer just by opening a web page. They could have added a line about updating malware signatures, and if they worded it right, avoided the bad press (I mean, it's not like it's the first time there has been a trojan for OSX).

      It is more likely that the internal communication processes at Apple got mixed up, and the people in charge of updating the malware signatures haven't gotten in contact with the people in charge of writing the release notes. I don't think that is an uncommon thing in large (and even small) companies.

      --
      Qxe4
    7. Re:If they're trying to keep it secret by MokuMokuRyoushi · · Score: 3, Funny

      Can't tell whether your parent went over your head or if you're just building a piss-poor straw man.

      Ahem...

      --
      Humans are terrible replicators of Godly things.
    8. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      Why is the information publicly available? Why would most generic Mac users care to seek it on their own? Should Apple shove it in their face?

      I would hardly call release notes for a bugfix "shoving it in their face."

      There is no bugfix - there isn't even a bug.

    9. Re:If they're trying to keep it secret by Tom · · Score: 0

      Hiding it makes a lot of sense if you don't want to look bad, but is unhelpful to users who want to know if they need to update their systems or if it can wait.

      I think you run too much windos. The only reason I've ever hesitated installing an OS X update right away was when it required a restart and I had something running I didn't want to interrupt. I've never seen an update break anything. I shake my head when I hear the windos admins at the company test a bugfix update. Why'd the need to do that? Isn't that what the vendor is supposed to do before sending it out?

      --
      Assorted stuff I do sometimes: Lemuria.org
    10. Re:If they're trying to keep it secret by Facegarden · · Score: 4, Insightful

      Hiding it makes a lot of sense if you don't want to look bad, but is unhelpful to users who want to know if they need to update their systems or if it can wait.

      I think you run too much windos. The only reason I've ever hesitated installing an OS X update right away was when it required a restart and I had something running I didn't want to interrupt. I've never seen an update break anything. I shake my head when I hear the windos admins at the company test a bugfix update. Why'd the need to do that? Isn't that what the vendor is supposed to do before sending it out?

      I think you run too much Mac.

      Vendors are supposed to test their updates before sending it out, but who knows if their tests were comprehensive? The best way to see if an update will work with your specific combination of hardware and software is to test it on your hardware and software. Are you using a custom app written in-house? Did your programmer rely on an outdated program interface that finally got phased out in this update? The vendor may have given plenty of warning that they were going to phase out that interface, but your programmer may have missed that, or been an idiot. In that case, the vendor *DID* test and considered it functional, but it could still break stuff.

      Or the vendor thought they tested it, but screwed that up. Are you willing to trust them to always get it right 100% of the time?

      Your cuddly image of Mac computers always working is great, but *NO* system is infallible, and if you have 1000 computers and you can't afford to have them all stop working on you, you have to test *EVERY* upgrade. That's just common sense.
      -Taylor

      --
      Worldwide Military budgets: $2100 billion. Worldwide Space Exploration budgets: $38 billion. Really, world? Really?
    11. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      Why is the information publicly available? Why would most generic Mac users care to seek it on their own? Should Apple shove it in their face?

      If you RTFA you will see that it is only publically available thanks to security software maker Sophos, who dissected the update and found the code.

      By "code" you mean "XML".

    12. Re:If they're trying to keep it secret by Ash-Fox · · Score: 4, Informative

      I've never seen an update break anything.

      You obviously haven't used many Macs for a long period of time - I can recall numerous events where java updates broke things with a simple scorch game on OS X - to the point I had to put stupid warnings on the site. I can recall when my network uPnP was borked by a security update from Apple, I can recall the numerous daemons being broken in various OS X server updates too.

      My anecdotal 'evidence' is based on years of experience over a wide variety and vast amount of Macs.

      I shake my head when I hear the windos admins at the company test a bugfix update.

      Because making sure things don't break is obviously stupid of IT.

      Isn't that what the vendor is supposed to do before sending it out?

      The vendor didn't test the fix in your environment, they tested it in theirs.

      --
      Change is certain; progress is not obligatory.
    13. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      but when they do, they visit dosequis.com

    14. Re:If they're trying to keep it secret by Ash-Fox · · Score: 1

      There is no bugfix - there isn't even a bug.

      They're fixing a "feature"!

      --
      Change is certain; progress is not obligatory.
    15. Re:If they're trying to keep it secret by Ash-Fox · · Score: 1

      It's nice to know there are people like you out there who are so full of hatred for Apple.

      Yeah, hating Apple is soooo last year!

      --
      Change is certain; progress is not obligatory.
    16. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      So, if you run one machine in your home you should wait for the update to be tested by whom?

      I think you run too much Windoze toos. Can you name the last time an incremental update on a Mac has ever rendered your software un-useable or irreversible? Never had the problem here. But I'm sure that you have heard horror stories or can tell your own.

      Your typical Windoze sys-admin mentality is why many enterprise businesses are still running antiquated software. FUD and horror. That and what do they need you for when a kid out of college can suddenly manage most of your job? Perhaps they find some real work for you to do or they let you go...

    17. Re:If they're trying to keep it secret by CAIMLAS · · Score: 1

      That's hardly comforting. OK: so they didn't try to deceive customers in this scenario. They're just incompetent.

      Not announcing something this significant in an update (ie as part of the changelog, whatever) is incompetence/negligence or malice. Really, how hard is it to document a simple change like this?

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    18. Re:If they're trying to keep it secret by phantomfive · · Score: 1

      Not announcing something this significant in an update

      Uh....do you even understand what the update was? It really isn't that significant, actually.

      --
      Qxe4
    19. Re:If they're trying to keep it secret by Johnny+Mnemonic · · Score: 2, Informative


      I've never seen an update break anything.

      iTunes 2.0 erased partitions due to a nasty directory expansion bug. I wasn't bit by this, but I would have been if I downloaded the update right away. Since then, I've been happy to wait 2 weeks for folks like you to be my guinea pig. Please keep posting your reaction to updates, I need to know if it's safe for me to dl! kthxbai.

      --

      --
      $tar -xvf .sig.tar
    20. Re:If they're trying to keep it secret by Tom · · Score: 1

      That was 2001.

      I agree it's a major thing, one of the "this should never happen" bugs.

      --
      Assorted stuff I do sometimes: Lemuria.org
    21. Re:If they're trying to keep it secret by Tom · · Score: 0

      You obviously haven't used many Macs for a long period of time -

      No, only about five years or so.

      The vendor didn't test the fix in your environment, they tested it in theirs.

      Obviously, that environment thing sucks. We're talking about operating system updates here. Is your environment really that different from anyone elses? Sure you have other settings, applications, etc. etc. - oh, wait. Now I realize. Of course, it's the windos driver mess. I always forget that. Never understood how someone can come up with such a crappy library management system in the first place.

      --
      Assorted stuff I do sometimes: Lemuria.org
    22. Re:If they're trying to keep it secret by Tom · · Score: 2, Informative

      Yes, I begin to understand. Mostly, I understand that:

      * the driver mess on windos can cause your system to fail if you upgrade it, because... well, because the library management system is so stupid, there are no proper words to describe it
      * Microsoft is at the same time totally lost and bound in their needs for backwards compatability and can't move forward because of it, and then on the other hand breaks it with minor updates
      * even if you don't touch the drivers, different hardware can mean your non-driver update breaks. In other words: The hardware abstraction layer doesn't really abstract the hardware

      Yes, I agree installing the update on one machine first, checking if it works, and then installing it everywhere is the right thing to do. That wasn't what I'm talking about. I was talking about week-long testing cycles for a minor OS update. Really, if you have to do that, you should ask yourself if you're using the right OS.

      To use a car analogy: If every time you fill up you get this urge to run a full maintainance cycle, just to make sure nothing broke, something is wrong with either your head or your car.

      --
      Assorted stuff I do sometimes: Lemuria.org
    23. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      If you worked in the Enterprise market then week long testing for a new OS update is quite short. I know customers who will wait a year before deploying product updates. Due to the level of testing involved.

      In some cases it will take a week just to get a change request to even deploy a test/patch.

      When you have a single machine or small office it isn't a big deal. When you have a set up where 1 server down can mean millions in lost revenue then it is a totally different ball game.

      That applies to Windows, OSX, Linux, etc.

    24. Re:If they're trying to keep it secret by drinkypoo · · Score: 1

      * the driver mess on windos can cause your system to fail if you upgrade it, because... well, because the library management system is so stupid, there are no proper words to describe it

      Installing a bad driver can crater any system. It would affect the mac, too, but there's so few add-on cards for the mac that it isn't really an issue. Users will pay a price premium for mac hardware (For instance, when I had B&W G3 Rev.1 data corruption issue, I shopped for PCI ATA controllers, which cost literally 2 to 10 times as much for mac as for PC for in many cases the exact same hardware with different firmware) so they can do more driver development.

      * Microsoft is at the same time totally lost and bound in their needs for backwards compatability and can't move forward because of it, and then on the other hand breaks it with minor updates

      ...until Windows 7, where we have XP mode to handle backwards compatibility.

      * even if you don't touch the drivers, different hardware can mean your non-driver update breaks. In other words: The hardware abstraction layer doesn't really abstract the hardware

      What does "different hardware" mean? Changing hardware? You've lost me completely here. BTW Mac OS X uses Mach basically as a HAL; OSX does all process and memory management in the macrokernel.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    25. Re:If they're trying to keep it secret by BasilBrush · · Score: 1

      I would hardly call release notes for a bugfix "shoving it in their face."
      It makes a lot of sense to say what you fixed in a bugfix, so people clearly know if a system needs a bugfix, or is safe.

      It's not a bugfix. There's no bug to be fixed. It's the adding of a known trojan signature to the malware database.

    26. Re:If they're trying to keep it secret by Ash-Fox · · Score: 1

      No, only about five years or so.

      I'm surprised you never ran into the wireless driver mess of 10.4 and 10.5. But then again that issue didn't effect all machines either. Or even the mess of how you couldn't use more than 3GB RAM in a mac pro with an nvidia card because the graphics driver would cause kernel panic.

      We're talking about operating system updates here.

      As am I.

      Is your environment really that different from anyone elses?

      It's different from the vendor's and the vendor is the one doing the testing.

      Sure you have other settings, applications, etc. etc.

      No, it's more like.. When Apple shipped out squirrel mail and the only version of PHP that didn't work with it, bundled together. It got past Apple's testing environment, because obviously they were testing it on different versions of PHP etc.

      Now I realize. Of course, it's the windos driver mess.

      I have in my draw a mac compatible bluetooth dongle from Apple that will cause any OS X system newer than 10.4 to kernel panic.

      Never understood how someone can come up with such a crappy library management system in the first place.

      I never quite understood how such obvious things Apple managed to get shipped out, such as Apache only serving the first 16KB of a file and then not fixing it until the next major OS X server release could even get out of testing. Never mind the obvious mess of squirrel mail and PHP not working out of the box.

      Even Microsoft doesn't require me to download the sources from upstream and install a bunch of developer tools on a server to compile it and make it work.

      --
      Change is certain; progress is not obligatory.
    27. Re:If they're trying to keep it secret by smallfries · · Score: 1

      You mean like breaking the nvidia graphics driver and ruining performance in any OpenGL application ....

      Oh no wait - that is the 10.6.4 update that they've just released. A serious QA fuckup that has resulted in me (like many other gamers) spending an afternoon rolling back my system. Of course I can't just downgrade the driver because Apple know best and don't allow downgrades from point releases.

      Of course the windows vendors have lots of different hardware configurations to deal with. Apple make the bloody hardware that they've just screwed up. Is that what they're supposed to do?

      --
      Slashdot: where don knuth is an idiot because he cant grasp the awesome power of php
    28. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      I've never seen an update break anything.

      You obviously haven't used many Macs for a long period of time - I can recall numerous events where java updates broke things with a simple scorch game on OS X

      Java updates break lots of things on lots of systems.

    29. Re:If they're trying to keep it secret by Idiomatick · · Score: 1

      Anecdotal evidence is logically a valid argument in this case as you are using proof by contradiction. No need to shy from it.

    30. Re:If they're trying to keep it secret by Idiomatick · · Score: 1

      Thats stupid. Unless you are building a nuclear reactor or a spacecraft you can't/don't make a perfectly stable 100% bug free system. An OS even a patch is far more complex programming than either of those devices mostly due to the fact that they have to interact with things and usage/input is farrrr less predictable. Bugs are guaranteed to get through and your product being used by millions of different people in billions of possible configurations for god knows how many different uses assures that some of these will be found.

      Don't act like Mac's shiny outer shell protects it from the messy world of computers. It is no different.

      The only thing you can really do is quick repairs of bugs and an attempt to have LESS bugs to begin with not having bugs is not an option.

    31. Re:If they're trying to keep it secret by Ash-Fox · · Score: 1

      Java updates break lots of things on lots of systems.

      Such as?

      --
      Change is certain; progress is not obligatory.
    32. Re:If they're trying to keep it secret by exomondo · · Score: 1

      * even if you don't touch the drivers, different hardware can mean your non-driver update breaks. In other words: The hardware abstraction layer doesn't really abstract the hardware

      For example? That sounds to me like a case of something not utilising the hardware abstraction layer correctly rather than the HAL being at fault.

    33. Re:If they're trying to keep it secret by exomondo · · Score: 1

      Never understood how someone can come up with such a crappy library management system in the first place.

      What are you referring to there?

    34. Re:If they're trying to keep it secret by Bing+Tsher+E · · Score: 1

      We think he's talking about the DLL conflicts in Windows NT 4.0. But we're not sure.

    35. Re:If they're trying to keep it secret by Tom · · Score: 1

      I think it's commonly known as "DLL hell".

      You know, this funny approach that doesn't allow you to install different versions of the same library, because all versions share the same filename. And that will happily install any older version over any newer version, breaking all your applications that rely on the newer version. Oh, and that contains no management whatsoever. Good luck ever trying to clean up your libraries.

      --
      Assorted stuff I do sometimes: Lemuria.org
    36. Re:If they're trying to keep it secret by Tom · · Score: 1

      ...until Windows 7, where we have XP mode to handle backwards compatibility.

      Oh yeah, which works... uh... I don't know, I never had a case where it actually solved anything. It definitely doesn't cause any of the many installers that don't like W7 64bit to run, even though the actual game that it installs runs just fine.

      Maybe I'm just pissed because if I sent a bill to Redmond about the many hours wasted on stupid crap like that, it would be in the five digits. And I don't have any illusions of them paying, so I eat it up as my expense for being so stupid to still want to play PC games.

      --
      Assorted stuff I do sometimes: Lemuria.org
    37. Re:If they're trying to keep it secret by drinkypoo · · Score: 1

      Oh yeah, which works... uh... I don't know, I never had a case where it actually solved anything. It definitely doesn't cause any of the many installers that don't like W7 64bit to run, even though the actual game that it installs runs just fine.

      They work fine if you install them inside of the XP Mode virtual machine, like you're supposed to. It's basically like rootless mode in vmware. It uses Virtual PC after all.

      Maybe I'm just pissed because if I sent a bill to Redmond about the many hours wasted on stupid crap like that, it would be in the five digits. And I don't have any illusions of them paying, so I eat it up as my expense for being so stupid to still want to play PC games

      Yeah, wanting to play PC games is a big fail these days. Microsoft is almost certainly trying to sabotage PC gaming to push gamers onto consoles now, while they have the best one (my opinion, but I have reasons for it) so that when the PC wanes, as it certainly will, they will retain some control over the gaming market.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    38. Re:If they're trying to keep it secret by Anonymous Coward · · Score: 0

      Yes, I begin to understand. Mostly, I understand that:

      * the driver mess on windos can cause your system to fail if you upgrade it, because... well, because the library management system is so stupid, there are no proper words to describe it
      * Microsoft is at the same time totally lost and bound in their needs for backwards compatability and can't move forward because of it, and then on the other hand breaks it with minor updates
      * even if you don't touch the drivers, different hardware can mean your non-driver update breaks. In other words: The hardware abstraction layer doesn't really abstract the hardware

      Yes, I agree installing the update on one machine first, checking if it works, and then installing it everywhere is the right thing to do. That wasn't what I'm talking about. I was talking about week-long testing cycles for a minor OS update. Really, if you have to do that, you should ask yourself if you're using the right OS.

      To use a car analogy: If every time you fill up you get this urge to run a full maintainance cycle, just to make sure nothing broke, something is wrong with either your head or your car.

      Condensed down: "I have no IT experience and am a Mac Douche of the highest order."

    39. Re:If they're trying to keep it secret by Tom · · Score: 1

      They work fine if you install them inside of the XP Mode virtual machine, like you're supposed to.

      So what exactly is my reason for actually runing windos then, instead of running it all in a VM from the start? Would certainly be less hassle, and if it crashes I just kill the VM process instead of having to reboot.

      Yeah, wanting to play PC games is a big fail these days. Microsoft is almost certainly trying to sabotage PC gaming to push gamers onto consoles now,

      Which, given their respective shares of the PC and of the console markets, strikes me as the dumbest thing ever (aside from Microsoft Bob). Who would willingly push people out of a market they own into a market where they're the smallest player?

      --
      Assorted stuff I do sometimes: Lemuria.org
    40. Re:If they're trying to keep it secret by exomondo · · Score: 1

      Yeah DLLHell is an old problem, not even relevant anymore.

    41. Re:If they're trying to keep it secret by exomondo · · Score: 1

      That's a way old problem, comparable to the days when some idiot thought that co-operative multi-tasking in Mac OS was a good idea. Neither is at all relevant these days.

    42. Re:If they're trying to keep it secret by drinkypoo · · Score: 1

      So what exactly is my reason for actually runing windos then, instead of running it all in a VM from the start? Would certainly be less hassle, and if it crashes I just kill the VM process instead of having to reboot.

      The XP Mode apps appear mixed in with your Windows 7 apps. You run Windows 7 so you can have Direct3D, basically. OpenGL (usually) works in VirtualBox. Direct3D sometimes works in VMware Workstation.

      Who would willingly push people out of a market they own into a market where they're the smallest player?

      Microsoft can see their control of the PC market slipping. Further, the PC market is waning in favor of small devices. Most people who want a PC have one now, at least in the developed world, and most of them are good enough for most of what they want to do. In contrast, not everyone that wants one has a handheld computer. Microsoft has no plan in place to control that market, but they do have substantial progress in home entertainment, and it looks as though they might be capable of making money in that market in the future. Further, I believe they hope to capture the "home entertainment" PC market on their game consoles, which is not impossible if they roll out media player and DVR functionality that is worth using. Hey, it could happen. Heh heh.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    43. Re:If they're trying to keep it secret by Tom · · Score: 1

      really?

      Weird, XP still suffers from it, and a similar problem does exist on W7. Which while it has some library management still can get its stuff overwritten by any sucky installer.

      --
      Assorted stuff I do sometimes: Lemuria.org
    44. Re:If they're trying to keep it secret by exomondo · · Score: 1

      Weird, XP still suffers from it, and a similar problem does exist on W7.

      Obviously...since it isn't a problem that can be changed and fix every older application without breaking backwards compatibility. Hence the reason that for a long time we have had side-by-side assemblies to combat this in native apps and .Net solved this with the global assembly cache and manifests. There is of course also the search path hierarchy for finding DLLs that allows them to be put in the application directory and the need to understand whether the benefits of dynamic linkage to 3rd party libraries are actually tangible and if not opt for safer static linkage.

      So you could break backwards compatibility or produce mechanisms to avoid the problem, you can't expect the OS to make up for badly written software. And really you can run into a similar problem on unices with symlinks pointing to the wrong versions, ofcourse the advantage there is that you just have to point the link back to the older version for the applications the upgrade broke.

    45. Re:If they're trying to keep it secret by Tom · · Score: 1

      you can't expect the OS to make up for badly written software.

      I can, if it's the same OS that caused these particular problems in the first place.

      Why is it that OS X could run old Mac OS applications with no trouble, even PPC ones on an Intel machine, and W7 croaks on some XP apps? Is it really only the apps at fault? Sure, most of the windos software I've seen is of a quality that people would fail their courses with if they had submitted them as their (programming language) 101 project.

      But I'm tired of the cheap apologies. It is never windos, is it? It's always bad drivers, bad applications, bad anything 3rd party. It does kinda make you wonder. If no matter what stereo you put in your car, it just sounds like shit, maybe, just maybe, the speakers in the car are a part of the problem?

      And really you can run into a similar problem on unices with symlinks pointing to the wrong versions, ofcourse the advantage there is that you just have to point the link back to the older version for the applications the upgrade broke.

      That and the fact that it is a lot more difficult to break things. Why is it we have had working package management for Linux for what, 10 years now? And windos install and uninstall is still a gamble? Half of the time you uninstall something, it leaves crap behind. Even when they are apparently using MSI, i.e. the "official" installer of the OS manufacturer.

      The environment does a lot to affect application quality. It's the same effect as with graffiti - there's a correlation between graffiti and crime, because when things look like nobody cares, people behave as if nobody cared. The small indy software that's available for the Mac regularily looks and performs better than even expensive software for windos. Either there is a religious cult of UI designers that makes it a sin to work on windos software, or people who work in an environment that looks like these things matter put more effort into it then people who work in an environment that is largely hobbled-together crap.

      And yes, that is in a large part a self-sustaining problem and 3rd parties have a big part. But it is MS who controls the environment, and the fact that they don't give a shit how crappy all the apps are is a big part of the problem.

      --
      Assorted stuff I do sometimes: Lemuria.org
    46. Re:If they're trying to keep it secret by exomondo · · Score: 1

      Why is it that OS X could run old Mac OS applications with no trouble, even PPC ones on an Intel machine, and W7 croaks on some XP apps?

      No u can't, even on a PPC with 10.5 you don't get the Classic environment.

      I can, if it's the same OS that caused these particular problems in the first place.

      and they provided multiple ways to circumvent it, yet some deva don't want to move ahead with it. They could enforce it but that would break backwards compatibility. What would u propose?

      That and the fact that it is a lot more difficult to break things.

      How so?

      But I'm tired of the cheap apologies. It is never windos, is it?

      Who's apologizing? And who's saying it's never windows? Seems like ur reading into things that aren't there.

    47. Re:If they're trying to keep it secret by Tom · · Score: 1

      They could enforce it but that would break backwards compatibility. What would u propose?

      Breaking backwards compatibility. Sometimes, it is the right thing to do. If we never, ever did that, we would still build cars with, say, a box for the horse fodder. And that's what windos is, in many places. Do they still keep compatibility with the A20 gate?

      Or make it optional with a big warning sign. Again, OS X is an example: Rosetta is not a default install anymore since Snow Leopard. But you can still install it.

      --
      Assorted stuff I do sometimes: Lemuria.org
    48. Re:If they're trying to keep it secret by exomondo · · Score: 1

      Breaking backwards compatibility. Sometimes, it is the right thing to do.

      But in the case of their userbase it isn't the right thing to do, which is where your car analogy fails. I agree it was a bad system but for a long time there have been well-known (and somewhat obvious) workarounds, not to mention the issue is fixed going forward with their .Net application platform.

  4. security patch? by Anonymous Coward · · Score: 0

    I'm not sure this is really comparable to Microsoft's recent stealth security patches as it does not appear to be a fix for flaw in the OS. It's more akin to regular anti-virus definition updates. It should still be mentioned in the README and that would be good for Apple's image ("updated anti-malware protection").

    1. Re:security patch? by ThePhilips · · Score: 1

      This is an event in a way. For ages security folks have told Apple to do something about the vector of attack - at least somehow protect against malware which pretends to be Apple's own app (what is easy: just copy-paste an icon and no-one would be able to tell the difference). There were rumors about trojans on Mac OS for ages. Some of pirated Mac software on P2P networks is said to be infected. As that was probably the source before, Apple might have been reluctant to act.

      Apple acknowledging existence of malware and actively doing something about it is an event.

      --
      All hope abandon ye who enter here.
  5. You have to wonder? by Culture20 · · Score: 0, Flamebait

    There's no wondering involved. They had a commercial that blatantly said that Macs don't get viruses. Liars.

    1. Re:You have to wonder? by grapes911 · · Score: 5, Informative

      trojan != virus

    2. Re:You have to wonder? by kdogg73 · · Score: 5, Funny

      Sometimes a trojan prevents a virus.

      --
      Let's face it, most of us are scoffers. But moments before zero hour, it does not pay to take chances.
    3. Re:You have to wonder? by topham · · Score: 1, Informative

      Trojans aren't viruses.

      Please list off all the viruses that will run on Snow Leopard.

    4. Re:You have to wonder? by Graff · · Score: 1, Insightful

      There's no wondering involved. They had a commercial that blatantly said that Macs don't get viruses. Liars.

      This may be news to you but trojans are not viruses. There are, in fact, no Mac OS X viruses in the wild. There are some spyware, adware, and trojans but they are few and far between and there is protection built-in to the operating system to deal with most of them.

      Saying that Mac OS X does not have any viruses at this point in time is 100% true.

    5. Re:You have to wonder? by Anonymous Coward · · Score: 1, Funny

      >And before you go back to licking Steve Ballmer's asshole

      Apple zealot detected.

    6. Re:You have to wonder? by Anonymous Coward · · Score: 5, Insightful

      Trojans aren't viruses.

      Please list off all the viruses that will run on Snow Leopard.

      Mac users are very fond of pointing out this distinction, leaving out that trojans and malware, and social engineering, these days are the overwhelming majority of Windows issues as well. The traditional virus is mostly a thing of the past.

    7. Re:You have to wonder? by Anonymous Coward · · Score: 1, Insightful

      There's no wondering involved. They had a commercial that blatantly said that Macs don't get viruses. Liars.

      This may be news to you but trojans are not viruses. There are, in fact, no Mac OS X viruses in the wild. There are some spyware, adware, and trojans but they are few and far between and there is protection built-in to the operating system to deal with most of them.

      Saying that Mac OS X does not have any viruses at this point in time is 100% true.

      Only problem being, by that definition, Windows nowdays doesn't have viruses either. They just have spyware, adware, and trojans. Which work just as well, thank you very much.

      So either Apple was lying or they're just as slimy as the used car salesman who'll sell you a lemon on technicalities.

    8. Re:You have to wonder? by phoenix321 · · Score: 1

      Don't malware writers turned over to writing malware for profit AND mischief instead of just mischief?

      Do non-trojan viruses even exist anymore? Isn't all malware today some kind of trojan?

    9. Re:You have to wonder? by Khyber · · Score: 1

      "This may be news to you but trojans are not viruses."

      This may be news to you but I've written several trojans for DOS that were indeed viruses.

      You might wish to rethink that statement you just made.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    10. Re:You have to wonder? by Ethanol-fueled · · Score: 2, Informative

      Every pedant in this thread likes to say that trojans are technically different than viruses.

      The kind of person who would buy a mac because they "don't get viruses" would be very pissed after stumbling upon this article and especially this condescending, duplicitous thread.

      People from the Windows world know this - the average user dosen't give a shit about the differences between viruses and trojans. If it makes their AV software blink red, it's bad.

    11. Re:You have to wonder? by thms · · Score: 3, Funny

      While we are nitpicking, the Trojans are the good guys. You have to be on the lookout for the sneaky Greeks.

      Beware of Greeks bearing gifts! And in all seriousness, using the proper term might cause a few more users to think twice about clicking "Ok" and instead thinking about ancient stories and their modern parallels.

    12. Re:You have to wonder? by RobertM1968 · · Score: 1, Funny

      Trojans aren't viruses.

      Please list off all the viruses that will run on Snow Leopard.

      Well, via Parallels or VirtualBox, one can run the following viruses on Snow Leapard: Windows XP, Windows Vista, Windows 2000... and I am sure others. ;-)

    13. Re:You have to wonder? by Jeremi · · Score: 1

      I know a guy who made a car that also works as a boat.

      Therefore cars are boats. Anyone who says differently is lying,

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    14. Re:You have to wonder? by Anonymous Coward · · Score: 0

      Don't malware writers turned over to writing malware for profit AND mischief instead of just mischief?

      Do non-trojan viruses even exist anymore? Isn't all malware today some kind of trojan?

      True. The 'traditional' virus today mostly exists only in the minds of non-Windows users.

    15. Re:You have to wonder? by toadlife · · Score: 0

      trojan != virus

      Nobody cares.

      The virus/trojan/worm debate is like the hacker/cracker debate. Nobody outside of a small circle of pedant techies with an agenda give a shit.

      To the general public (the people who Apple commercials target), the term virus is an all-encompassing term for malware.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    16. Re:You have to wonder? by jedidiah · · Score: 4, Informative

      The kind of user that buys a Mac probably doesn't care about "details".

      A virus is called a virus for a reason. It's called a virus because it
      shares an important characteristic with biological organisms.

      It can replicate itself.

      A Trojan is just a stupid program that doesn't do what it says.

      Similarly, a Trojan is called that for a reason. You have to go outside
      the city walls and drag it back inside your perimeter before it does you
      any damage.

      Yes, these little "details" like words and terms that have actual specific meaning are important.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    17. Re:You have to wonder? by jedidiah · · Score: 2, Interesting

      ...except Windows is automated to the point that "trojans" become viruses.

      That is the whole problem that Windows has created and magnified. They
      have taken situations that previously didn't have any risk of viral
      infection and added automatic execution of random untrusted programs.

      It's like having walls that pull through any Athenians or Spartans that happen to standing outside.

      Suddenly, the Trojans are wondering WTF is Achilles doing in the middle of the Palace.

      --
      A Pirate and a Puritan look the same on a balance sheet.
    18. Re:You have to wonder? by Graff · · Score: 1

      This may be news to you but I've written several trojans for DOS that were indeed viruses.

      A trojan is a program that appears to do something the user desires but instead does something malicious behind the scenes. A virus is a self-replicating bit of code that attaches to executing code in order to replicate.

      You may have written a trojan that released a virus but that doesn't mean that a trojan is a virus.

      There are currently no viruses in the wild for Mac OS X. Trojans are another story.

    19. Re:You have to wonder? by Nerdfest · · Score: 1

      You an really only go as far as saying "There are, in fact, no known Mac OS X viruses in the wild".

    20. Re:You have to wonder? by dfghjk · · Score: 1

      "Saying that Mac OS X does not have any viruses at this point in time is 100% true."

      I'm sure that will be great comfort to the victims of OS X malware.

    21. Re:You have to wonder? by Graff · · Score: 1, Informative

      Only problem being, by that definition, Windows nowdays doesn't have viruses either. They just have spyware, adware, and trojans.

      Oh really? You mean these aren't viruses?

      These all fit the definition of a virus and there are tons more in the McAfee Threat Center.

    22. Re:You have to wonder? by Graff · · Score: 1

      You an really only go as far as saying "There are, in fact, no known Mac OS X viruses in the wild".

      Of course! Just like you can say "There are, in fact, no known Flying Spaghetti Monsters in the wild."

    23. Re:You have to wonder? by an+unsound+mind · · Score: 1

      So, what? It's okay to twist terminology to make it look like Windows is full of holes and Macs are vulnerability-free?

      The same types of vulnerabilities and same types of malware exist on both; less of either have been found on Macs, but that's explained by the lower market share. The architecture of Mac OS X may make cleanup easier, but viruses stuck in user space aren't harmless.

    24. Re:You have to wonder? by RCL · · Score: 1

      I don't see how current Windows situation is different from DOS times. "Classical" viruses (in DOS) also required user interaction to be run. What makes virus a virus is just an ability to replicate.

    25. Re:You have to wonder? by Anonymous Coward · · Score: 0

      True, but other more severe vulnerabilities were also fixed in the update. Most notable among them were a few automatic remote code execution just by visiting a maliciously crafted web page; hmm, that sounds familiar...

    26. Re:You have to wonder? by sindarta · · Score: 0

      Linux Zealots would say something like "go back to installing your setup.exe while I compile my software from scratch".

    27. Re:You have to wonder? by Nikker · · Score: 1

      Just as a side note are there really anymore actual viruses in the wild? I remember back in the DOS days everything was in one directory and with barely any hash check algorythms implimented by the software spreading these puppies were common place. I could grab a copy of porntris which would more often than not be infected and it could infect word star, most DOS utilities, WordPerfect, etc,etc. Now you couldn't gather all the files and reg entries if you tried let alone actually install it on another computer. So who would really waste their time writing an actual virus anymore? Most of this stuff now a days are Trojans, backdoors, etc but not really any viruses. Or am I wrong?

      --
      A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
    28. Re:You have to wonder? by Anonymous Coward · · Score: 0

      Somebody should just go and write an OSX virus so we don't have to have this pedantic arguement anymore.

    29. Re:You have to wonder? by mikael_j · · Score: 1

      The kind of user that buys a Mac probably doesn't care about "details".

      I'm probably going to be accused of being an Apple fanboy here but the same argument can be used for people who buy computers with Windows preinstalled because most computer users really don't care about such "details" but there are definitely Mac users who do know the difference between a virus and a trojan (I've actually tried my hand at constructing both types of programs, a small harmless asm virus back in the DOS days and a C#.NET trojan that just annoyed the user and always tried to spawn a new process every time the user attempted to kill it a few years back, never deployed either (short of sending it to a friend of mine just to be an ass)).

      --
      Greylisting is to SMTP as NAT is to IPv4
    30. Re:You have to wonder? by mlts · · Score: 1

      It depends on the user I'm talking to what terminology I use. For someone with a clue, I'll state virus (very rare these days -- people don't share executables), worm, Trojan/Trojanized program (the most common attack), browser/add-on exploit, drive-by download, logic bomb (like a disgruntled sysadmin keeping a file that if it doesn't get a touch in x amount of days, causes a rm -rf /net), or use the generic term, malware.

      For Joe Sixpack who does not care about the difference, I just use "virus" for all malicious software, like Southerners use "coke" for any type of soda water. "Virus" already connotes something nasty where anyone who has ever gotten sick has learned what bad anything with that term does, while a something called Trojan might connote something used for pleasure at a truck stop, as opposed to something that is not to be run.

    31. Re:You have to wonder? by Bungie · · Score: 3, Insightful

      He's not saying that Macs are immune, he's saying that Windows had some bad design concepts at one point. Microsoft went through a phase where they integrated things like scripting and COM into everything they could, but there was very little consideration for security. It wasn't until worms and malware started rampaging across Windows machines that they actually started considering and working on security.

      Take Outlook for example. E-mail was normally safe because it's was only text and images. Then add VBA scripting capabilities and embedded ActiveX controls to the mix...suddenly there are huge vectors for hostile software to use in plain old e-mail messages. Internet Explorer would ask if you wanted to install an ActiveX control, if you said yes it would have full access to your system to do whatever it wanted. NT based systems ran will a full compliment of services exposed to the internet and ready to use.

      No one considered that people on the internet might be assholes and take advantage of those handy features for completely hostile purposes. Even if they did Microsoft had no clue where to begin and would take years of hard lessons to get Windows into a decently secure state.

      --
      The clash of honour calls, to stand when others fall.
    32. Re:You have to wonder? by hsthompson69 · · Score: 1

      Mod parent up. TFA (2nd link) conflates two very separate beasties.

      Frankly, the anti-virus and anti-trojan bits of software they seem to advocate installing on OSX are arguably trojans themselves, with the express immediate purpose of slowing down your computer, but quite possibly the next vector for infection in the future.

      Who watches the watchers?

    33. Re:You have to wonder? by Anonymous Coward · · Score: 0

      A trojan is a program _you_ execute believing it to be something else.

      Short of demanding signed executables for everything, there is very little any OS can do to prevent trojans.
      They can limit their effectiveness, but without removing the ability to install and run software, you can't _prevent_ trojans.

      So the existence of trojans should be ignored for _all_ platforms when you're talking about vulnerabilities. The vulnerability a trojan exploits is PEBKAC, which is universal.

    34. Re:You have to wonder? by Rosyna · · Score: 0

      They had a commercial that blatantly said that Macs don't get viruses.

      Citation needed.

      Apple has never "blatantly" said Macs don't get viruses. They've never said that at all. They've said that Macs aren't affected by viruses designed for Windows. Which is very true.

      (and this applies even when people conflate trojans and viruses)

    35. Re:You have to wonder? by Asic+Eng · · Score: 1

      I think there are still viruses around which spread via documents (word macro viruses and the like). Also the USB-stick path would still be an interesting way to spread viruses.

    36. Re:You have to wonder? by Anonymous Coward · · Score: 0

      From my experience, it is very rare that an AV program actually caught and stopped a malware infection. When I see an AV program do a job, it is usually picking up some Trojan out of a Web browser cache directory, or when I'm scanning a suspect file before running it in a virtual machine.

      I also have seen plenty of infected PCs with AV programs on them. What makes the situation worse is the fact that a lot of AV programs are using a brain dead subscription model, which means that a good number of AV programs end up being worse than no protection at all, taking up CPU but not providing any defense. Instead, if an AV is on a subscription model, it either should work or after a bit, should completely uninstall itself so the user does not have an illusion of protection.

      In reality, AV protections should be the absolute last line of defense, and there mainly for legal/CYA reasons than actual security.

    37. Re:You have to wonder? by CAIMLAS · · Score: 1

      OK, so trojans aren't viruses. Likewise, your average drive-by malware isn't a 'virus' in the traditional sense (leveraging design weaknesses instead of infusing itself with executables).

      So, OSX implements binary checksumming and all that good stuff, I'm sure. That prevents it from getting viruses, right?

      Wrong. I can write a perl or bash script which will do all the various insideous things the typical (and archaic) Windows virus does. Likewise, similar functionality could be implemented which mimics a modern piece of malware. In fact, once the executable is on the system (like in Linux) OSX is an easier target than Windows (in terms of 'available tools to do the job, quickly and easily).

      Honestly, using the archaic definition of "virus" doesn't serve anyone here but Apple and Steve Jobs. You're deceiving yourself to believe that a Mac is invulnerable to viruses.

      BTW,even if it wasn't for shell and perl scripts, there's still AppleScript, which allows for hooking every which way into the UI. This is trivial to do (using the thoughtfully considered and included Automator). These scripts can then be included inline with perl or vice versa, or sourced by a shell script.

      At the end of the day, OSX has as many practical avenues for exploit as Windows does (if not more, due to documented design flaws). Downloading warez with poisoned payloads, cracks, or even font installers - whatever. It happens, just not nearly as often with Windows due to nobody really caring about Macs.

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
    38. Re:You have to wonder? by zmollusc · · Score: 2, Insightful

      Bad example. Many people know in their hearts that there _is_ a Flying Spaghetti Monster.

      --
      They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
    39. Re:You have to wonder? by Anonymous Coward · · Score: 0

      Microsoft tried to have ease of use as a priority. For example, the idea was for a user to stick a CD in, have it run without much interaction. However, this was a great idea by marketing, but in reality, this should have been struck off the drawing board by security.

      Thus the AutoPlay/AutoRun issues which still plague us even today. At least one can make a GPO that switches that stuff completely off for good.

      What MS needs to do is to rewrite AutoRun completely. If it does anything automatically, it should just bring up a HTML page (no JavaScript/VBA/ActiveX), and give the user a menu. And only if this page is signed by an AuthentiCode signature. No signature, no automatic menu functionality. At least this will force malware writers to buy certificates, which can be easily revoked.

    40. Re:You have to wonder? by Anonymous Coward · · Score: 0

      Oh yes, sign me up for some of those. Either way, it is called a Trojan for a reason...

    41. Re:You have to wonder? by Tim+C · · Score: 1

      That's true, but the number of ordinary members of the public - the people a commercial like that would be aimed at - that actually know about and understand that difference is vanishingly small.

      If they actually did say that in an advert then they would seem to be at least being disingenuous, given the audience they were targeting.

    42. Re:You have to wonder? by Anonymous Coward · · Score: 0

      From the way you relate to computers it's obviously you never received a geek card to revoke but trojans don't become viruses.

      http://en.wikipedia.org/wiki/Computer_virus

      Guessing your a Mac?

    43. Re:You have to wonder? by Anonymous Coward · · Score: 0

      A virus is called a virus for a reason.

      True, but back in the 90's pretty much any malware was called a "Virus", and the term "Malware" entered the lexicon due to the confusion caused by attempting to use the term "Virus" both ways. However, in common use the word "Virus" does not mean "self-replicating program" it means "Malware".

      The Apple marketing team is well aware of this fact, which is why they use the word "Virus". In some examples they don't even use the term at all- instead they show the "PC" guy sneezing and coughing.
      They KNOW that 99% of the user base will hear the word "virus" and think "all malware", but since the term "Virus" has the specific technical meaning they can avoid false advertising issues.
      They also realize that most of their users don't give a wet shit if their system got hosed by a Virus, a Trojan, a Worm, or a Logic Bomb; they went to Apple from MS because they were promised (in their minds) immunity to ALL those problems. So the last thing Apple wants is big press showing that their "Secure" system is little more than marketing hype.

    44. Re:You have to wonder? by jimicus · · Score: 1

      They had a commercial that blatantly said that Macs don't get viruses. Liars.

      Technically speaking they're telling the truth. But it's a bit disingenuous because viruses in the traditional file-infector sense are all but dead. Most modern "viruses" are actually trojans and worms, which no operating system is ever going to be immune to.

    45. Re:You have to wonder? by jimicus · · Score: 1

      No, what you're thinking of is a worm.

    46. Re:You have to wonder? by Anonymous Coward · · Score: 0

      virus != worm

      A virus is a program that attaches itself to another program and gets spread as the program does. Often infects other programs to improve spread rate. Rarely seen anymore.

      Worms are programs that spread themselves actively by exploiting security problems.

    47. Re:You have to wonder? by drinkypoo · · Score: 1

      You might wish to rethink that statement you just made.

      Hey, where's my fucking dollar?

      Yes, I AM going to follow you around and label you as a bet-welcher. Especially when you're being an asshole who doesn't understand the difference between correlation v. causation, and the associative principle.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    48. Re:You have to wonder? by Anonymous Coward · · Score: 0

      A trojan is a program _you_ execute believing it to be something else.

      Short of demanding signed executables for everything, there is very little any OS can do to prevent trojans. They can limit their effectiveness, but without removing the ability to install and run software, you can't _prevent_ trojans.

      Well, this is where malware detection software come in to play, and actually can do a lot to protect you from most. You know, the kind of software Mac users are very vocal about not needing.

      So the existence of trojans should be ignored for _all_ platforms when you're talking about vulnerabilities. The vulnerability a trojan exploits is PEBKAC, which is universal.

      Really? Ok, then Windows is mostly not vulnerable? (hint; it's almost all variants of trojans these days). But you are mixing different terms, vulnerabilities usually means something different - exploitable bugs in the OS. And Mac OS have had is share of those as well. Look at Apples own release notes for the update we are discussing here, and you will see drive-by stealth install vulnerabilities (the kind many Mac users thinks are a Windows only problem).

    49. Re:You have to wonder? by Anonymous Coward · · Score: 0

      Quoted from NAI.com for the first two ,the third is similar:

      "Method of Infection -
      W32/Winemmem is a file infecting virus. Infection starts with manual execution of the binary. Executables in network shares may also get infected if accessed by the compromised machine"

      Sounds like a trojan.

    50. Re:You have to wonder? by Graff · · Score: 1

      "Method of Infection -
      W32/Winemmem is a file infecting virus. Infection starts with manual execution of the binary. Executables in network shares may also get infected if accessed by the compromised machine"

      Sounds like a trojan.

      McAfee specifically tags each entry with its classification. They have a trojan classification and there are plenty of entries classified as such. If they classified this as a virus then it's probably a virus.

      The description probably means that you need to execute the binary that the virus is attached to. That's how viruses work in the first place, they are attached to some binary and spread when the binary is executed. The actual nature of the binary really doesn't matter, it can be a valid program or a trojan, the virus is still a separate entity from the binary.

  6. You hear it all the time. by Anonymous Coward · · Score: 0

    Macs are secure, zero viruses, etc etc!
    Why wouldn't this attitude go all the way to the top?

  7. Well, you see... by Anonymous Coward · · Score: 1, Funny

    We PCs like to hear about updates about malware, trjoans or some new exploit in the system was found, and when a fix is available, because then we are then warned about the dangers of it, and ways to avoid it until we get the fix.

    With Macs, it seems they aren't getting a warning at all, and thus, could get into trouble before a fix arrives.

    It's good to be a PC.

  8. Security as it should be by GreatBunzinni · · Score: 3, Interesting

    This is a good opportunity for the world to rethink its perception of what viruses, trojans and the like are. Due to the vast and never ending list of problems and software defects that plague the dominating platform (i.e., microsoft windows) since it's inception and continue to affect it up to this day, the world has been conditioned to think that having a base system with so many profoundly serious defects is somehow acceptable. I mean, these bugs are so serious that they even let other people take over your system, a system that you've paid with your hard-earned money to be able to use as you use fit. Why exactly should this be normal, let alone acceptable?

    In this instance we have a very rare glimpse of what the issue of software vulnerabilities is and how it should be handled. A very serious software bug could be exploited by malicious people to be able to gain control of the system and that problem was fixed by fixing the software bug. That is exactly how it should be. Yet, what Microsoft forced us to believe it is the right way of handling this thing is let that security hole stay wide open. What Microsoft forced the world to believe is that you solve the problems arising from any security bug by paying some third-party vendor for a piece of software that monitors your system for a hand full of instances of malicious code that made it's way into your system through those security holes. And this has become acceptable why? It's as you've bought a house with so many holes that could be used by malicious people to enter your house as they see fit and take over it. The problem lies in those holes being there and the problem doesn't go away if you employ security guards instead of plugging those damn holes your incompetent builder left there.

    --
    Slashdot, fix your code or at least hire someone who is competent at it to do it for you.
    1. Re:Security as it should be by toadlife · · Score: 1

      Due to the vast and never ending list of problems and software defects that plague the dominating platform (i.e., microsoft windows) since it's inception and continue to affect it up to this day, the world has been conditioned to think that having a base system with so many profoundly serious defects is somehow acceptable.

      So what are the architectural differences in OSX or Linux that would protect everyone from malware if they were the dominant platforms?

      Yet, what Microsoft forced us to believe it is the right way of handling this thing is let that security hole stay wide open.

      What the hell are you talking about?

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    2. Re:Security as it should be by Andorin · · Score: 1

      So what are the architectural differences in OSX or Linux that would protect everyone from malware if they were the dominant platforms?

      How 'bout the fact that UNIX- from which OS X and Linux are both derived- was designed from the start to be a multi-user system and therefore had system security in mind, and that DOS- from which Windows is based- was designed to be a single-user system and security was less important?

      --
      That Anonymous Coward guy is pretty annoying. Can we have the government censor him or something?
    3. Re:Security as it should be by toadlife · · Score: 1

      The Windows NT line of OSs are not in any way based on DOS.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    4. Re:Security as it should be by Anonymous Coward · · Score: 0

      Yeah, they're based on OS/2, which brings us back to where we started - at a single-user system.

    5. Re:Security as it should be by 99BottlesOfBeerInMyF · · Score: 4, Informative

      So what are the architectural differences in OSX or Linux that would protect everyone from malware if they were the dominant platforms?

      While the previous poster may be a bit vague on the details, this is not a point without merit. OS X and most desktop Linux variants do, indeed, have some significant security as a result of architectural choices. In other areas Windows has the upper hand, such as how much access control is applied in userland. Services, are a good example. Windows tends to have more open services and because of the proprietary nature of those closed services, more redundant services. A good example is Autodetection of local network services. It's a good type of service to exploit and a common target for malware on all platforms. Microsoft implements UPnP and exposes it by default, but by most accounts does not adequately sandbox it. Further, because it is proprietary, all cross-platform software has to either forgo the ability to link up with other versions of their own software running on other platforms, or they have to implement a different service. The upshot is, if you're running Adobe CS suite or any one of many other software packages on Windows you're running two services (UPnP and Zeroconf) that do the same thing, both of which have to exposed to hackers and neither of which is as sandboxed as it should be. If you're doing the same on OS X you have only one version (Zeroconf) and it is happily sandboxed so an attacker has to exploit not only the service, but also break the sandbox somehow... a very difficult task. This is all the result of how Windows handles services in comparison to OS X or Linux. On Windows more are exposed by default, they're easier to exploit, and they are usually proprietary; all of which leads to less security regardless of market share.

    6. Re:Security as it should be by toadlife · · Score: 1

      they're based on OS/2

      Also wrong.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    7. Re:Security as it should be by Andorin · · Score: 2, Insightful

      They were built to be backwards compatible with DOS. I mean, even modern Windows systems still create an administrator account for the initial user instead of a limited user account and a separate admin account. The problems are still there.

      --
      That Anonymous Coward guy is pretty annoying. Can we have the government censor him or something?
    8. Re:Security as it should be by toadlife · · Score: 2, Interesting

      Malware that targets services is rare. Malware typically targets users and applications - in that order. Services certainly can be targeted when the opportunity arises, but those opportunities don't come very often, especially in the last several years after debacles like code red hit us and Windows started shipping with the firewall turned on by default.

      The one service you mention as an example, UPnP, has had maybe three vulnerabilities in the last decade (two are listed on secunia, but they only go back to 2003; I know there was one in 2001).

      You claim that UPnP is not adequately sandboxed, but give no reason why. Checking services, I see that UPnP runs as the local service account. This local service has no special rights on the system and can't even read user files. How is that not sandboxed enough and what does OSX do to further sandbox it's services?

      As for this...

      On Windows more are exposed by default, they're easier to exploit, and they are usually proprietary; all of which leads to less security regardless of market share.

      The first claim is downright wrong and the last two are completely unqualified. How are they easier to exploit. How does being proprietary lead to less security?

      As for services being more exposed by default, since XPSP2, the firewall has come on by default, meaning precisely zero services were exposed by default. Despite that, millions of Windows users continued to get infected to this day.

      And another thing about UPnp. It is not a proprietary Microsoft technology. It is a standard which was developed by hardware vendors. Microsoft just supports it. You calling it proprietary is like calling TCP/IP proprietary because Microsoft's TCP/IP implementation is proprietary.

      On a related note, an amusing quip about OS X and UPnP from the.taoofmac.com..

      "Of course, Apple seem to keep wanting to do their own thing, and their own thing only, so there is no native UPnP support in Mac OS X"

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    9. Re:Security as it should be by toadlife · · Score: 1

      An unfortunate implementation choice, but admin rights are not a prerequisite to infection.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    10. Re:Security as it should be by 99BottlesOfBeerInMyF · · Score: 1

      Malware that targets services is rare. Malware typically targets users and applications - in that order.

      Actually, automated worms generally target services and they account for the majority of malware infections. There are more types of viruses and trojans, but each one infects many fewer machines and together they still count as less than half of infections.

      Services certainly can be targeted when the opportunity arises, but those opportunities don't come very often, especially in the last several years after debacles like code red hit us and Windows started shipping with the firewall turned on by default.

      Even with a firewall, Windows ships with a lot of holes in it by default, for the many services it runs by default.

      The one service you mention as an example, UPnP, has had maybe three vulnerabilities in the last decade (two are listed on secunia, but they only go back to 2003; I know there was one in 2001).

      Your search foo is weak. UPnP is one of the most exploited of services. Not just code red but Conficker, Qbox, and many others make use of it as an attack vector. Heck there was one where is the entry point for a Flash vulnerability just the other day.

      You claim that UPnP is not adequately sandboxed, but give no reason why. Checking services, I see that UPnP runs as the local service account. This local service has no special rights on the system and can't even read user files. How is that not sandboxed enough and what does OSX do to further sandbox it's services?

      First you're conflating user account permissions with access control. User accounts are a less finely grained form of security that usually layers with ACLs. In addition to running in a restricted user space, on OS X, ZeroConf is further sandboxed by a mandatory access control architecture (think UAC for the OS interactions). Second, OS X does not run UPnP, it only runs Zeroconf because UPnP is fragmented into the Windows version that needs to be reverse engineered and the actual standard version largely unused.

      On Windows more are exposed by default, they're easier to exploit, and they are usually proprietary; all of which leads to less security regardless of market share.

      The first claim is downright wrong and the last two are completely unqualified. How are they easier to exploit. How does being proprietary lead to less security?

      Sigh. Firewalls aren't magic. Just having one enabled does not mean your default settings on it don't expose any services. I feel like your level of understanding must be so poor I'm just wasting my time. As for the latter two comments, I provided a nice example. They're easier to exploit because they are less sandboxed and there are more of them by default. Being proprietary leads to duplication which increases the number of services providing more area to attack ala UPnP and ZeroConf instead of just one of them.

      As for services being more exposed by default, since XPSP2, the firewall has come on by default, meaning precisely zero services were exposed by default.

      Fail.

      And another thing about UPnp. It is not a proprietary Microsoft technology.

      While technically you're correct, in the real world that's not how things actually work.

      On a related note, an amusing quip

      Yeah, too bad it's completely wrong. Linux uses ZeroConf by default as well as does Solaris and the BSDs. It's a lot easier than reverse engineering what MS did to UPnP with SSDP. But all that i beside the point, which is that if you use the same software on OS X, you have a single well secured service instead of two poorly secured services. And that's just for one example of a trend based upon architectural choices of the respective OS's.

    11. Re:Security as it should be by Andorin · · Score: 1

      Yet surely you agree that, all other things being equal, a user running on a limited user account is more secure than a user running as root.

      I never said that you'd be immune to malware if you were logged in as a limited user. My point was that the policy of Windows systems to automatically set up the user with an administrator account substantially contributes to Windows's craptastic security reputation.

      --
      That Anonymous Coward guy is pretty annoying. Can we have the government censor him or something?
    12. Re:Security as it should be by toadlife · · Score: 1

      Actually, automated worms generally target services and they account for the majority of malware infections.

      Absolutely false. Go look up the top ten malware threats at any AV site, at any time. You will find that almost none of them targets services. Most of them are trojans that work via social engineering.

      Your search foo is weak. UPnP is one of the most exploited of services. Not just code red but Conficker, Qbox

      Are you kidding me? You are one to talk about search-foo

      * Code Red targeted IIS.
      * Conflicker was a class of worms. One did target the a server service vulnerability. Another targeted weak passworded shares and another propagated through usb sticks and the "autorun" feature. None of them targeted the UPnP service.
      * Obox - never heard of it - Google turns up nothing.

      First you're conflating user account permissions with access control.

      No, I'm wasn't. Via ACLs, the local service account in Windows has access to almost nothing.

      In addition to running in a restricted user space, on OS X, ZeroConf is further sandboxed by a mandatory access control architecture

      Thanks, and yes, I knew what MAC is. I just didn't know if OSX made use of it, though given the bullshit you said about code red and conflicker above, I don't know if I should believe you.

      I feel like your level of understanding must be so poor I'm just wasting my time.

      Believe me, the feeling is mutual.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    13. Re:Security as it should be by toadlife · · Score: 1

      Yet surely you agree that, all other things being equal, a user running on a limited user account is more secure than a user running as root.

      Not really. When a user runs as a limited user, the machine and other users on the same machine are more secure.

      Some kind of MAC framework is the next step in security. Microsoft's UAC is a baby step in the right direction, and things like App Armor and SELinux for Linux are starting to be implemented by default, but we have a long way to go. For the most part users still share all of their priviledge with the applications they run, which is a big problem.

      My point was that the policy of Windows systems to automatically set up the user with an administrator account substantially contributes to Windows's craptastic security reputation.

      Yeah. Microsoft has always bowed down to the god of backward compatibility, but I really don't think Microsoft's reputation would be any different today, even if they shipped Windows XP with limited users by default. Because of UAC, most malware is now privilege aware and is content to stay inside users' profiles, not even attempting to take over the machine. The only thing that has changed is that malware infections are easier to clean up now, because they can't install root kits at will.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    14. Re:Security as it should be by Anonymous Coward · · Score: 0

      if i recall correctly, Apple has had a reputation in the past to be the last to fix various cross-platform vulnerabilities. Moreover, again, if I recall correctly, Mac is generally the first to fall in hacker competitions. These vulnerabilities that you mistakingly believe don't exist in OS X are indeed there, but its just not cost effective to exploit a security hole in software thats running on less than 5% of PCs world wide.
       
      It amazes me how ignorant Mac users are sometimes about how secure their systems really are. Talk to any real security expert and they'll tell you that OS X only just caught up with Windows in terms of security features (such as ASLR only showing up recently).

    15. Re:Security as it should be by drinkypoo · · Score: 1

      The upshot is, if you're running Adobe CS suite or any one of many other software packages on Windows you're running two services (UPnP and Zeroconf) that do the same thing, both of which have to exposed to hackers and neither of which is as sandboxed as it should be. If you're doing the same on OS X you have only one version (Zeroconf) and it is happily sandboxed so an attacker has to exploit not only the service, but also break the sandbox somehow... a very difficult task. This is all the result of how Windows handles services in comparison to OS X or Linux.

      Unfortunately, if you want all the functionality of Windows' networking, you'll have to install both uPnP and Autoconf on Linux, not to mention Firestarter, samba, and a whole host of other tools, and you then take on all of their vulnerabilities in the same way you do when those services run on Windows.
      Computers that do stuff are vulnerable to attack. That's why trying to do stuff on Windows is such a mistake :)

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    16. Re:Security as it should be by 99BottlesOfBeerInMyF · · Score: 1

      Actually, automated worms generally target services and they account for the majority of malware infections.

      Absolutely false. Go look up the top ten malware threats at any AV site, at any time.

      Why would you look at the "top ten threats" when you can actually look up the statistics a cited? Why would you assume what some AV company thinks you should pay attention to is the same thing as what has caused the most infections. Personally, I don't have to look up the numbers because I helped write some of the tools ISPs use to track this very information and I still pay attention to the feed.

      Code Red targeted IIS.

      Initially. One of the later variants targeted UPnP and several other services.

      Conflicker was a class of worms. One did target the a server service vulnerability. Another targeted weak passworded shares and another propagated through usb sticks and the "autorun" feature. None of them targeted the UPnP service.

      Umm, okay. Aside from telling you you're completely wrong, I don't know what to say. This takes 5 seconds with Google.

      Obox - never heard of it - Google turns up nothing.

      That's because you fail at copy and paste. It's Qbox, not Obox.

      You claim that UPnP is not adequately sandboxed, but give no reason why. Checking services, I see that UPnP runs as the local service account.

      First you're conflating user account permissions with access control.

      No, I'm wasn't. Via ACLs, the local service account in Windows has access to almost nothing.

      Sandboxing != user account permissions. User accounts do not use the same mechanism as ACLs. If you can't even acknowledge you're wrong on such a basic and obvious point I'm not sure there's any point continuing this conversation.

      Thanks, and yes, I knew what MAC is. I just didn't know if OSX made use of it, though given the bullshit you said about code red and conflicker above, I don't know if I should believe you.

      ...and clearly spending 30 seconds doing a Google search is too hard for you. Enjoy your unchangeable and unfounded beliefs.

    17. Re:Security as it should be by toadlife · · Score: 1

      Why would you look at the "top ten threats" when you can actually look up the statistics a cited?

      Because "top tens" reflect what desktops are actually being affected by at any time. If you have a source of statistics that says something else, please share them. Telling me to "find them" is a total cop out.

      Initially. One of the later variants targeted UPnP and several other services.

      [citation please]

      That's because you fail at copy and paste. It's Qbox, not Obox

      I searched for `Qbox`. I also searched for `qbox worm`. Nothing. You have a habit of making claims that cannot be verified.

      Sandboxing != user account permissions. User accounts do not use the same mechanism as ACLs

      Instead of putting words in my mouth, how about addressing what I said? I never said services in Windows were sandboxed. I said they were restricted via ACLs.

      Enjoy your unchangeable and unfounded beliefs

      Fuck you too.

      --
      I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
    18. Re:Security as it should be by adolf · · Score: 1

      Paragraphs, FFS.

  9. this is anything but new by v1 · · Score: 5, Informative

    There's been malware out for mac for well over a year. The big one I run into is a self-decoding shell script that installs a root cronjob to redirect your dns servers. The machines get brought into me because their web browsing has gotten slower, due to the malware dns server the machine is now using being a lot slower than their ISP's.

    I've actually ran into ONE example of a mac that was back-door'd, but thought it was an isolated targeted attack. (the victim was "high profile") But maybe it was just an early version of what's discussed in this thread.

    BUT, tossing my hat into the ring as to whether or not Apple should be "hiding" the fix... check out the latest security update from Apple. HUGE list of security patches. (over 40?) All with accreditation to the people that brought the issues to Apple. It's not like they don't have issues, and it's not like they systematically hide them. They just tend to fix them very quickly, and have very few (relatively speaking) to fix in the first place. Apple is well-known to include security updates and fixes in their OS updates, they don't all land in security updates. That's all this one was. It's very likely there were a dozen other security-related fixes made in the 10.6.4 update. This one they just happened to notice. Apple just doesn't usually put a security-fix accreditation readme in with their OS updates. Is that the real issue here I wonder?

    --
    I work for the Department of Redundancy Department.
    1. Re:this is anything but new by Anonymous Coward · · Score: 2, Insightful

      Fix them very quickly? Not true. They fix the ones made public very quickly but they are often as slow as Microsoft used to be at fixing the ones that don't make a splash. Microsoft in the meantime has gotten much more agile and serious about fixing bugs when they're reported all the while bitching if someone dares go public too quickly for their taste ala Google. Microsoft has gotten good at keeping researchers from telling anyone anything while Apple has simply been happy that no one has noticed. As Apple's market share rises they are becoming a target and if there wasn't so much money in it we'd probably have already seen a nasty worm or two. But these days that's a waste of money - black hats now make big bucks off of exploited machines and that stuff doesn't just get thrown around like it used to for giggles.

      Meanwhile the "experts" at the Apple store tell customers that their machines "can't get viruses because they're built different". Seriously - this was overheard at one of their stores and it's mind boggling.

    2. Re:this is anything but new by zippthorne · · Score: 1

      Interesting. Although I find it hard to believe that even a malware DNS would be slower than my ISP's DNS...

      --
      Can you be Even More Awesome?!
    3. Re:this is anything but new by eihab · · Score: 4, Interesting

      Microsoft in the meantime has gotten much more agile and serious about fixing bugs when they're reported all the while bitching if someone dares go public too quickly for their taste ala Google.

      Too quickly for their taste?

      I don't know what world you live in where you can patch something as complicated as windows in five days.

      Do you know how many versions and language combination of windows there are? Testing and QA that goes into it? Documentation?

      It's not like your small little project where you fix a couple of lines and call it done you know.

      And also, it wasn't "Google" per se, one of their security researchers did it, and according to his tweets he claims that this was done on his own time.

      But sure, let's ignore the facts and label this as a clash of the titans.

      --
      If you can't mod them join them.
    4. Re:this is anything but new by v1 · · Score: 1

      Use Google Public DNS. Easy to remember too. 8.8.8.8 and 8.8.4.4

      --
      I work for the Department of Redundancy Department.
    5. Re:this is anything but new by Anonymous Coward · · Score: 0

      You might notice your browsing improved then. :p

    6. Re:this is anything but new by Dragoniz3r · · Score: 1, Insightful

      yeah if you don't mind google knowing every hostname you ever resolve...

    7. Re:this is anything but new by alexandre_ganso · · Score: 1

      Where in the world except for microsoft the languages is relevant for fixing up bugs or securing the CODE?

    8. Re:this is anything but new by squiggly12 · · Score: 1

      And your current ISP doesn't know this data? Provided of course that you are using the default DNS for the ISP in question.

    9. Re:this is anything but new by Ash-Fox · · Score: 1

      yeah if you don't mind google knowing every hostname you ever resolve...

      Care to explain why I would mind it any more than my ISP or government knowing?

      --
      Change is certain; progress is not obligatory.
    10. Re:this is anything but new by eihab · · Score: 4, Interesting

      Where in the world except for microsoft the languages is relevant for fixing up bugs or securing the CODE?

      The world where you have to deal with RTL languages like Arabic and Hebrew where no matter how simple the patch is, something is bound to get broken.

      That's not even considering that the bug was in the hcp:// protocol that's directly related to help/remote assistance and the control panel. How will the patch affect hcp://[slashdot ate my UTF-8 Arabic characters that spelled help]?

      That said, I do not have access to the code and I do not know for sure if there are any il8n issues to consider, but make no mistake about it, Windows is not your freaking weekend project that you can fix/QA and push live in five days.

      Look, I dislike Microsoft as much as the next guy, but Google's security researcher really didn't give them any chance here.

      Had he reported it and it went unfixed for 3 months then I'd be rooting for him and bashing MS like there's no tomorrow. But any bug in a code base as complicated as windows cannot be humanly fixed in the time-frame he gave them.

      --
      If you can't mod them join them.
    11. Re:this is anything but new by Anonymous Coward · · Score: 0

      Meanwhile the "experts" at the Apple store tell customers that their machines "can't get viruses because they're built different". Seriously - this was overheard at one of their stores and it's mind boggling.

      The simple fact that buffer overflow attacks fail on a mac IS the reason why most attacks fail on a mac... windows has allowed stack code to execute for years. It one of the main vectors for malware, viruses... whereas OSx actually uses the CPU memory permissions to prevent it....

    12. Re:this is anything but new by uglyduckling · · Score: 1

      I stopped using that when I realised that, for some reason, it breaks Spotify. At least in the UK, and at least with my combination of ISP / Router / Mac. I would recommend Open DNS. Fast, free, and they give you some level of filtering if you like that sort of thing (it's a good way of transparently blocking hardcore porn without annoying keyword matching).

    13. Re:this is anything but new by Kalriath · · Score: 1

      The world where you have to deal with RTL languages like Arabic and Hebrew where no matter how simple the patch is, something is bound to get broken.

      That's not even considering that the bug was in the hcp:// protocol that's directly related to help/remote assistance and the control panel.

      Not control panel, but if you disable hcp:// URLs, you're bound to infuriate corporate IT helpdesks the world over as that's the way you access Unsolicited Remote Assistance (and the only way to do so).

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    14. Re:this is anything but new by Kalriath · · Score: 1

      As long as you don't mind slowing down all your regular web browsing because Akamai and Limelight believe you're in California and always serve up the Los Angeles CDN node in response to DNS queries.

      --
      For a site about things like basic rights, Slashdot users sure do like to censor "dissent".
    15. Re:this is anything but new by v1 · · Score: 1

      yeah if you don't mind google knowing every hostname you ever resolve...

      If I had a tinfoil hat I think given the choice of Qwest knowing my browsing habits vs Google knowing them, I'd pick Google every single time.

      And a lot out there can do worse. "comcast" comes immediately to mind, with their unresolvable dns lookup hijacking.

      --
      I work for the Department of Redundancy Department.
    16. Re:this is anything but new by Alien1024 · · Score: 1

      Because you don't want to contribute to Google's data mining business?

      As to your ISP/government, they already know/can find out what hosts you visit even you don't use their DNS. You're not hiding anything from them by changing using third-party DNS.

      That said, if google/OpenDNS/etc works faster for you, great.

    17. Re:this is anything but new by Ash-Fox · · Score: 1

      Because you don't want to contribute to Google's data mining business?

      Why? I don't understand how this is worse than my ISP/government.

      As to your ISP/government, they already know/can find out what hosts you visit even you don't use their DNS.

      Indeed, which really accounts for anything I'd be truly concerned with.

      --
      Change is certain; progress is not obligatory.
    18. Re:this is anything but new by exomondo · · Score: 1

      The simple fact that buffer overflow attacks fail on a mac IS the reason why most attacks fail on a mac... windows has allowed stack code to execute for years. It one of the main vectors for malware, viruses... whereas OSx actually uses the CPU memory permissions to prevent it....

      Sounds like you're referring to the NX bit, which has been utilised in a range of operating systems for many years to prevent most buffer overflows. Your comment:

      windows has allowed stack code to execute for years

      is incorrect in the context of executable space protection as this has been enabled (by default in fact) in Windows since XP SP2.

    19. Re:this is anything but new by exomondo · · Score: 1

      Meanwhile the "experts" at the Apple store tell customers that their machines "can't get viruses because they're built different". Seriously - this was overheard at one of their stores and it's mind boggling.

      Maybe direct them here. Specifically:

      However, since no system can be 100 percent immune from every threat, antivirus software may offer additional protection.

    20. Re:this is anything but new by Divebus · · Score: 1

      Meanwhile the "experts" at the Apple store tell customers that their machines "can't get viruses because they're built different". Seriously - this was overheard at one of their stores and it's mind boggling.

      You know the difference between a virus and a trojan, no?

      --

      Most of the stuff on /. won't survive first contact with facts.
    21. Re:this is anything but new by Anonymous Coward · · Score: 0

      He reported it and attempted to negotiate a 60 day patch release. When those negotiations failed, he released the information to allow end users to disable the hcp handler in order to protect themselves:

      http://vrt-sourcefire.blogspot.com/2010/06/defenders-of-faith.html

    22. Re:this is anything but new by eihab · · Score: 1

      He reported it and attempted to negotiate a 60 day patch release. When those negotiations failed, he released the information to allow end users to disable the hcp handler in order to protect themselves

      Two problems with this postmortem explanation:

      a) He didn't have to be such a d*ck about it on the mailing list when he was asked why did he do this. His response was basically "If you are asking me then you're uninformed and you should know better."

      b) How about calling Microsoft and saying: "Ok, I'm trying to negotiate 60 days for a patch to no avail. You have 30 days now instead of 60, and if you do not patch this I'm posting it on full-disclosure." Then he could have blogged about it and made MS look like $hit.

      If MS was this horrible repeat offender that sits on patches forever like he implied in his follow up posts, why did he contact them to begin with? He could have just went to full-disclosure and said "MS sucks, they never listen to me, here's the vulnerability, good luck MS".

      There are so many scenarios that he could have taken to avoid all this heat. It's unfortunate that he chose to do what he did.

      --
      If you can't mod them join them.
  10. No reason to speak up by Anonymous Coward · · Score: 0, Troll

    Many Mac users don't mind being back doored.

  11. One does not have to wonder by goombah99 · · Score: 1, Insightful

    I hate story blurbs that suggest the sinister ('one has to wonder!') when the only news is that apple added yet another trojan to it's list of other trojans. If you wanted to say something intelligent you might instead say something like "is apple the only OS that, at the OS level, has explicit trojan filters?" then you could remark about Linux distro's or various editions of Windows or maybe even Baracudda routers or something. But there is nothing sinister here, it's all good. Reminds me of Aharon AppleMcHater over at TGdaily. always the negative spin!

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:One does not have to wonder by Anonymous Coward · · Score: 5, Insightful

      So you like it when the OS vendor pushes some software onto your system without any mention in the patch notes (which is the point of the article)? If so, you're posting on the wrong website.

    2. Re:One does not have to wonder by goombah99 · · Score: 0, Troll

      but they did have it in the notes. the article is wrong.

      --
      Some drink at the fountain of knowledge. Others just gargle.
    3. Re:One does not have to wonder by Anonymous Coward · · Score: 0

      Care to actually point to a source that says it was in the original notes? Multiple sources say "it wasn't," you claim it was.

    4. Re:One does not have to wonder by dotwhynot · · Score: 1

      but they did have it in the notes. the article is wrong.

      Uhm.. can you point to where you see that? Here are the notes: http://support.apple.com/kb/HT4188

    5. Re:One does not have to wonder by abhi_beckert · · Score: 1

      But this isn't "software" this is just "updated contents of an XML file".

    6. Re:One does not have to wonder by Anonymous Coward · · Score: 0

      It's modifying files and lying about what it's doing. A lie of omission is just as bad as any other lie.

    7. Re:One does not have to wonder by stephanruby · · Score: 1

      There was public disclosure. Adobe flash was publicly described as insecure by Steve Jobs many times.

    8. Re:One does not have to wonder by Smallpond · · Score: 1

      There was public disclosure. Adobe flash was publicly described as insecure by Steve Jobs many times.

      The difference from the other things listed in this bulletin is that iPhoto is Apple software. They seem happy to describe security holes in other company's software.

    9. Re:One does not have to wonder by Ixokai · · Score: 1

      Aren't we being a little bit too squealy and melodramatic about the whole thing?

      The vendor did not push some software to your system that does some strange and darkly sinister purpose.

      As part of a regular "service pack", they fixed bugs and issues throughout the system and its included apps and highlighted many of these changes. They also fixed many bugs which are security issues-- those which had CVE-ID's, they made sure to document officially.

      But do you really think they need to publish a changeling with every single little change in the system? This update was *configuration*. It was a change to a text file marking a certain signature to watch out for. Microsoft doesn't do that. Adobe doesn't. No one does. And why should they? If you want to see a commit log of every single change possible -- don't use Mac. Or anything which is not entirely open source.

      If that's what you need, great. Go for it.

      For the rest of the people out there, what they need to know they were very clearly told in the notes. Various bugs were fixed, various public security concerns that CVE noted were fixed.

      There's no deception; there's no lie, unless you have totally bizarre expectations for commercial software updates. You get the highlights. You get notices of fixes to reported issues. Otherwise, flaws and refinements quite likely are being fixed without any specific note unless they are things that seem important.

      If you don't like that... don't buy software.

    10. Re:One does not have to wonder by Ixokai · · Score: 1

      Changeling. Changelog. What's the difference?

      One is an effete over-sexed pretty thing with wispy powers living among us banal people, the other is a banal list of every minute change made to a piece of logic.

      No real difference.

      (And no, I never did play Changeling: the Dreaming. Honest. And yes, I know not all Changelings are pretty. But come on. Everyone did Sidhe-sexing. Be real.)

    11. Re:One does not have to wonder by uglyduckling · · Score: 3, Informative

      This isn't iPhoto, it's malware disguised as iPhoto; if it were disguised as office2008.dmg would you call it a hole in Microsoft's software? In fact, it's not _any_ kind of security hole. It's practically impossible to prospectively guard against trojans because they're software installed by the user that claims to do one thing but actually does something else. The only real way to do that comprehensively is a closed app-store model, which is the main thing Apple are bashed for on Slashdot.

    12. Re:One does not have to wonder by BasilBrush · · Score: 1

      So you like it when the OS vendor pushes some software onto your system

      Stop right there. This was not software. It was adding an extra malware signature to an XML file.

      No bug in OSX to be fixed. No vulnerability to be patched. You would be closer calling it a feature added. Though that's a bit generous for simply adding a malware signature to a database.

      There is absolutely nothing sinister here. But slashdot has long since become a tabloid tech site, determined to twist news to pander to it's audience.

    13. Re:One does not have to wonder by Anonymous Coward · · Score: 0

      There was public disclosure. Adobe flash was publicly described as insecure by Steve Jobs many times.

      And not by Adobe? You must have missed a couple of updates by them.

    14. Re:One does not have to wonder by oji-sama · · Score: 1

      but they did have it in the notes. the article is wrong.

      Uhm.. can you point to where you see that? Here are the notes: http://support.apple.com/kb/HT4188

      Please step inside the field and check again ^.^

      --
      It is what it is.
    15. Re:One does not have to wonder by Smallpond · · Score: 1

      I stand corrected. The difference is that in fact there is no security bug and no fix.

      I don't think that any security vendor says they are fixing bugs in their code when they publish a new signature file.

    16. Re:One does not have to wonder by VGPowerlord · · Score: 1

      This update was *configuration*. It was a change to a text file marking a certain signature to watch out for. Microsoft doesn't do that.

      Yes they do. Microsoft includes Windows Defender as part of Windows Vista and Windows 7 which, as I recall, has bi-weekly definition updates.

      They also have a second free version of it, that also includes an anti-virus, named Microsoft Security Essentials... but are barred from including it with Windows due to anti-trust threats from the like of Symantec and McAfee.

      They also publish a new version of the Malicious Software Removal Tool every month.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
    17. Re:One does not have to wonder by VGPowerlord · · Score: 1

      ...and re-reading the posts, I realize that I misread what the GP was saying. Whoops.

      --
      GLaDOS for President 2016! "Well here we are again. It's always such a pleasure." -- GLaDOS, 2011
  12. The issue is more secure by Anonymous Coward · · Score: 0

    Nothing is a 100% secure. I own both Macs and PCs and neither is a 100% secure but the Macs probably after five years of owning them along side PCs, I've used PCs for 23 years, I'd say the Macs have 5% of the security issues the PCs do. Windows 2000 was worse yet although it wasn't a bad OS to use. I did recently get some malware that was slowing down a Snow Leopard Mac. The one cool thing is I redid the OS quick and painless and just dragged my software back into the folder from a backup drive, no installing needed. I was back up and running in two hours where as to do the same with a PC would have cost me a day or two.

    1. Re:The issue is more secure by luther349 · · Score: 1, Interesting

      macs used to be just as bad is pcs pre osx. it was the change to unix that made macs more secure then a pc. unix and its brother linux have one critical advantage over windows. you can upgrade the core of the os at anytime. so a pice of bad soft where can always be patched. this is why linux and osx maleware etc are short lived. as i tell users that ask me the question if linux can get infected i always tell them yes but if you stay up2date the chances of it are slim.

    2. Re:The issue is more secure by couchslug · · Score: 1

      "I was back up and running in two hours where as to do the same with a PC would have cost me a day or two."

      Two hours beats usual Windows + apps install time from standard media, but a day or two is a bit much. If I had a Windows machine with that much...stuff on it I'd image the thing and back it up frequently.

      --
      "This post is an artistic work of fiction and falsehood. Only a fool would take anything posted here as fact."
  13. Re:Get a clue Clulely! by phoenix321 · · Score: 1

    Being open about one's shortcomings is a prerequisite for trust.

    I'd rather drive a car that underwent several public recalls instead of a car with defects that the manufacturer kept silent about.

  14. Re:Get a clue Clulely! by lemur3 · · Score: 1

    remember that one Dr Who episode?

    "If I told you everything you wouldn't need to trust me"

  15. When will we get automatic patching? by zerofoo · · Score: 4, Insightful

    I use apple's software update server to distribute patches and updates at my company. I never understood why apple gives us a mechanism to centrally control and distribute patches, but no way to automatically install them.

    This is one thing that Microsoft got right. Centrally distributing and installing patches is stupidly easy in the windows world. It pains me to say this, but the lack of automatic patching will bite apple and their users one day.

    1. Re:When will we get automatic patching? by jjoelc · · Score: 1

      agreed.. but I'm not holding my breath. Apple has just never really shown much interest in the enterprise market. If they had, they would undoubtedly have more... enterprise features... the tools are certainly out there, and Apple really wouldn't have that hard a time implementing them, I wouldn't think...

      It is kind of a vicious circle in a way.. lack of tools prevents wider enterprise acceptance, lack of acceptance means the company has less reason to focus on the category and make improvements...

      But I really think it all starts with Apple not really caring about that segment of the market.

    2. Re:When will we get automatic patching? by Drakino · · Score: 4, Informative

      "man softwareupdate" for info on one way to auto install updates.

      And OS X out of the box has ran software update at first boot since 10.0. Yes, a user has to click install now, and they may just ignore it. But it will come back and prompt again later.

    3. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      Apple Remote Desktop does exactly what you want. Or, barring that, run softwareupdate over SSH.

    4. Re:When will we get automatic patching? by JPRelph · · Score: 1

      What's wrong with an ARD Task Server and scheduled tasks to push out softwareupdate commands to clients? Tends to work pretty well in my experience.

    5. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      I fully second this. You can have automated updates right now if you care to configure them. Or you can build an automatic, centralized process that you kick off manually when you feel the need.

      Just because Microsoft did something in a particular way, does not mean they got it right. As some of us know, there is much to be appreciated about the Unix way of doing things. Given the number of times that my Windoze desktop at work has rebooted itself while I was busy working, I'd say my company's interpretation of the Microsoft way is quite lacking. Not this isn't possible with command line tools, but it sure is annoying.

    6. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      This is one thing that Microsoft got right. Centrally distributing and installing patches is stupidly easy in the windows world. It pains me to say this, but the lack of automatic patching will bite apple and their users one day.

      I remember Slashdot grilling Microsoft over it's presumption at the time. "There's no way I'll ever let Microsoft automatically update software on my computer.

    7. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      agreed.. but I'm not holding my breath.

      If you would continue breathe normally you might be less ignorant and discover that updates can already be auto-installed.

    8. Re:When will we get automatic patching? by zerofoo · · Score: 3, Insightful

      Only works if the logged in user is an administrator. My end users do not have local admin permissions.

    9. Re:When will we get automatic patching? by zerofoo · · Score: 1

      It doesn't work well for offline clients. We have tons of laptop carts, and when the laptops are off-site or turned off and stowed in the carts, updates are missed. Finally, the end user still needs to be an admin to install the updates. None of our end users have administrative access.

      I'd also like another thing that microsoft provides with their update server; a summary of the update status of each client machine.

      Hopefully apple will provide this in the future.

    10. Re:When will we get automatic patching? by zerofoo · · Score: 1

      Task server can collect the client summaries, but for some reason, off-line clients aren't reported accurately. Maybe we just need to work with it some more.

    11. Re:When will we get automatic patching? by Drakino · · Score: 1

      Thats assuming you have the user run softwareupdate. One different possibility here would be to set a cron job or similar process up running as an admin user. Or use the remote SSH ability. Though I'm not certain how this info would be relayed to the user if a reboot was needed. Much like other Unix tools, softwareupdate would be just one piece of the puzzle, joined with other utilities I'm sure you could get something workable, since it seems ARD isn't working for your offline clients properly.

    12. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      "man softwareupdate" for info on one way to auto install updates.

      Ah yes, the ease of command line linux at the price of an Apple. Truly a better solution that Windows.

    13. Re:When will we get automatic patching? by jimicus · · Score: 1

      You'd better tell Apple about this glaring hole. They don't think it exists.

      (Yes I know it requires you to go out and buy a Mac running OS X Server. Running your own local Windows updates requires you to go out and buy Windows Server, so how's this any different?)

    14. Re:When will we get automatic patching? by zerofoo · · Score: 1

      We have all of those tools, yet they still do not do what I want.

      I want the ability to authorize updates centrally and have clients regularly check-in, and install updates on a pre-defined schedule - without user intervention.

      As far as I can tell, that does not exist. We have Mac OS Server and unlimited client ARD. Manual pushes of software packages work fine if all the clients are online during the push.

      They are close. All the pieces are there, Apple just needs to stitch them together a bit better.

      -ted

    15. Re:When will we get automatic patching? by jimicus · · Score: 1

      Ah, now I did not know that.

      There's quite a few Windows management tools which are equally brain damaged - how the Hell are you meant to guarantee that every client is online and reachable in these days of laptops and working remotely?

    16. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      They want you you to push it out via an ARD command scheduled on a task server.

    17. Re:When will we get automatic patching? by Drakino · · Score: 1

      Funny that you bring this up, considering Microsoft is scrambling to add command line solutions to their products with Powershell and even ship a server version of Windows that is all command line based.

      Ultimately the more tools an admin has at their disposal, the better.

    18. Re:When will we get automatic patching? by Anonymous Coward · · Score: 0

      Let's use a car analogy, since I haven't seen one for at least 3.7 seconds...

      Imagine the world's biggest auto company had this little problem with engines falling out of cars. People quickly got used to it -- after all, it was only fatal sometimes, most of the time it was just inconvenient, messy, and expensive. This automaker came up with a wonderful fix: they made it really easy to remove and reinstall the engine. Third party companies sprang up all around the country providing a service of preventing the engine from falling out. They had two main techniques: add a speed governor, limiting top speed to around 45 MPH, and filling the engine compartment with all kinds of bracing made out of duct tape and wire coat hangers. Even better, you had to bring the car in monthly to get the duct tape rearranged.

      Auto maker number two decided to design and build a better engine. They lost sales because their engines were harder to replace. Granted, they ran for 250,000 miles without a tune-up, but that's not the point. They were expensive to remove, doggone it, and the competitor's cars engines practically (literally) removed themselves!

      (meanwhile, the small but vocal group of people who built their own cars from high quality components -- cars that were fast, economical, reliable, and usually homely -- were largely ignored)

  16. I'm confused by selven · · Score: 1

    While he certainly has a point that Apple benefits by its users' belief that the platform is secure, you also have to wonder whether any such publicity from a security company has a marketing subtext, as well.

    How exactly are these two objectives different from each other?

  17. A Billion Monkeys by Gary+W.+Longsine · · Score: 1

    Well, assuming your claim is true, you wrote malware which included trojan and virus features. There are tens of thousands of those on Windows. They can replicate through a variety of mechanisms which don't require users to provide special authorization, or even take any action (viruses), propagate to other systems via network accessible security holes (worms) or trick the user into clicking something (trojans). Perhaps you have an english-as-a-second-language issue, but trojans are still not viruses, even when you link them into the same binary. You might want to rethink that last statement you just made.

    --
    If you mod me down, I shall become more powerful than you could possibly imagine.
  18. It must be true... by Jerry+Rivers · · Score: 1

    ...because it was mentioned in a blog.

    --
    The pursuit of absolute tolerance leads to the most rigorous and ludicrous intolerance. - REX MURPHY
  19. Viruses? by philofaqs · · Score: 2, Interesting

    Not looking for trouble, but really what was the last virus to hit the windows world? Trojans yes by the bucketload that then download all sorts of malware, but since XP SP2 wnet mainstream viruses as such seem dead. OK a piece of social engineering like the "I love you" will still get people but users are users. All you can do is make them non admins but crudware can still destroy their data and I don't see how other OS's can stop that, the machine might be OK but that user's data is toast and that's generally where most people value things. "The machine is fine, the only thing I couldn't recover is that special photo of your dead Gran" is not what folks want to hear.

    1. Re:Viruses? by tokul · · Score: 1

      but since XP SP2

      Hello, Conficker.

    2. Re:Viruses? by philofaqs · · Score: 1

      OK Conficker, the fix for which was available to all, even pirates for months and required the user to have admin privs. What about the point that it's the user's data that's valuable, the system is easily repaired, the data not.

    3. Re:Viruses? by tokul · · Score: 1

      OK Conficker, the fix for which was available to all, even pirates for months and required the user to have admin privs.

      Conficker uses remote exploit. My point was that WinXP SP2 is remote exploitable just like SP1 was.

      Considering the fact that Microsoft pushed new software and spyware in Windows Update (and still does), admins could disable Windows Update.

    4. Re:Viruses? by philofaqs · · Score: 1

      Well yes, but what's your point? If your supplier provides and you deliberately ignore then sorry that's your fault. OK I asked about post SP2 viruses and you've got one that was already patched, long before it came up to bite people, any companies that got bit by this probably need to sack the managers as the techs would have been screaming for months. Still you haven't addressed my point that it's not the system but the data that needs protecting and that's what the AV anti-malware guys do.

  20. iPhoto? by Silvrmane · · Score: 1

    I don't get it. Why would anyone pirate iPhoto? It comes with every Mac sold, already installed.

    1. Re:iPhoto? by dancingmad · · Score: 3, Informative

      Whatever the current version of iPhoto is comes with your Mac. To upgrade you have to buy the latest version of iLife.

      --
      "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
    2. Re:iPhoto? by Phroggy · · Score: 1

      I don't get it. Why would anyone pirate iPhoto? It comes with every Mac sold, already installed.

      The current version comes with every new Mac. If you have an older Mac, you may not have iPhoto, or you may have an old version that doesn't have some of the new features you want. iPhoto cannot be purchased separately; it's part of the iLife suite which sells for $79 and there is no discount for upgrading from a previous version.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    3. Re:iPhoto? by Silvrmane · · Score: 1

      This is 100% incorrect. For comparison, I have a couple of Macs here: An iMac that dates back to Nov. 2009 that came with iPhoto, and a ancient G4 that I just today wiped, did an install of Retail OS 10.5 (which does not come with iPhoto), and then installed iLife 09. After a few passes through Software Update, both machines now have identical versions of iPhoto (8.1.2).

    4. Re:iPhoto? by Phroggy · · Score: 1

      So your iMac that you bought less than a year ago came with iLife bundled (which I think we're all in agreement about), and then you did a fresh install of Mac OS X 10.5 on an old G4... and then installed a copy of the latest version of iLife. Where did you obtain that copy of iLife 09? Did you buy it, or did you install the bundled copy that came with your iMac?

      I'm confused. What do you think I'm wrong about?

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    5. Re:iPhoto? by dancingmad · · Score: 1

      It'll upgrade the point number but not to the next major release.

      --
      "There is no time, sir, at which ties do not matter," Jeeves, (Jeeves and the Impending Doom)
  21. Some users will ALWAYS be difficult jerks.... by King_TJ · · Score: 0

    My experience doing on-site service for years, plus working in I.T. in both a support and management role, tells me that Windows users are NOT "safer because they know there is malware for Windows". Not by a long shot....

    The anecdote about having to clean a few Macs with DNSChanger on them really is the exception. It's actually an interesting little story for those of us who use Macs regularly, because it's a pretty uncommon find. If you said the same thing about Windows, that "You had to clean a few Windows PCs the other day because they had such-and-such malware on them.", people would laugh at you for bothering to post it, most likely!

    As soon as a Windows PC is connected to the Internet, it's basically under attack. If you ever try doing a full system recovery on some of the older PCs out there using their included "recovery disc" - you actually have to apply the service packs for the OS *before* you connect it to the Internet. Otherwise, it's quite possible it will get infected with trojans within under 10 minutes, while you're trying to download the automatic updates to secure it! (A good firewall in front of it does help, mind you -- but there are still a lot of people out there simply connecting a single PC to their cable modem or DSL modem directly, and relying solely on the software firewalls built into the OS.)

    It's never really been true to say "Macs can't get infected!" ... but they're a lot closer to Linux or BSD in this regard than Windows. On the whole, the user just trying to use the Internet in a normal manner (reading legitimate news web sites, doing web-based email, reading a few web-based message forums perhaps, and doing some online shopping) has a VERY low risk of getting infected on a Mac. At the very least, the sites that try to trick a user into installing an executable will usually fail with Mac users because they keep trying to download them an .EXE file, which OS X can't even run!

  22. it's a trojan, not a Mac defect by YesIAmAScript · · Score: 1

    Trojans work because of faults in the human operator, not because of faults in the OS.

    It's not a Mac fault, and to carry your allegory forward, it'd be like if car companies recalled cars because it was possible to get in a wreck if you drive them into a wall.

    --
    http://lkml.org/lkml/2005/8/20/95
    1. Re:it's a trojan, not a Mac defect by phoenix321 · · Score: 1

      Trojans need a way in, and that can be a human operator tricked into using admin rights to install it or a security hole allowing it to gain admin rights itself.

      There have been trojans hidden in drive-by downloads, web banners, PDF files, remember?

  23. Re:Yeah by Anonymous Coward · · Score: 0

    Not really; after paying so much for that Apple logo they have nothing left.

  24. anti-virus is for the user, not for the OS by pikine · · Score: 3, Insightful

    On one hand, Apple could have very well done the same with other parts of the software, providing fix without disclosure. This goes on to say that vulnerability disclosure is a very poor indicator of software quality. However, in this case, it could have said something as trivial as "updated malware signature database." It's not fixing a vulnerability.

    On the other hand, this article highlights the very interesting fact that there *is* a market for anti-virus software, even when the base OS is robust and secure. The base OS could be immune to virus and malware attack when there is no user action involved. However, the user could become the weak link to compromise their own system. Anti-virus software prevents high-risk users from being affected by their reckless action.

    It's just like how only certain people need to be HIV tested regularly. You only need to worry about HIV infection if you received blood transfusion, or if you engaged in promiscuous sexual act (willfully or as a rape victim). If you did neither, then you don't need to be tested, hence you don't need to spend money on the pharmaceutical products for the HIV test. You should definitely be tested regularly if you know what you do carries a high risk of contracting HIV.

    You may still need anti-virus software, depending on if what you do online carries a high risk of contracting malware. It has less to do with whether your operating system is secure.

    --
    I once had a signature.
    1. Re:anti-virus is for the user, not for the OS by Runaway1956 · · Score: 1

      "the user could become the weak link to compromise their own system. "

      I thought this was a well established fact. Even a Windows machine without users is hard to hack or crack. Default installation, with no crapware installed (whether by the vendor or the customer) of WinXP or Win7 are actually pretty damned secure. Only when the user connects to the internet as Administrator, and starts installing a bunch of stupid crap does Windows turn into a security sieve.

      The single biggest difference between *nix users and Windows users is the gullibility level of the users.

      --
      "Windows is like the faint smell of piss in a subway: it's there, and there's nothing you can do about it." - Charlie Br
  25. Re:Get a clue Clulely! by Anonymous Coward · · Score: 0

    Being open about one's shortcomings is a prerequisite for trust.

    So every Linux distro update should come with the message: "Linux is still lacking a rudimentary file that contains elementary signatures of a handful of Linux threats"

  26. The reason they kept quiet, is of course: by Hurricane78 · · Score: 2, Interesting

    That if any Apple user would have heard anything about it, they would have preferred to keep the Trojan installed, so they could use it to sneak out of the walled garden once in a while. ;)
    Also, fanbois wouldn’t be able to parrot how their system has no known viruses at all. And we all know that Apple relies nearly completely on...ehrm... viral marketing. ;)

    --
    Any sufficiently advanced intelligence is indistinguishable from stupidity.
  27. Adding a 3rd malware to the blacklist is not news by gig · · Score: 2, Interesting

    The malware blacklist has existed since Mac OS v10.6.0, and has always had 2 Trojans on it. Now Apple added a 3rd because there is a new one. That's how it's supposed to work. If this is news, it says really good things about Apple because it's man bites dog. New malware on Windows is dog bites man.

    The Mac is not invulnerable to malware. No system is. That would be like saying a building is invulnerable to graffiti. However, if you paint over graffiti the instant it appears, you remove the entire incentive. Apple's Software Update patches 75% of the community within a week or so, and the rest within a month or so. There's just not much to be gained with Mac malware. Whatever you exploit will be replaced almost immediately by Apple. Snow Leopard is not one version of an OS, it's 10 discrete versions. There were 11 versions of Leopard. Each lasts only 2-3 months. A typical Windows version lasts 2-3 years or more. It's a very different situation.

    Another thing to understand is that Sophos and other companies who make their living solely because Windows is mismanaged always want to expand into the Mac market and so they like to pretend that it's not a question of platform management but rather that malware is a fact of life and their services and scanners are necessary. No. The 10-20 built-in security systems of Mac OS are superior to anything you can bolt on to Windows.

  28. Ok then, list the trojans in the wild by SuperKendall · · Score: 1, Troll

    Mac users are very fond of pointing out this distinction, leaving out that trojans and malware, and social engineering, these days are the overwhelming majority of Windows issues as well.

    Yes. Yes they are.

    Now please list the count of Windows trojans vs. mac trojans. I'll get you started with the Mac count:

    1 (or is this trojan actually in the wild yet?)

    After all, we are talking about active trojans in the wild...

    Do you not think that a system with a few orders of magnitude fewer active security threats might not, in fact, be more secure for the average user.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:Ok then, list the trojans in the wild by Anonymous Coward · · Score: 0

      Mac users are very fond of pointing out this distinction, leaving out that trojans and malware, and social engineering, these days are the overwhelming majority of Windows issues as well.

      Yes. Yes they are.

      Now please list the count of Windows trojans vs. mac trojans. I'll get you started with the Mac count:

      1 (or is this trojan actually in the wild yet?)

      After all, we are talking about active trojans in the wild...

      Do you not think that a system with a few orders of magnitude fewer active security threats might not, in fact, be more secure for the average user.

      No I don't. I just believe that the claim that Mac has no such issues now is proven wrong. That is all. Nobody have claimed that Windows doesn't have a longer list of malware in the wild.

      And questioning whether this one is in the wild is either disingenuous or you haven't RTFA or anything else on the subject. This is clearly proven to be in the wild, fx as a disguised iPhoto app for download.

      Among some of the first Mac OSX trojans discovered in the wild was this one in 1996: http://www.macrumors.com/2006/02/16/the-first-mac-os-x-virus-a-new-os-x-trojan/.

      And in 1997: http://boingboing.net/2007/10/31/mac-trojan-in-the-wi.html

      Then you had these two: http://www.scmagazineus.com/two-in-the-wild-trojans-target-mac-os-x/article/111551/ . The ARDAgent one was drive-by stealth install (which Mac users also are fond of pointing out is a Windows only problem)

      You've had a handful of others in the wild as well, like:
      http://blog.trendmicro.com/mac-os-x-dns-changing-trojan-in-the-wild/ http://www.macupdate.com/info.php/id/30265/iservices-trojan-removal-tool

      etc. There are more, but again, I'm not in any way claiming the list isn't shorter than similar Windows list, nobody is. But the claim that Mac OSX have no such malware in the wild have clearly been proven wrong (a long time ago).

  29. Re:Adding a 3rd malware to the blacklist is not ne by mmcxii · · Score: 1

    Uh, so Sophos' hard drive encryption software is because Windows is mismanaged? Huh?

  30. Re:Adding a 3rd malware to the blacklist is not ne by Cyberllama · · Score: 1

    It's not that MacOS has better built-in security, it's simply that you cut your profits by a factor of 10 if you target MacOS than if you target PC. Your "security" is "obscurity". Simple as that. Malware is a profit-driven industry, and there's never been any reason to target anything but windows. If I develop a mac exploit and/or malware, I'm only targeting 10% at the most -- that's going to pay far worse, so why do it? A good windows exploit only goes for 10k on the black market these days (or so we're told). What do you think a MacOS exploit is worth? If you have the skills to find exploits, which OS are you going to spend your time on? It's not hard to see why MacOS gets a free pass.

    If anything, Microsoft has put far more into securing it's OS simply because they've had to. Apple has not because they have not had to. Weekly updates, a malware removal tool that's updated weekly automatically (as opposed to "monthly"), anti-virus and firewall built in. Hell, Microsoft even turned all their systems into a botnet so they could use idle cycles to "fuzz" Office and find new exploits/bugs before anyone else found them. Fuzzing is how the guy who beat all the Mac systems at the last pwn2own found all his exploits -- it was apparently quite easy for him to find exploits for Safari/MacOS, he just needed the financial motivation that doesn't exist without pwn2own.

    The day MacOS gets 50% marketshare is the day they suddenly have a *huge* security problem. They will be Microsoft 10 years ago -- caught completely unaware and unprepared.

  31. Re:Yeah by Anonymous Coward · · Score: 0

    HAHAHAHAHA you really funny and original

  32. Re:Adding a 3rd malware to the blacklist is not ne by AHuxley · · Score: 1

    System per OS X eg.7-8-9 had a very small user base but had lots of malware - no free pass for older Macs.
    A *huge* security problem is hard to graft onto the back of Unix.
    Microsoft was never caught completely unaware and unprepared, they just spent time, cash and upgrade cycles on usability and networking vs any security.
    Great for building market share and entering new markets, not so good for your data.
    MS now puts a lot of effort in selling you the idea of security, beyond Win 7 is the real test.
    Also recall the 'fuzzing" effort was used by an ex NSA worker, ie it should be quite easy.
    If it where easy we would see sites like this listing many many active Mac virus like threats. The count now is 0, just lots of user installed malware and a few per OS X efforts.
    http://www.iantivirus.com/threats/

    --
    Domestic spying is now "Benign Information Gathering"
  33. Correction, year typo by Anonymous Coward · · Score: 0

    doh.. year typo, 1996->2006, 1997->2007

  34. Re:Adding a 3rd malware to the blacklist is not ne by drinkypoo · · Score: 1

    Snow Leopard is not one version of an OS, it's 10 discrete versions. There were 11 versions of Leopard. Each lasts only 2-3 months. A typical Windows version lasts 2-3 years or more. It's a very different situation.

    That is a lot of nonsense. You are either deeply ignorant or trolling. A tiny revision of the version number just means some stuff was changed. Windows updates are more numerous than Mac updates, you can take that to mean either that Microsoft cares more about timely updates or that they are more incompetent and thus need more updates, it's a whole separate argument. Either way, the version numbers don't mean much. Service packs increment Windows' build ID but that isn't very interesting, and neither is a tiny version number increase in OSX. In either case, a lot of stuff changes, and a lot of stuff doesn't change.

    Another thing to understand is that Sophos and other companies who make their living solely because Windows is mismanaged always want to expand into the Mac market and so they like to pretend that it's not a question of platform management but rather that malware is a fact of life and their services and scanners are necessary. No. The 10-20 built-in security systems of Mac OS are superior to anything you can bolt on to Windows.

    10-20 built-in security systems of Mac OS? Snicker snort. I really hope you're a troll because nobody could be this dumb. OSX is FreeBSD using Mach as a HAL and with operating system components and user applications various frameworks in multiple languages. It is not fundamentally different from a conceptual basis from Windows with its HAL also written in multiple languages. Nor is Linux/Unix/whatever. In fact, at least one of the "security systems" in OSX is known to be inferior to Windows and Linux's implementations, namely ASLR, which is totally useless on OSX, more or less works on Linux, and is amazingly good on Windows. Of course, this doesn't stop Windows from being the security equivalent of mesh pantyhose, but fishnets have their place.

    OSX is just another Unix. It has some different frameworks than other systems, and some that are the same. It also contains some spectacular failures.

    --
    "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
  35. From the link from the link by Rand+Race · · Score: 1

    "...we have received no reports of infections from customers."

    So, anti-virus company warns us to be on the lookout for trojan that they have yet to see in the wild?

    News at 11!

    --
    Insanity is the last line of defence for the master diplomat. But you have to lay the groundwork early.
  36. Kalriath gets "SHOT DOWN IN FLAMES" yet again... by Anonymous Coward · · Score: 0

    http://it.slashdot.org/comments.pl?sid=1687452&cid=32632240

    and before that also, same results (Kalriath shot down in flames yet again), here also (along with his fellow "naysayer", named "Your Master" (who was only obviously Kalriath's "alternate registered user logon" no doubt)):

    http://it.slashdot.org/comments.pl?sid=1687452&cid=32589278

    (Kalriath: You're an AUSTRALIAN, correct (not sure of this, but thought I'd ask is all)? Well, then you must LOVE "AC/DC" then, especially the early Bonn Scott material, & specifically the tune called "SHOT DOWN IN FLAMES", lol...)

    APK

    P.S.=> "too, Too, TOO EASY" (Man - Just TOO easy! Especially how Kalriath avoids disproving points in BOTH post URL's above, when he was requested to do so, and to answer questions in them (especially the first URL @ its termination))... apk

  37. Fun thread! by beetle496 · · Score: 1

    Thanks guys for an interesting and education exchange! Here is the only bit I could verify myself:
    http://www.google.com/search?q=qbox+exploit+UPnP

    --
    I paid the going retail price for a Windows screen reader and got a free Unix computer!
  38. You're missing the point. by Anonymous Coward · · Score: 0

    Apple is a company that touts itself as being malware-free (at least they imply as much). That they would do this so that they could keep touting themselves as such is basically the same as Microsoft's whole "It's not a bug, it's a feature" campaign, and if you'll recall, Slashdot wasn't a huge fan of that campaign either.

    Just because they're not the only ones who do it, doesn't make them right. I mean, if all the Big Oil companies started going around having shoddy rigs and started causing massive spills, would it be excusable because BP did it already?

  39. Virus vs. Malware by Anonymous Coward · · Score: 0

    Malware: any form of software that serves to compromise your computer for purposes other than intended by the user, IE Viruses, Trojans, Spyware, Adware, Worms.

    Virus: A subset of malware that specifically latches onto executable software installed on your computer and propagates using said software.

    TBH, Antivirus does remarkably little other than cleanup of known viruses. I remember hearing about a talk at CanSecWest a couple years back that basically was: this is how you make a virus that will get past any antivirus.

    The real trick to keeping your computer safe is proper firewall protection (hardware + software), safe browsing habits, keeping privileges set to an as-needed basis, keeping systems updated with current security updates, and being cognizant of social engineering techniques (IE how to make it so someone can't figure out your passwords). Obviously this doesn't make your computer 100% secure, but in reality nothing will do this. Think of it like cancer: You can stop smoking, you can wear sunscreen, you can get your prostate or breasts examined every year, but you can still get it.

  40. Sorry, Mr. Banananana ... by Anonymous Coward · · Score: 0

    ... but I needed to post this as near to the top as possible so that kdawson can see it.

    Hey kdawson! Look at this:

    "You have to wonder," writes Cluley, "whether their keeping quiet about

    That's supposed to be "they're", not "their". If you are quoting an actual article, stick a "[sic]" after the "their" if you're not going to change the spelling. Failing to correct the error, or at least "[sic]" the error, makes you look like a moron.

  41. Re:Adding a 3rd malware to the blacklist is not ne by Cyberllama · · Score: 1

    If it where easy we would see sites like this listing many many active Mac virus like threats. The count now is 0, just lots of user installed malware and a few per OS X efforts.

    Again, this is where you go wrong.

    There was a time when Malware was written by people just for fun. There were premade software kits from which you could very easily and with little technical skill build your own. All you had to do was name it "Cute Kittens.exe" and email it to 50 random people and you all set.

    Those days are gone -- now it's a business. If you're in the business, you do it for money. Maybe you're stealing WoW accounts and selling the gold, maybe you're creating a botnet and sending out spam, maybe you're just making it and selling it to someone else and letting them decide what to do it with it. Either way, its about money.

    To make this money you have to spend a lot of time and effort honing a very particular set of skills -- possessing vast quantities of otherwise highly esoteric knowledge. Low level system calls, APIs, assembly, whatever. To get that acquainted with MacOS, spend the time necessary to find exploits and write the malware, only to see 1/10th of the return on your investment? That would be madness. There's 0 reason to waste time finding MacOs exploits except when there's prize money involved -- but when there is, people find them every year. That should tell you all you need to know.

    The economics of malware gives MacOS absolute protection -- it's never been about how the operating system is built or the coders who wrote it. It's economics and nothing more.