Slashdot Mirror


Two Trojans For Mac OS X

I Don't Believe in Imaginary Property writes "F-Secure is reporting that there are two new Mac OS X trojans. The first is just a proof-of-concept from the MacShadows people that takes advantage of the unpatched ARDAgent vulnerability to get root access when run by the user. The second relies on social engineering: it's a poker game that requests the user's password, claiming to have detected a 'corrupt preference file.' It then takes control of the computer. Now that the source of the proof-of-concept is publicly available, we can expect that future trojans won't just politely request your password."

70 of 326 comments (clear)

  1. users by Anonymous Coward · · Score: 5, Funny

    Now that the source of the proof-of-concept is publicly available, we can expect that future trojans won't just politely request your password. Are you sure? After all, we are talking about *mac* users. :P

    Let the flamewars begin!

  2. Two Trojans For Mac OS X Users by stuntmanmike · · Score: 5, Funny

    One for you, one for your partner.

    1. Re:Two Trojans For Mac OS X Users by Anonymous Coward · · Score: 2, Funny

      And ribbed for the mac users pleasure!

      Seriously, OS X is a unix system, so anything that works on it will work also work on Linux. More slashdot readers should be concerned.

    2. Re:Two Trojans For Mac OS X Users by mrsteveman1 · · Score: 2, Informative

      Thats a stretch, the APIs are completely different, as are most of the system services, the way the kernel works. In fact, most of it is different.

    3. Re:Two Trojans For Mac OS X Users by somersault · · Score: 5, Insightful

      This exploit is done via AppleScript and the Apple Remote Desktop Agent, which should hopefully give you some kind of hint as to why this particular issue is not going to be a problem on Linux.

      OSX is certified yes, and presumably some of the basic shell commands will be exactly the same at a source level as in Linux, but in the Linux world patches are uploaded to repositories pretty quickly and users can then download updates immediately. Apple users (of which I am one) have to wait for Apple to release updates, unless they compile everything themself. I don't know if there's an equivalent of apt-get for OSX, I haven't looked..

      Then there's the fact that 99.99% (number pulled out of my ass obviously) of exploitable bugs will have already been patched in the common OS level commands by now simply because they are being used in so many different distros. Sure there is the odd high profile bug, I remember one a few weeks ago on /. about a bug in some file listing function, though I don't think it was actually a security risk as opposed to just an annoying bug.

      --
      which is totally what she said
    4. Re:Two Trojans For Mac OS X Users by Phroggy · · Score: 3, Interesting

      This exploit is done via AppleScript and the Apple Remote Desktop Agent, which should hopefully give you some kind of hint as to why this particular issue is not going to be a problem on Linux. Dude, I could easily write a malicious Perl script that would run just fine on Linux, if I could just talk you into running it. You'd be able to see the source code, but unless you're a Perl expert, it wouldn't be at all obvious what it was doing. I wouldn't bother trying to get root access, because I don't need root access.

      I wrote this a few years ago. Can you see how it works?


      #!/usr/bin/perl

      use strict;
      use warnings;

      ($,,$",$_,@_)=reverse qw(164 163 165 112),",\n",split '','\ ';

      my $music='Art';
      my($swing,$rock)=q
      s/hacker/performer/; # another creator of art...
      my $blues=~/^.(\w+).*#\s(\w+)/;
      my $jazz=substr((grep m($music)=>qx($^X$,-v))[$[],$?,scalar @_);
      my $pop=eval qq("\\@_");

      print $pop, $rock, $jazz, $swing;
      print;

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  3. Worst. Trojan. Ever. by Anonymous Coward · · Score: 5, Funny

    The second relies on social engineering: it's a poker game that requests the user's password, claiming to have detected a 'corrupt preference file.' It then takes control of the computer.
    Worst. Trojan. Ever.

    Hey guys, I've got a great new idea for a worm, I'm gonna start a e-mail chain letter that tells people they'll have bad 7 years bad luck if they don't forward the e-mail to 10 friends and send me their root passwords, IP address and their bank account and credit card numbers. It's sure to be a smashing success!
    1. Re:Worst. Trojan. Ever. by rwiggers · · Score: 3, Insightful

      Unfortunately I think it will be a huge success. People do the dumbest thing all the time. Otherwise I wouldn't see every now and then a no-news in the journal about some lottery-ticket scam and the police saying its quite common. Just in case a lottery-ticket scam isn't common in your area: Someone approaches the victim saying that has won the lottery, but for some bogus and nonsense reason can't draw the prize, so the need to exchange the ticket with the victim for a fraction of the prize...

    2. Re:Worst. Trojan. Ever. by Steauengeglase · · Score: 3, Funny

      Just like a Mac fan. Complain that 3rd party Trojans aren't good enough for them.

  4. Proof of Concept Slashdot Trojan by frictionless+man · · Score: 5, Insightful

    Hi Slashdot User!

    We have detected your Slashdot account preferences have been corrupted.

    To fix this, please post your user id and password in response to this message, and one of our customer service operatives will fix your account and recover posting privileges as soon as possible.

    Yours Sincerely, Trojan

    1. Re:Proof of Concept Slashdot Trojan by i'm+lost · · Score: 3, Funny

      I need my preferences fixed. My password is 12345.

    2. Re:Proof of Concept Slashdot Trojan by Anonymous Coward · · Score: 4, Funny

      That sounds like a combination an idiot would have on his luggage.

    3. Re:Proof of Concept Slashdot Trojan by Anonymous Coward · · Score: 5, Funny

      User Id: Anonymous Coward
      Password is blank.

      I hope you fix my preferences soon, my karma never seems to go up, no matter how much I get modded up.

    4. Re:Proof of Concept Slashdot Trojan by weicco · · Score: 4, Funny

      1 2 3 4 5? That's amazing! I've got the same combination on my luggage!

      --
      You don't know what you don't know.
    5. Re:Proof of Concept Slashdot Trojan by JohnBailey · · Score: 4, Funny

      Wow.. thanks for the heads up.. my password is "********"

      --
      It is difficult to get a man to understand something when his job depends on not understanding it.
    6. Re:Proof of Concept Slashdot Trojan by Hal_Porter · · Score: 5, Funny

      O/T but have you noticed how if you post sensitive information like your password here SlashCode filters it to X's. Very nice idea.

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    7. Re:Proof of Concept Slashdot Trojan by mrbluze · · Score: 5, Funny

      1 2 3 4 5? That's amazing! I've got the same combination on my luggage! Is your luggage by any chance in the form of a wooden horse?
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    8. Re:Proof of Concept Slashdot Trojan by fatphil · · Score: 5, Funny

      Obligatory: http://www.bash.org/?244321

      --
      Also FatPhil on SoylentNews, id 863
    9. Re:Proof of Concept Slashdot Trojan by lurch_mojoff · · Score: 5, Insightful

      And where's the comment playing down the seriousness of the first proof-of-concept? The one that uses an unpatched ARDAgent vulnerability? Some Mac users just can't face that they're not as invincible as Apple marketing wants them to think, and reject any evidence to the contrary. (I'm about to be told how this local root vulnerability isn't a real vulnerability, because it's local.) That comment is in the thread of the previous "How to Save Mac OS X From Malware" article, as well as in the comment thread of the article originally reporting the ARD vulnerability posted last week. Yes, Arty McStrawman does believe that his Mac is invincible. Not many beside him do, though. Also, if you already know what will people respond to you, why do you ask your, fairly inflammatory, I might add, question, even if you intended it to be a rhetorical one?
    10. Re:Proof of Concept Slashdot Trojan by ohcrapitssteve · · Score: 2, Insightful

      You're about to be told that no OS is safe from it's worst users. Okay, a root vulnerability. That's bad. Why is it still asking for a password? Since it is asking (and apparently getting it from some), it doesn't even need to exploit the vulnerability. This is the real news.

      Local root is "business as usual" on out of the box Windows, and has been for a long time. (I'm about to be told a nag screen with a silly make-the-background-dark effect is a reasonable substitute for a real security hierarchy. )

      Just because Mac users are used to a safe operating experience doesn't mean we think we're invulnerable and we don't know how to protect ourselves. I'm sorry all three Mac users you know are morons...

    11. Re:Proof of Concept Slashdot Trojan by Hal_Porter · · Score: 2, Interesting

      Also, if you already know what will people respond to you, why do you ask your, fairly inflammatory, I might add, question, even if you intended it to be a rhetorical one?

      Let me tell you a story. Fresh out of university I got my first full time job. I worked in an office. Worked was actually a bit of misnomer, we were all so bored the guy next to me confessed to being so concerned about not having anything to do he typed ps -aux on his Sun occasionally to 'make shit scroll past when the boss walked past'. Someone else said 'you pop a lot of brain cells working here'.

      Everyone wore suits to work, no one did any work as far as I could tell, and no one trusted anyone else. One guy came in with a new, slimline and expensive briefcase. All my coworkers crowded around him saying how cool it was. The boss walked in and headed for the middle of the crowd. He looked at the briefcase and said it was pretty cool. Then he looked at the hinges. They were actually a bit shoddy. He said something like 'I'd be happy if I got something like that in a Christmas cracker, but in something this expensive it's a bit of a disappointment'. The guy with the briefcase looked a bit crestfallen and I think he stopped bringing it to work after a couple of weeks. Especially since the only thing he had to put in it was a sandwich for lunch, which didn't fit as the boss pointed out.

      Now do you understand?

      --
      echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;
    12. Re:Proof of Concept Slashdot Trojan by samkass · · Score: 2, Insightful

      Now that the source of the proof-of-concept is publicly available, we can expect that future trojans won't just politely request your password.

      What, is this insinuating that they're going to rudely ask for your password? Because the ARDAgent vulnerability is really easy to patch... you can easily do it yourself and I'm sure Apple will have a patch any day.

      But it still comes down to the user. While there aren't any viruses in the wild for MacOS X, there are always going to be trojans for every OS. It's a lot easier to fool the user than to fool the software. Once you've convinced the user somehow to type their password, it doesn't matter how much security you've got.

      --
      E pluribus unum
    13. Re:Proof of Concept Slashdot Trojan by 0100010001010011 · · Score: 4, Funny

      <Cthon98> hey, if you type in your pw, it will show as stars
      <Cthon98> ********* see!
      <AzureDiamond> hunter2
      <AzureDiamond> doesnt look like stars to me
      <Cthon98> <AzureDiamond> *******
      <Cthon98> thats what I see
      <AzureDiamond> oh, really?
      <Cthon98> Absolutely
      <AzureDiamond> you can go hunter2 my hunter2-ing hunter2
      <AzureDiamond> haha, does that look funny to you?
      <Cthon98> lol, yes. See, when YOU type hunter2, it shows to us as *******
      <AzureDiamond> thats neat, I didnt know IRC did that
      <Cthon98> yep, no matter how many times you type hunter2, it will show to us as *******
      <AzureDiamond> awesome!
      <AzureDiamond> wait, how do you know my pw?
      <Cthon98> er, I just copy pasted YOUR ******'s and it appears to YOU as hunter2 cause its your pw
      <AzureDiamond> oh, ok.

      (For those that don't want to copy and paste)

  5. Lame by grusin · · Score: 5, Funny

    On windows they do that without asking for password

  6. Apple spin by Centurix · · Score: 3, Funny

    iTrojan, custom trojan, personally designed by Steve Jobs' evil twin Rodney Jobs, the UI would be beautiful, white, sterile. Mass infection through Starbucks WiFi.

    --
    Task Mangler
    1. Re:Apple spin by doyoulikeworms · · Score: 5, Funny

      iTrojan - It just works.

    2. Re:Apple spin by AioKits · · Score: 2, Funny

      By chance, does Rodney Jobs have a goatee?

      --
      "Quote me as saying I was mis-quoted." -Groucho Marx
    3. Re:Apple spin by neomunk · · Score: 2, Funny

      pssst; iSex is called "cyber" and there is NO protection that will stop your 19 y/o female bisexual cheerleader cyber-partner from turning back into the male 45 y/o laid-off McDonald's manager when "she's" done.

  7. Yawn by rsmith-mac · · Score: 5, Insightful

    We go through this about twice a year with the same results every time. "Someone" releases a trojan, presumably as proof that Mac OS X has security holes. Then everyone gets whipped in a frenzy and ultimately no one is infected by the damn thing in the first place. Mac OS X does have its holes (some of which are quite unreasonable), but trying to scare the users (in to buying anti-virus software, perhaps?) gets tiring after a while. No one has yet to do anything that matters with these trojans and security vulnerabilities, the real troublemakers continue to target Windows.

    Mac OS X's day will definitely come at some point, but if people keep crying wolf every time someone whips up a theoretical and entirely implausible situation, no one is going to believe the security community once some black-hat does finally decide to attack the Macs.

    1. Re:Yawn by tibman · · Score: 3, Insightful

      The poker game trojan sounds pretty lame too. The program must be downloaded and run first which pops open a quasi-phishing "error: type your password here to fix" message. Infection vectors seem key to how fast these things spread. Having a file mac users have to manually download first is slow/weak and i doubt the downloaded file would be manually copied to another machine and run.

      --
      http://soylentnews.org/~tibman
    2. Re:Yawn by KGIII · · Score: 5, Interesting

      At risk of being called a troll... The adage does actually apply but I will spell it out a bit. If you're going to attack then your goal is to do as much damage as you can as efficiently as you can. The vast majority of users are still using Windows. The vast majority of business data is still being transported on Windows based machines. You are as unlikely to find mass-effect malware for a Mac as you are for RiscOS, Amiga, Solaris, BSD, or Linux. The ends don't justify the means from a realistic view and if anyone thinks that malware authors are out there doing it just to "show the man" or for "fame" these days hasn't actually paid attention to the malware scene for the past five years. Today it is about blended threats, specific highly targeted attacks, gaining information as opposed to causing destruction and the goal isn't geekiness nor fame but rather is about money. Mac users are just as likely to type in their password as are Windows users. (As *NIX is not aimed at the mainstream I'd argue that *NIX users are less likely to do so, and yes, I use all the above OSes when required or have used them to play with them.)

      --
      "So long and thanks for all the fish."
    3. Re:Yawn by Simon+(S2) · · Score: 2, Insightful

      I completely agree with you, and I too think that Mac OS X's day will definitely come at some point, and that will be the time Mac has a bit more market share. At the time being it just doesn't make sense to write a large scale virus/spambot/trojan for the mac platform.
      But anyway, just to know that a Trojan is "possible" on the mac should make the mac users aware that if someone targets their machine they are just as vulnerable as a windows user (executing untrusted code locally is just bad on any platform).

      --
      I just don't trust anything that bleeds for five days and doesn't die.
    4. Re:Yawn by mentaldingo · · Score: 2, Insightful

      I think the point of TFA was to show that these things aren't theoretical and "implausible". Security isn't just about viruses: even if your so-called "troublemaker" virus-writers mostly target Windows machines, if there is a bounty on your Mac, it would be easy for someone to root it (in fact, some parts of the hack would be easier than on windows!).

    5. Re:Yawn by marcello_dl · · Score: 5, Insightful

      Except that worms for linux would find most servers on the net vulnerable- do you realize the potential for mischief?
      In fact worms for linux were produced.

      --
      ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
    6. Re:Yawn by Tim+C · · Score: 4, Insightful

      Do you have any figures to back that claim up? Most servers are looked after by admins, and any admin worth their salt will at least put their machines behind a firewall, opening up only those ports that are absolutely necessary.

      Yes, some will be vulnerable, but as another poster points out the number will be utterly insignificant compared to the number of networked clients running Windows. The target simply isn't big enough to be worth the effort.

    7. Re:Yawn by Admiral+Ag · · Score: 4, Funny

      "Maybe a boat of Tahiitian hookers shipwrecks on the island?"

      So you're the guy with the device that can read my dreams. Please stop.

      --
      "by that I mean people who don't sit on slashdot all day wondering why everyone else isn't building robots" DECS
    8. Re:Yawn by GigaplexNZ · · Score: 2, Insightful

      where it'd be "just another" piece of malware with a tiny market share You seem to be under the impression that a Windows box can only have one piece of malware installed at a time. This is simply not true.
    9. Re:Yawn by INT_QRK · · Score: 2, Insightful

      Your allusion to anti-virus software calls to mind a serious question that's been on my mind for some time. Since computer security software (anti-virus, anti-spyware, HIDS, NIDS, etc.) is relied upon by not only to protect consumers, but industry, government, and virtually every other institution of our society, how is it not considered Critical Infrastructure, subject to government monitoring, regulation, testing, or standards of conduct and performance? I'm curious, because installing such products seems to pose a real dilemma. They insert themselves often with the root level access, call home constantly, frequently inject code onto your system without operator visibility or intervention in various forms including updated "signature files," not to mention their own patch updates, and how can one assess what activity they allow, disallow, ignore, or accept since their code and algorithms are proprietary and trade secrets? Were I a well resourced adversary, might I not consider buying into (or infiltrating) a major institutional security software provider so that I could use it to spread my own root-kit? I may want my known performance to be otherwise impeccable, of course, to increase my market penetration, so that I could choose when and where to facilitate targeted malicious activity. I sure hope DHS, or somebody, is thinking about this.

    10. Re:Yawn by MickDownUnder · · Score: 3, Interesting

      You're almost right, but not quite.

      Today there is government backing behind state of the art malware, and it is a lot more sophisticated than you give it credit for. Todays black hats are guns for hire, owning vast botnets, often they are only loosely affiliated with government agencies.

      The effectiveness of botnets is primarily measured by their ability to infiltrate and function WITHOUT doing any detectable harm. The vast percentage of compromised machines are dormant, and do NO HARM, they are only a very occasionally test fired to assess their operational status.

      The primary purpose of botnets is NOT monetary, it is political. They are rarely used to directly make money.

      Just take a look at what happened to Estonia for example...

      http://www.guardian.co.uk/world/2007/may/17/topstories3.russia [guardian.co.uk]

      Back in the 60's when the components that make up the internet were designed, the main concern was designing a network of computers that could communicate even when under attack during a time of war. Today governments have the exact opposite concern.

      The only defense mechanisms that work against todays malware are distributed ones, short of disconnecting themselves from the internet, individuals have no hope, you just simply won't suspect the mechanism that will be used to comprimise your machine.

      This is something white hats are only just coming to grips with.

      Todays hackers will be looking to gain deep penetration into aspiring OS platforms as early as they possibly can, to ensure they are in there from day one. Macs are easily popular enough to attract the interest of black hats, if you're on any machine directly or indirectly connected to the internet you should be worried about malware, Macs are definitely not immue.

    11. Re:Yawn by Tom · · Score: 5, Insightful

      Mac users are just as likely to type in their password as are Windows users. Evidence for that claim?

      Mac's "I need your password" dialog is better done and, more importantly, a lot less common than windos UAC. As such, most Mac users don't roll their eyes and mutter "get on with it already, moron" when it pops up. In fact, when it pops up, I either expected it to, or it surprises me enough that I actually read what it's about.

      --
      Assorted stuff I do sometimes: Lemuria.org
    12. Re:Yawn by Poltras · · Score: 3, Insightful

      Hahaha! Have you met admins in real life? Most are incompetent, overpaid screen-lookers. I've met some that didn't know what TCP meant. A lot of them didn't care about opening only the necessary outbound ports, just inbound. And then, when you point out it's a software firewall, they can't see why the difference is important...

      This made me very sad, and I stopped working in security. I came to the true realization that demolishing a moron's bad work only made the moron build it back exactly where it was. Lazy admins don't fix vulnerability, they make the path around them.

      Disclaimer: I've met some brilliant admins in this world. Unfortunately, they were only a handful.

    13. Re:Yawn by Penguinisto · · Score: 2, Insightful

      While the last one died off in ~2001 or so, yes, there were worms created with the intention of targeting Linux.


      Also, I wouldn't be so quick to say that all Linux machinery are looked after by professional, competent admins, either - between the expanding desktop user base and the fact that I've seen a disturbing number of incompetent admins (even where I work)? It's not that easy to dismiss.


      That said, on balance Linux is a hell of a lot harder to bust into (not PHP, Linux) than a typical Windows box of any type.

      /P

      --
      Quo usque tandem abutere, Nimbus, patientia nostra?
    14. Re:Yawn by Aram+Fingal · · Score: 4, Insightful

      I have been one of the first to point out the same thing in each of these past cases but this is different. We have a scriptable application setuid to root. That's an obvious vulnerability on a sliver platter. What was Apple thinking?

    15. Re:Yawn by Aram+Fingal · · Score: 3, Informative

      A few years ago, we had a situation where attackers were scanning the net to find machines running Irix (Silicon Graphics UNIX) because they were easy to break into. Attackers go after easy targets, not necessarily common targets.

    16. Re:Yawn by Tom · · Score: 3, Insightful

      Speaking as an Ubuntu user, I get seriously annoyed by the frequency of password prompt on the mac. What are you doing? I regularily go for many days without seing that prompt at all, unless you count the login screen.

      --
      Assorted stuff I do sometimes: Lemuria.org
    17. Re:Yawn by phantomfive · · Score: 4, Interesting

      The primary purpose of botnets is NOT monetary, it is political. They are rarely used to directly make money. Woah, you are way off base on this one, and I refer to Misha Glenny, his book where he investigates global hacking schemes.

      Even if you think of it, the potential for profit is just too great. If you can harvest 20,000 credit cards, and only take $5 from each one (call it a service charge or something), will the people notice? If you can do it with 20,000, why not a million? Can you not imagine that this would be tempting to people? It is. Horribly tempting.

      Another example we had on slashdot here a few years ago was a story about botnets being used to DDOS offshore gambling sites, and then ask extortion money to stop the attack. Here, check it out. There are many ways to make money with a botnet. Of course spam is another common way. Hacking is big business.
      --
      Qxe4
    18. Re:Yawn by NtroP · · Score: 2, Informative

      I have been one of the first to point out the same thing in each of these past cases but this is different. We have a scriptable application setuid to root. That's an obvious vulnerability on a sliver platter. What was Apple thinking? The application in question is NOT suid on my system (Yes, I looked inside the .app too). I think it's likely that a third-party app or framework, like MacPorts or something, is responsible for making the change - "fix permissions" should take care of it - I don't think this is Apple's fault.
      --
      "terrorism" and "pedophilia" are the root passwords to the Constitution
  8. Grrr... by mallardtheduck · · Score: 5, Insightful

    The ARDAgent vulnerability is pretty serious and stupid, but social engineering is not OS specific. The "poker game" could just as easily be implemented on Windows or Linux.

    There is nothing that any OS can do to prevent trojans. (At least not without seriously limiting the functionality of legitimate programs.)

    Slashdot's own summarry of the ARDAgent vulnerability included a "proof-of-concept" it is trivially easy to exploit and should be fixed ASAP.

    There is no news here.

    1. Re:Grrr... by mallardtheduck · · Score: 2, Interesting

      However, once you have convinced the user to download and attempt to run the program, it is a short step to getting them to approve administrator access.

      By "seriously limiting the functionality of legitimate programs" I was referring to systems such as Bitfrost which, while providing strong protection against Trojans, also makes certain classes of application almost impossible to implement (i.e. a mass Flickr uploader or an FTP client).

  9. Society is not an OS X vulnerability by Anonymous Coward · · Score: 5, Insightful

    For crying out loud people, the poker game one is applicable to any system you want to code it on! What does this have to do with being a Mac OS X security hole? It would work on Linux, BSD, RandomOSMadeUpOnTheSpurOfTheMoment (Infinium labs).

    1. Re:Society is not an OS X vulnerability by squiggleslash · · Score: 4, Insightful

      Do you really think the average computer user is a "standard" sysadmin who knows "standard sysadmin stuff"?

      Most people who buy computers want and expect it to "just work" rather than to spend time learning how to maintain the system. The ideal system, for them, is maintenance free. Funnily enough, one computer manufacturer in particular specializes in the whole "just works" concept. Their customers definitely do not expect to have to set up cronjobs to copy files across the network to a secure RAID server in the closet.

      Can you guess which manufacturer that is?

      --
      You are not alone. This is not normal. None of this is normal.
    2. Re:Society is not an OS X vulnerability by pandrijeczko · · Score: 2, Informative
      A virus *doesn't* have to have root to be a considerable pain in the neck. Mod parent up.

      I agree entirely - but what's easier to recover? Just damaged user files or the whole system plus the damaged user files?

      --
      Gentoo Linux - another day, another USE flag.
    3. Re:Society is not an OS X vulnerability by mwlewis · · Score: 3, Insightful

      Depends upon what sort of information they stole from your user files. How do you 'recover' stolen proprietary information? The 'whole system' may be trivial in comparison.

      --
      JOIN US FOR PONG!
  10. FUDmeisters by Werrismys · · Score: 4, Insightful

    It's F-Secure's business to cry wolf.

    --
    'Once scientists, even the dim-witted social scientists, get muzzled, the Western Civilization is finished.' - oldhack
  11. You'd be amazed how dumb users are by Sycraft-fu · · Score: 5, Funny

    I swear, some people go out of their way to infect their machines. The one that stands out in my mind the most was a virus for Windows a number of years ago. Came as an attachment in a message that said "Hi I send you the file in order to have your advice." So never mind the bad grammar and such, but before campus got hit we got wind of the thing and sent out an e-mail message to all users saying "Don't open this shit it's bad news." One of the users called in saying she was having problems with e-mail, we came and looked. The "problem" was that she wasn't an admin and so, thankfully, couldn't run the damn virus.

    Or somewhat more recently we had a virus that slipped by our e-mail scanner. It did so by sending itself in encrypted zip files, and then putting the decryption key in the message. That meant you had to open the mail, save the zip, open the zip, enter the code, extract the executable, and run it. Two users did just that and got infected.

    So while it seems armature to do a "Download this then enter your password," kind of trojan, that shit works waaaay more than you'd think.

  12. I wouldn't call this crying wolf by Sycraft-fu · · Score: 4, Insightful

    More like warning that just because you live in a good neighbourhood, doesn't mean you should leave your door unlocked. Too many people who have Macs take the lax approach of "Well Macs don't get hacked so I don't have to worry." Ok well maybe they generally don't (though I've seen it happen due to immense user stupidity) but you should still assume that it can happen, and have security to prevent it.

    I'm all about proactive security, not reactive. Don't wait until something is a problem, identify weaknesses and fix that shit BEFORE someone exploits it. If nobody ever tries, ok great. However if someone does, you are glad you set up security.

    As I said it is the difference between living in a low crime neighbourhood and a high one. You live in a low crime neighbourhood and figure "Oh well there's no crime here, so I don't need to bother with a door lock or alarm." Ok, that's great right up until the criminals try, then you are screwed since you had no security. Well someone who lives in a high crime neighbourhood might have to put up with attempts more often but if they have their doors locked, windows barred, alarm on and so on it doesn't matter because their security stops it.

    Computers are the same way. Just because you run a platform that isn't targeted much, doesn't mean you should just ignore security. Hope for the best but prepare for the worst, then you are ready no matter what.

    It is like backups. Backups are a waste of time and money when your system has always been reliable... Right up until the moment when it isn't and you lose all your shit. You hope you never need the backups, and most won't computers are pretty reliable, but you make them anyways just in case. You prepare for the worst, even if it is unlikely, so that if it hits you aren't screwed.

  13. Re:An unpopular opinion.... by Anonymous Coward · · Score: 3, Informative

    I think you misunderstand how it works on OS X

    When an application asks for a password to get admin rights, the user is presented with a dialog, but unlike in Vista, actually needs to type the password to continue. You can't just blindly click "OK".

  14. Re:An unpopular opinion.... by Toreo+asesino · · Score: 3, Interesting

    It's more the impersonation I was talking about.

    In windows you can launch a process impersonating a windows user if you want to run under different credentials. So with the string value from the "Enter Pa33w0rd n00b" window, you could in XP, for instance run a new process under "root" privs, and hose the system however you wanted (assuming the password was ok). In Vista this is impossible.

    --
    throw new NoSignatureException();
  15. Re:"Politely request your password"... Meh by gnasher719 · · Score: 4, Insightful

    A trojan which requires the user to manually download and run it isn't really a trojan... A trojan which requires the user to manually download and run it is _exactly_ a trojan. It is not a worm or a virus. A "trojan" is software that makes the user believe it does something useful or entertaining while in reality containing malware, and it relies on the user getting around security in order to access the useful or entertaining bits.
  16. Re:"Politely request your password"... Meh by Tim+C · · Score: 4, Insightful

    That is exactly what a trojan is!

    A trojan is a piece of software that appears to be benign or otherwise safe or desirable, but in fact is malign. It may or may not also act as advertised.

    A virus is a piece of software that piggy-backs on other executables, "infecting" them with its own code and modifying them so that when they are launched, the virus code is also run. They spread by searching for and infecting other executables on the machine.

    A worm is self-propagating, and does not require user intervention. It actively seeks out and exploits a given vulnerability or vulnerabilities, using them to covertly gain access to the machine.

    Of the three broad types of malware, the only one that does not require the user to manually run it is a worm.

    And if a program requests the root password and the user gives it, is this the OS's fault?

    No, of course not - but you'd be amazed at the number of people who blame Windows even for such social engineering tricks, or believe that if we only all switched to Linux malware would be a thing of the past. The weakest link in any computer system is the user, and there's little or nothing an OS can do to protect itself from a naive or malicious user armed with the root/admin password. While this is a non-story, it does at least demonstrate that the same is true of other OSes than Windows.

  17. Re:OS X has no functional root by ktappe · · Score: 3, Informative

    Root on OS X is off by default out-of-the-box, isn't it?

    Yes, it is off by default.
    --
    "We can categorically state we have not released man-eating badgers into the area." - UK military spokesman, July 2007
  18. No, non-password variants won't appear by ktappe · · Score: 3, Insightful

    we can expect that future trojans won't just politely request your password. Um....except that they won't have any choice. If they want to modify the filesystem, OS X won't let them unless they've obtained authority and that requires them doing so via the authentication system that asks for the user's password. The above fact IS the OS X security system doing its job. If a user chooses to subvert the system by entering their password whenever requested without asking any questions, then how is that OS X's fault? Do you hand your housekey to any random guy who walks up on the street? Then don't give your password to random software. I could tell before I even checked that this "story" was approved by kdawson.
    --
    "We can categorically state we have not released man-eating badgers into the area." - UK military spokesman, July 2007
  19. ARDAgent on Tiger by goombah99 · · Score: 2, Insightful

    I've tried the ARDAagent on dozens of different people's computers now and it only worked on Leopard not on Tiger.

    Has anyone seen this work on Tiger? If so what's the configuration where it actually works.

    It also does not work on most Leopard computers as things like Fast User switching, or having remote desktop turned on (yes on) cause it to fail.

    Now as for trojans. Well what can you say. All computers are vulnerable to trojans. The poker game would run on linux too.

    in the case of the poker game download the mac is going to ask you three times:

    1) The item being downloaded contains an application, are you sure?

    2) The application being launched for the first timw was downloaded from the internet, are you sure

    3) than finally when it asks for your password.

    And at best it runs as user level without the ARDAagent escalation.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:ARDAgent on Tiger by Sancho · · Score: 2, Insightful

      Has anyone seen this work on Tiger? If so what's the configuration where it actually works. My wife's notebook runs Tiger, and the exploit worked there. The same set of configurations for which it works on Leopard seem to work on Tiger, too:

      User must be logged into the desktop environment (not just logged in through SSH). You must not have used Fast User Switching to log in. ARDAgent must not be running.

      All computers are vulnerable to trojans. The poker game would run on linux too. Yup. Of course, the main reason that Mac-using Slashdotters point to for why OS X is more secure than Windows is that you aren't running as administrator. Seriously, go look at any OS X/Apple/Mac story, and it always comes up (and frequently) within the comments. Everyone ignores the fact that 99% of what a trojan would want to do can be accomplished without the password, and exploits like this get it that remaining 1%.
    2. Re:ARDAgent on Tiger by konohitowa · · Score: 2, Informative

      It doesn't work on my Tiger install either having followed all of the same config caveats.

      And at best it runs as user level without the ARDAagent escalation.d

      Not true. Since the admin group has sudo privileges by default in OSX, simply having the password of someone who is allowed to admin the computer gives you the ability to run as root.

      In Linux you have to go out of your way to add users to the /etc/sudoers file.

  20. It's not "immunity", it's "resistance". by argent · · Score: 2, Insightful

    I'm so damn sick of people going "oooh, aaah, I thought $software was immune to $threat" when no credible commentator has made such a claim.

    Just quit it, OK? It just makes you look like an utter twit.

    And it's not just a lack of being targeted. It's a smaller surface area for attack, as well. OS X has nothing comparable to the rich viral petrie dish that the tight desktop-browser integration in Windows provides. Before 1997, Windows viruses were virtually all a matter of tricking people into running software, not having software automatically run when you just select an email message so you can delete it... which is how bad things were in the late '90s. Microsoft has tightened up the gaping holes in Windows since then, but they have done NOTHING to remove the underlying flaw that makes these kinds of attacks so easy there.

    Compared to Windows, OS X is "virus resistant". That doesn't mean "virus proof". But it does mean that it's going to remain harder to infect than Windows until such time as Apple decides to implement something as barking mad as ActiveX.

  21. Still nothing to see here. by argent · · Score: 2, Insightful

    These trojans are purely payload. The delivery mechanism is still social engineering... not remote execution. We know that "once you're penetrated you're ****ed", pointing out again the ways you can be ****ed is not news (for nerds or otherwise) nor stuff that matters.

    These are not the viruses you're looking for. Nothing to see here, move along.

  22. The real "Next Step for Mac (& Windows) Users" by argent · · Score: 4, Informative

    History shows us that even the smartest of users can catch malware.

    It's been 17 years since the last time I had to remove a virus from my own computer, even when that computer's been unpatched Windows 2000 connected to the Internet. In the years that I was network and security admin and had control of the network, the only time we had any systems infected was when a user had either downloaded and run a file (that is, they were social-engineered, and in 10 years only one person came to me with an infected laptop after doing that twice) or they had violated my policy banning IE and Outlook at our location.

    The potential for infection if you avoid software that supports automatic execution of remote content is very very small, even on Windows. The reason that Windows has a high infection rate is because of IE and Outlook, not simply because it's popular.

    If you're on a Mac, and use Safari, here's the next steps you should take:

    (1) Go into preferences and make sure "Open 'Safe' Files after Downloading" is disabled.
    (2) Get a standalone FTP client and use one of the third-party LaunchServices editors (look for internet access preference panes) and change the default application for FTP: URLs from Finder to something else.
    (3) Use Tinkertool or equivalent to disable Dashboard.

    #1 is the most important. #2 and #3 don't allow automatic execution of untrusted content, but they do make social engineer ing easier.

    If you use a Gecko-based browser like Firefox or Camino, you don't need to worry about these.

    If you're on Windows: avoid using any application that uses the Microsoft HTML control to access untrusted content. That includes IE, Outlook (not all versions, any more, but I believe you have to accept the Vista-style UI to avoid it), Windows Media Player, Realplayer, and some Firefox plugins and some versions of Netscape.

    In Firefox, Windows or Mac or Linux, always clean out the whitelist for installing extensions after you install an extension... the installer is an autoexecution mechanism, and there have been exploits that took advantage of that even if you don't approve the install dialog.

    The scary part is that most Mac OS users think they can't catch malware because they're smart enough not to install it.

    At the moment that's not far from the truth. You can avoid catching malware by being smart enough to avoid running it, on Windows or OS X, if you exercise some care in the applications you use, and how they're configured. It's harder on Windows, but it's still possible.

  23. Here is the Workaround patch by Anonymous Coward · · Score: 2, Informative

    http://www.macfixit.com/article.php?story=20080624105604884

  24. 2 Exploits? Thats all? by Em0ry42 · · Score: 2, Insightful

    I'm sorry... but am I alone in thinking that its HILarious that everyone gets whipped into a frenzy when _2_ POSSIBLE exploits are discovered in Mac OS, when Windows has over the years shown... thousands if not millions?

    I don't mean to be an anti-windows troll, trust me, I still have 2 Windows machines at home (and then 10 Ubuntu) but assuming that whoever discovered these vulnerabilities spends a large portion of their time looking for them, I'd say the record looks pretty good thus far...

    I personally have concluded that its not possible to make a COMPLETELY secure OS, (especially given PEBKAC) but if you make one that demonstrates issues on a rare/reasonably rare basis then you've done it well.

    So Hurrah Apple (and contributing OSS Devs), I say job well done!!!

    --
    Sig: Do not judge me on how high UID is, but judge me on the content of my comments.