Slashdot Mirror


Mac OS X Security Competition Ends in 30 Minutes

ninja_assault_kitten writes "ZDnet is running an article on how a Swedish Mac OS X enthusiast held a competition to prove how good security was on his new fully patched Mac Mini was. Unfortunately, 30 minutes after the competition began, a hacker known as 'gwerdna' had broken in and defaced the website, thus winning the contest. According to gwerdna, 'Mac OS X is easy pickings for bug finders. That said, it doesn't have the market share to really interest most serious bug finders.'." It's also worth noting a piece that says all the security news is much ado about nothing, in practical terms. The security contest also allowed people to have local access via SSH, so that had a lot to do with the crack.

90 of 388 comments (clear)

  1. Why keep SSH on? by tak+amalak · · Score: 4, Interesting

    That's one of the first things you turn off to protect the machine.

    --
    Don't lead me into temptation... I can find it myself.
    1. Re:Why keep SSH on? by good+soldier+svejk · · Score: 3, Insightful

      Or at least restrict by host at the firewall. On OS X, remember to turn on ipfw's statefulness.

      --
      It is cowardly, and a betrayal of whatever it means to be a Jew, to act as a white man

      -James Baldwin
    2. Re:Why keep SSH on? by Daedala · · Score: 5, Informative

      It's a Mac. You don't _keep_ SSH on. It's disabled by default. You have to turn it on deliberately.

      --
      What I say does not represent the views of my employers, my friends, my cats, or myself.
    3. Re:Why keep SSH on? by foniksonik · · Score: 3, Informative

      in fact with OS X you have to turn it on... it's a Sharing preference called Remote Login... hello, yes I'd like people to remotely login to my machine.. I'll just start this right up. OTH there should be a little more help info on what SSH is for those who think being able to remotely login is a good idea even though they really don't know how to do it.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    4. Re:Why keep SSH on? by leonmergen · · Score: 2, Insightful

      That's one of the first things you turn off to protect the machine.

      Because the goal was to test the mac mini's security, not the ability of the system administrator to secure the box...

      --
      - Leon Mergen
      http://www.solatis.com
    5. Re:Why keep SSH on? by bombadillo · · Score: 3, Interesting

      It doesn't really matter that SSH was left on. The thing that made this easy was that they were allowed a shell account. Getting shell access is the easiest way to compromise a system. Lets see how long it would take with out a shell.

    6. Re:Why keep SSH on? by falkryn · · Score: 2, Insightful

      it was setup as a typical server. without ssh, how exactly would you propose enabling access to it? telnet?? unless you actually like having to console in to 100+ servers via a serial cable...

    7. Re:Why keep SSH on? by shotfeel · · Score: 3, Funny

      In other news, after giving burglers the first three of four numbers for your safe's combination, the fastest can open it in less than 30 minutes.

    8. Re:Why keep SSH on? by AKAImBatman · · Score: 5, Informative

      The problem wasn't even that he had SSH running. It was that he was giving out accounts! I don't know what this guy was trying to prove, but his blind faith in Apple got him burned.

      Somewhere inside of Apple, engineers are shaking their heads at this guy and the damage he's done to the Mac's reputation.

    9. Re:Why keep SSH on? by Frangible · · Score: 2, Informative

      Excellent point, I'd mod you up if I had the points. I suppose it wasn't much of a true competition, then.

    10. Re:Why keep SSH on? by shotfeel · · Score: 4, Insightful

      Or in this case, the ability of the system administrator to open up the box...

      SSH is off by default, the admin had to turn it on.

      Hackers don't generally have shell accounts -the admin had to set them up.

      So if you take steps to make the Mac Mini less secure, then advertise you've done so, it gets hacked. Expect all major tech outlets to cover this new and amazing Mac vulnerability (you think I'm joking?).

    11. Re:Why keep SSH on? by BodhiCat · · Score: 3, Funny

      The article also failed to mention that the password to gain root access to the Mac was "password."

    12. Re:Why keep SSH on? by falkryn · · Score: 4, Insightful

      true, though a timeshare box on a college campus is somewhere you would easily see such a setup. remember though, this is (supposed to be) a *nix we're talking about. local user accounts should not be able to inflict such damage due to better seperation of priviliedges that exist in this world.

    13. Re:Why keep SSH on? by Hrothgar+The+Great · · Score: 3, Insightful

      I think you are missing the really obvious point here - the fact that granting shell access over SSH leads to a non-administrative user gaining root access in 30 MINUTES makes the OS entirely unsuitable in a server environment.

      True, a Mac Mini isn't typically going to be used as a server, but if Apple decides to make some kind of Intel based server, this kind of thing is a HUGE problem.

    14. Re:Why keep SSH on? by Golias · · Score: 3, Insightful

      Why does the word "astroturf" slowly creep into my waking mind as I read more and more about this bogus contest.

      --

      Information wants to be anthropomorphized.

    15. Re:Why keep SSH on? by jd142 · · Score: 3, Insightful

      without ssh, how exactly would you propose enabling access to it?

      Restrict the ip addresses of the computers that can access the ssh connection. Ah, you'll say, then all the attacker has to do is get access to the computer that is on the allowed ip address list. True, but let's say you are a company with the web server www.verigon.com. That's a nice public target running apache, mysql, php, etc. All the things a good lamp server should run. That's going to be the public target.

      If I want to ssh in, I first have to connect to a different box. The thing here is that this ssh box (I'll just call it that to save typing) doesn't have to run anything but the os and ssh, thus lowering the number of software packages that can open a vulnerability. Remember, every daemon you run, every piece of software you install, every service that's enabled is another potential whole. The second part to this is that the ssh box is not a big target. It's dns name may be something like comp-1.it.verigon.com or ideally its name isn't even registered in dns. Either way, the bullseye is going to be on www.verigon.com for the casual cracker. Only someone who is specifically interested in my company is going to try to find a way in. The script kiddies will just see that ssh doesn't respond and go on to the next webserver.

    16. Re:Why keep SSH on? by BrokenHalo · · Score: 2, Informative

      I turn SSH on on machines I routinely have to maintain. It's very useful. But I make damn sure I don't use an idiotic password crackable by any snotty-nosed little 11-year-old script-kiddie...

    17. Re:Why keep SSH on? by AKAImBatman · · Score: 4, Insightful

      remember though, this is (supposed to be) a *nix we're talking about. local user accounts should not be able to inflict such damage due to better seperation of priviliedges that exist in this world.

      But you need to remember that OS X is not designed for remote, multi-user usage. The features are there, but mostly for adminstrative purposes. The machine is first and foremost a Desktop machine that is intended to keep good guys in and bad guys out.

      Also keep in mind that it is incredibly difficult to properly configure a Unix system to be completely secure against users with shell accounts. Such security requires a complete system lockdown, complex partitioning, reassignment of services to non-root accounts, jailing of priviledged services (or equivalent), and several other procedures that I sincerely doubt that this guy performed. (In fact, the article confirmed that he could have locked the system down further, but didn't.)

      By handing out shell accounts, he might as well have been handing out the root password to his system.

    18. Re:Why keep SSH on? by Scrameustache · · Score: 2, Funny

      Somewhere inside of Apple, engineers are shaking their heads at this guy and the damage he's done to the Mac's reputation.

      And somewhere in Redmond, someone is writing him a cheque.

      --

      You can't take the sky from me...

    19. Re:Why keep SSH on? by bombadillo · · Score: 4, Informative

      True, a Mac Mini isn't typically going to be used as a server, but if Apple decides to make some kind of Intel based server, this kind of thing is a HUGE problem.

      Not necessarily. The mac mini is a desktop and has a lot of software installed on it that would be deemed a security risk in production environment. Ever hear of using a complier to shell out? That is why compilers are usually left off of servers for security reasons. Your average linux/bsd desktop box with all the goodies installed probably would not have lasted much longer.

    20. Re:Why keep SSH on? by adolfojp · · Score: 3, Insightful

      The safest computer that you can get is one that is not connected to the wall. Then again, it will not be very usefull.

      Turning off functionality because of security is not acceptable. It the OS offers certain features, they should be secure, otherwise, they are flawed. Stop apologizing for Apple computer and its defects.

      Cheers,
      Adolfo

    21. Re:Why keep SSH on? by gowen · · Score: 5, Insightful
      But you need to remember that OS X is not designed for remote, multi-user usage
      That excuse was bullshit when it was used to defend Windows boxes, and, amazingly, it remains bullshit when applied to fashionable platforms, too.
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
    22. Re:Why keep SSH on? by EntropyEngine · · Score: 2, Funny

      I thought about saying something sensible, but .. what a dick!

      Yes! Let's give the hacker SSH access! That'll slow 'em down! Teh hee!

      Buffoon...

    23. Re:Why keep SSH on? by AKAImBatman · · Score: 3, Insightful

      That excuse was bullshit when it was used to defend Windows boxes

      That excuse would work for Windows if Windows didn't ship with remote vulnerabilities built-in. Unfortunately, it does. Regularly. Without fail.

      When someone can prove that OS X has the same problems (which is pretty difficult with zero open ports, and 2 degrees of separation between attachments and executable code) then I'll jump on the "OS X isn't secure" bandwagon. But for now, it remains far more secure than Windows which can be so easily exploited thanks to the number of services it exposes to the Internet by default, and the ease with which executable files can be disguised as legitimate documents.

    24. Re:Why keep SSH on? by AKAImBatman · · Score: 4, Informative

      Are you telling me that they're no better than Windows when it comes to privilege separation and preventing a low-privilege user account from taking control over the system?

      Yes and no. If your admin locks the machines down tight, then it's quite possible that the Mac servers are more secure than the Windows servers. Left with default settings, they're both highly vulnerable to anyone who already has access to the machine and is determined to find a hole. (Whether it be a buffer overflow in a priviledged service, or a soft link that gave elevated permissions.)

      Systems are extremely hard to secure once untrustworthy individuals have access to them. That's why there's a market for products like Trusted Solaris and Trusted Linux. If you need high security against local users, you can't trust anyone. Not even root.

    25. Re:Why keep SSH on? by wbd · · Score: 2, Informative

      Really? Took me all of 2 minutes to find a lot of examples, WITHOUT even using Google.

      How about the U.S. Army building a supercomputer cluster from 'em?

      http://news.com.com/Apple+sells+supercomputer+sequ el/2100-1010_3-5242487.html?tag=macintouch

      And several university's such as this one doing so too:

      http://news.com.com/Apple+shooting+for+supercomput er+heights/2100-1008_3-5070403.html?tag=nl

      Many, many Hollywood studios and special effects houses are using them as well, such as these and many more:

      The makers of Jarhead:
      http://www.apple.com/pro/film/murch2/

      The maker of Underworld Evolution
      http://www.apple.com/pro/film/lumapictures/

      And how about the Minneapolis Star/Tribune

      http://www.apple.com/itpro/profiles/startribune/

      and the Atlanta Journal-Constitution:

      http://www.apple.com/pro/design/atlantajournal/

      and Harvard Med School:

      http://www.apple.com/science/profiles/harvardmed/

      and MANY other examples at :

      http://www.apple.com/pro/archive/ (this pageis especially good)

      http://www.apple.com/pro/

      http://www.apple.com/itpro/

      http://www.apple.com/server/

    26. Re:Why keep SSH on? by adolfojp · · Score: 2, Insightful

      SSH was designed to be a secure comunications protocol.

      It is not an open door or window like your analogy suggests. It is a door with a lock. Locks can be picked, but the solution is not to build houses without doors, but to improve and fix the locks on them.

      SSH will be insecure only if it is implemented wrongly. Disabling it should not be the solution, just an ugly patch. What should be the alternative if you needed to use SSH on your system?

      Cheers,
      Adolfo

    27. Re:Why keep SSH on? by geoffspear · · Score: 2, Funny

      I think he probably took advantage of the fact that anyone who's dumb enough to give people accounts on his machine and dare them to get root is probably also dumb enough to use "password" as their admin account password. Let's see Apple fix that vulnerability.

      --
      Don't blame me; I'm never given mod points.
    28. Re:Why keep SSH on? by AKAImBatman · · Score: 5, Informative

      Um, you are talking about OSX vs OSX Server. Which *Does* ship with these services enabled by default.

      Which was also not what was compromised. Kind of nice for the GP to switch topics like that. :-/

      I want to know more details about this incident.

      The machine was a Mac Mini "running a default install of OS X Tiger, plus fink and some decent versions of Apache, MySQL and PHP. Software Update recently updated it to Mac OS X 10.4.5 and fixed some security issues." It's colored orange for some odd reason, and sits on a bookshelf sideways. He, "set up an LDAP server and linked it to the Macs naming and authentication services, to let people add their own account to this machine."

      This is all available on his webpage.

      Basically, the guy is a moron. He thinks he's proving something by making a Desktop configured machine do server-class work, and then expect it not to get rooted.

      Was it a local privelage escalation flaw?

      Yes. The exact hole has been withheld, but it probably doesn't matter anyway. In a contest of machine vs. hacker where the owner is doing nothing to stop the hacker (and in fact, inviting him by removing barriers!), my money is on the hacker.

      Was it a remote flaw in SSH or Apache? Maybe an SSH password attack?

      The guy gives out SSH accounts. There was no need to penetrate this layer of security, because he left the door wide open.

    29. Re:Why keep SSH on? by RetiredMidn · · Score: 4, Insightful
      I don't know what this guy was trying to prove, but his blind faith in Apple got him burned.

      Considering that the picture of the machine posted on the web site (which now seems to be unavailable) showed it sitting on a shelf next to Windows programming books, I'm guessing that his "blind faith" is in something other than Apple, and his motiviation was to generate the misleading buzz that ZDNet and Cnet are facilitating.

    30. Re:Why keep SSH on? by Ohreally_factor · · Score: 3, Funny

      The guy gives out SSH accounts. There was no need to penetrate this layer of security, because he left the door wide open.

      So, to use the most disgusting analogy possible, it was like raping the goatse guy.

      Heh heh, I said analogy.

      --
      It's not offtopic, dumbass. It's orthogonal.
    31. Re:Why keep SSH on? by soft_guy · · Score: 2, Informative

      MacOS X Server is in fact meant for remote multi-user usage. And it has been around since MacOS X started shipping (i.e. day one.) Where are you getting this stuff?

      Is the standard desktop version of MacOS X configured for that purpose straight out of the box? No. That's why they sell MacOS X Server. OTOH, MacOS X (non-server) is properly configured for its intended purpose and does not ship with a bunch of things turned on that make the machine particularly vulnerable to outside attacks.

      --
      Avoid Missing Ball for High Score
  2. gwerdna? by Loconut1389 · · Score: 5, Interesting

    I wonder if the hacker's name is Andrew G. by any chance?

    What kind of hacker do you suppose he is? gwerdna is a pretty poor anagram of Andrew G.

    If that's not his name, it's fairly random.

    He's been using it since the end of 2004 at least. http://p212.ezboard.com/bnendowingsmirai.showUserP ublicProfile?gid=gwerdna

    1. Re:gwerdna? by maccalvin5 · · Score: 2, Informative

      additionally

      gwendra

    2. Re:gwerdna? by Creepy · · Score: 2, Interesting

      yep - and incidentally, Werdna was Andrew Greenberg... - which could be gwerdna... odd coincidence?

      Not related at all, but the other guy that wrote Wizardry, Robert Woodhead, was Trebor.

  3. Mac OS X Security Challenge by daveschroeder · · Score: 5, Interesting

    Mac OS X Security Challenge

    In response to the woefully misleading ZDnet article, Mac OS X hacked under 30 minutes, I have decided to launch a Mac OS X Security Challenge.

    The ZDnet article, and almost all of the coverage of it, failed to mention a very critical point: anyone who wished it was given a local account on the machine (which could be accessed via ssh). Yes, there are local privilege escalation vulnerabilities; likely some that are "unpublished". But this machine was not hacked from the outside just by being on the Internet. It was hacked from within, by someone who was allowed to have a local account on the box. That is a huge distinction.

    Almost all consumer Mac OS X machines will:

    - Not give any external entities access
    - Not even have any ports open

    The challenge is as follows: simply alter the web page on this machine, test.doit.wisc.edu (128.104.16.150). The machine is a Mac Mini (PowerPC) running Mac OS X 10.4.5 with Security Update 2006-001, has two local accounts, and has ssh and http open - a lot more than most Mac OS X machines will ever have open. Email das@doit.wisc.edu if you feel you have met the reqiurements.

    1. Re:Mac OS X Security Challenge by byolinux · · Score: 2, Funny

      And when you're done there, connect to 127.0.0.1 and root me there. Be sure to delete any files you find.

    2. Re:Mac OS X Security Challenge by Bromskloss · · Score: 5, Funny

      So, test.doit.wisc.edu is some guy you're having a war against, and now you want him to have an.. umm... unfortunate accident with his computer, right? With our help, sneaky. ;-) Mabye by the slashdotting alone. Welcome to the wild web.

      --
      Swedish plasma phys. PhD student; MSc EE; knows maths, programming, electronics; finance interest; seeks opportunities
    3. Re:Mac OS X Security Challenge by gasmonso · · Score: 2, Funny

      Does Slashdotting the site count ;)

      gasmonso
    4. Re:Mac OS X Security Challenge by tpgp · · Score: 5, Insightful

      Yes, there are local privilege escalation vulnerabilities; likely some that are "unpublished". But this machine was not hacked from the outside just by being on the Internet. It was hacked from within, by someone who was allowed to have a local account on the box. That is a huge distinction.

      Whilst I agree that this is not the same as a remote exploit, do not underestimate the seriousness of local privilege escalation.

      For instance, an unpatched local privilege escalation, used in conjuction with the vulnerability discussed in this article could result in a rooted machine - simply from visiting a hostile website (or even a website you visit regularly, that runs IIS and has been hacked itself)

      I don't believe (as some pundits seem to) that Mac OS is a Microsoft style security disaster only awaiting the attention of hackers to happen - but I do believe that Mac owners are going to have to start paying a little more attention to security matters then they currently are.

      --
      My pics.
    5. Re:Mac OS X Security Challenge by squiggleslash · · Score: 4, Informative
      On the other hand, it tells you what's possible if a user downloads a trojan and runs it. Despite the common argument that such hacks are, supposedly, impossible because "Only root is able to change critical files" and/or "Only admin users are able to do critical things and Apple does everything they can to encourage users not to set up their default accounts as "admin", explaining what an admin account is and the consequences of using it in their comprehensive, well written and easily readable user manual, shipped with every copy of OS X" (*snort*), it appears that, in actual fact, a trojan can escalate itself to root pretty easily.

      I've always thought OS X was more hackable than its supporters tend to say. The very fact that, until recently (like, early 2005), you could set something like this up:

      1. Set up page to "redirect" to a .sit or .zip if Safari is the browser.

      2. Have trojan in .zip or .sit associate itself with many common types of file, especially uncommon variants of popular files (MPEGs, for instance, seem to randomly pick whether they're Quicktime, VLC, MPlayer, or just not associated with anything, files in OS X)

      3. Wait (giggling with insane glee)

      Apple fixed the bug exploited in (2) above sometime in early 2005 by having the OS warn you if it was running an application for the first time. For those who are scratching their heads though: Safari, by default, opens "safe" files. This means that step one would have caused the .zip or .sit to be downloaded and extracted on the user's desktop without any user intervention. Once an application is present on a hard drive, it's already installed. In OS X (as with previous versions of Mac OS), applications include associated metadata that tells the OS "I'm an application, and I open files of types JPEG, WDOC, and CARP." If the user hasn't already associated a specific application with a specific file (because, for instance, you just downloaded it from the Internet), then opening a new file will generally cause the OS to search for applications that can open that type, pick one, and open it.

      Why am I talking about an old bug? Well, this was present in Mac OS for years, and nobody did anything about it, nobody even considered it a bug until relatively recently. Despite all the crap that's leveled against Microsoft on the same subject, some justified, much not, Apple's attitude towards security is not much better.

      If you can get a user to open an application, then you have some access to their machine. If root privileges are gainable from a regular account, then you have root access to their machine.

      And all this time I thought you'd have to do the social engineering step of, perhaps, waiting for an application that causes the "Type in an administrator username and password" dialog to come up (perhaps Installer.app, or.. perhaps... Software Update...) and throw a dialog over it that looks identical. It's easier than I thought.

      --
      You are not alone. This is not normal. None of this is normal.
    6. Re:Mac OS X Security Challenge by Bert64 · · Score: 2, Insightful

      Yes, local security holes are an issue...
      But a much worse issue, would be simply running as a privileged user already (no privilege escalation necessary). So no matter how many local privilege escalation holes OSX has, it's still not as bad for an end user as default installs of windows are.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    7. Re:Mac OS X Security Challenge by NatasRevol · · Score: 4, Informative

      New here, huh?

      Dave works and is a rather high profile Mac admin at UWisc.

      --
      There are two types of people in the world: Those who crave closure
    8. Re:Mac OS X Security Challenge by Bromskloss · · Score: 2, Funny

      New here, huh?

      Dave works and is a rather high profile Mac admin at UWisc.


      That's what _you_ think!

      --
      Swedish plasma phys. PhD student; MSc EE; knows maths, programming, electronics; finance interest; seeks opportunities
    9. Re:Mac OS X Security Challenge by TClevenger · · Score: 3, Interesting

      What I'd be interested in is putting other operating systems on with the same rules as the submitter (fully patched system with free local accounts to any who ask) and see if Linux, Windows Server or any of the BSDs can stand up to the challenge.

    10. Re:Mac OS X Security Challenge by daveschroeder · · Score: 3, Interesting

      Yes. And I explain that on the site.

      But the original article makes it look like any Mac OS X machine out on the internet could just get "hacked", and was "easy pickings". Do you, or do you not, agree that the article should have made *some* reference, at least in passing, that people were allowed to have local accounts on the machine? I.e., a way that the vast, vast, vast majority of consumer Mac OS X machines will never be used (to say nothing that they'll probably never have any ports open, either)?

      So there's a local privilege escalation vulnerability that, according to the "hacker", hasn't been reported to Apple. So if it's "unpublished", and therefore hasn't (likely) been reported to Apple, what is Apple to do about it?

      The article is not fair because it doesn't tell a critical detail about the situation: that LOCAL ACCESS was allowed. If you don't think that's a *huge* omission in this context, I don't know what else to say. The majority of people who read that article will leave with the specific and distinct impression that a Mac OS X machine can be "hacked" just from being connected to the internet. That is patently untrue. I'm simply showing that.

  4. I challenge you to hack me! by Demon-Xanth · · Score: 2, Funny

    My IP is 127.0.0.1. :)

    --
    If you think education is expensive, you should try ignorance -- Derek Bok, president of Harvard
  5. Lord, save us from morons by AKAImBatman · · Score: 4, Insightful

    What was this fool trying to prove? He allowed direct SSH access to the machine! Of course someone is going to hack it! Once you're inside the system, it becomes incredibly easy to find configuration mistakes, and exploit holes in priviledged programs. Remember, this system runs much of the same software as Linux and FreeBSD. Much of that software hasn't been properly audited and locked down. Why? Because this is a desktop machine.

    Mac OS X security primarily stems from not doing anything stupid by default. Which means that there are no remote services enabled, the system tries to be intelligent about handling executable files (like most Unixes), and super-user functionality is handled by Sudo. But that's not a bullet-proof vest. There's nothing in the system that makes it automagically secure against all attacks. So if you want security, don't turn on those remote services, and don't give out SSH accounts!

    1. Re:Lord, save us from morons by AKAImBatman · · Score: 2, Informative

      BTW, in case I wasn't clear enough above, his automated webpage to create SSH accounts is here. That will allow you to remotely login to his machine within minutes of entering your information. (Assuming he hasn't disabled it by now.)

      The guy should feel thankful that the hacker (gwerdna) was nice enough to only deface his site rather than actually "rm -rf /" his box. (Which was what this guy was asking people to do, "if they can".) :-/

    2. Re:Lord, save us from morons by Bogtha · · Score: 3, Insightful

      Mac OS X security primarily stems from not doing anything stupid by default.

      And, apparently, the assumption that you trust all of your local users. So what if most people use Macs for desktops? Plenty of people use them for servers as well, and apparently OS X isn't secure by default for them.

      Even in the desktop case alone, you can't seriously consider denying local access to be enough as far as security is concerned. Decent security has multiple levels, and this is a case where one of those levels has failed in a very public way. Spinning it as "oh, but he shouldn't have done that" ignores that failure.

      --
      Bogtha Bogtha Bogtha
    3. Re:Lord, save us from morons by AKAImBatman · · Score: 4, Insightful

      Like all systems, tradeoffs have to be made. I'm sitting next to a Sun Solaris system with JDS on it right now. To get the system running like I want it, I constantly have to resort to the root account to install the simplest of software. (Replace root access with sudo as you prefer.) I have to do this because it is a locked down machine intended to run software packages approved by management. Under this configuration, it's pretty hard to gain root access even with a local account.

      This configuration absolutely sucks for a home user.

      A home user can't install new software without providing a root (or sudo) password everytime they want to try a software package, they can't update the system configuration from the GUI, they can't start and stop their personal webserver, they can't look at the drive space remaining without having to decode a complex partitioning scheme, they can't do a lot of things that Mac OS X lets them do without interfereing. If Mac OS X *did* restrict these activities, users would balk at the user-unfriendliness and go back to Windows.

      So it comes back to a matter of design. It's easy to say, "that should have been secure!", but the costs of making that secure would have been too high for the average home user. Mac OS X's security has been proven to date to be sufficient for what it was designed to do, and has been shown to be at least as secure (perhaps moreso) than your average FreeBSD or Linux desktop. Show me the beef of the problem (i.e. everyday machines being compromised on a scale similar to Windows) and I'll agree with you that Mac OS X is insecure for its intended purpose. Until then, however, I'm going to go with the fact that this guy wasn't thinking straight.

      Plenty of people use them for servers as well

      Which is why Apple produces OS X Sever Edition.

      and apparently OS X isn't secure by default for them.

      You show me a server situation that involves hundreds of anonymous, remote logins to a system without any lockdown of the services to move it from a home server to a full-blown webserver, and I'll agree with you. I, personally, can't think of such a situation. Some webhosts provide SSH access, but they certainly don't run a default Linux or FreeBSD installation unless that distribution has been preconfigured for the security they need.

    4. Re:Lord, save us from morons by AKAImBatman · · Score: 4, Informative

      Funny. Sourceforge gives out SSH accounts to anyone and their dog.

      Indeed. And every once in a while, Sourceforge gets hacked. And they have a trained staff of admins who attempt to very carefully lock down the systems and separate the user logins from the systems that run web services and code repositories. (Which is why you can't blow away your own code tree. You have to ask SF to do it.)

      The only thing that's funny here (which isn't even funny) is that an inexperienced admin made his box 100% public without taking the standard precautions that every admin worth his salt would take. He blindly trusted that his Mac would be configured to do something it wasn't designed for, and he got burned. Well, DUH. I had a friend who's RedHat Linux box was remotely rooted several times without the attacker being given a shell account. Does that mean that Linux sucks at security?

  6. Security in small numbers by Opportunist · · Score: 2, Interesting

    Don't feel lonely, Mac-geeks, you're in the very good company of Linux users. The benefit of your security: You're uninteresting.

    Since "hacking" and all the other activities that end in "-ing" and often start with a "ph" are no longer fun pastimes for geeks but actually became a hunting ground for very money oriented very well organized criminal organisations, security is in small numbers: An attack has to hit as many targets as possible. Maximize your output. And, well, if there are potentially 100 Linux boxes out there with a blatant security hole or 10.000 boxes running Windows with an obscure and hard to exploit hole, the latter will be chosen.

    Not (only) because the respective users usually also employ a very different attitude towards security and because they usually have very different levels of understanding concerning the abilities and liabilities of their machines. But simply because you can hit more targets with your attack.

    Plain and simple as that.

    You can run the most insecure, most open system you want, as long as you're the only one using it you're safe. Unless hacking you alone already warrants the cost associated with it.

    Yes, hacking has become a matter of cost/benefit calculation.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  7. Confused About Their Motives by RichDiesal · · Score: 3, Insightful

    I'm not really sure why this competition happened in the first place. If you were a Mac OS X enthusiast wanting to show the "amazing" security of your OS, why would you leave the first major door wide open?

    And who gains from this publicity? It would seem like sponsoring a hacking competition that took MORE than 30 minutes (seemingly the goal of such an event) would be good for Apple, but then why leave the system more vulnerable at the start of the contest? And if it was really sponsored by an anti-Apple group posing as an pro-Apple group, why have the hacker claim that Macs are essentially "small pickin's"?

    It just doesn't make sense...

  8. If you want a secure computer... by kidjan · · Score: 2, Interesting

    ...consider disconnecting your Internet connection. Duh.

    The only trend to security is that there isn't any financial motivation to hack small-potatoes.

  9. local account = assumed root access by acomj · · Score: 4, Interesting

    This was a while ago, but when you give a user a local account, its almost assumed that if they really wanted to they could get root. You should take care when giving out accounts.

    It like giving physical access to a machine. If you give physical access to any linux machine, its not hard to log onto it. (this is why you lock up the machines!)

  10. Stock Mac OS has never once had remote exploit! by Anonymous Coward · · Score: 2, Informative

    This "30 min" contest was for people with an actual SSH account given to them for a LOCAL exploit, so its not a remote exploit, it also is not the most secure version of the Mac OS, but for SERVERS, nothing is as secure as MacOS.

    Despite many high profile web sites and servers using OS9 for many years, not one database entry in the large BugTraq database documents a remote exploit for standard Mac OS in the history of the internet, even whith a common web server running on it.

    Even the US Army used macs exclusively (mostly MacOS 9 until recently) after being rooted rouitinly using unix and MS Windows NT. For many many years www.army.mil has been run on macintoshes exclusively.

    The same is true of many colleges that were rooted and defaced too often on Linux. They installed WebStar and OS 9 and never had to worry again.

    http://uptime.netcraft.com/up/graph/?host=www.army .mil

    http://www.google.com/search?q=army+webstar+"os-9"

    Check it out yourself. This entire post is full of factual citations and 100% facts.

    No mac in the history of the internet hosting a web server has ever been rooted or defaced remotely.

    Why?

    Because not one version of Mac OS has ever had a single exploitable hole ever discovered. (classic mac os now up to version 9.2.2 on currenlty sold g4 towers). OpenBSD has had no less than 5 holes (not one) in the default install in the last two years. Mac OS has had ZERO in over 8 years, even when paired up with its preferred web server app.

    In fact in the entire SecurityFocus (BugTraq) database history there has never been a Mac exploited over the internet remotely. Scan it yourself.

    That is why the US Army gave up on MS IIS and got a Mac for a web serve. Currently it is a honeypot for OSX testing, and US Army use regular Mac OS on other internal servers

    This post is not talking about FreeBSD derived MacOS X (which already had a more than a 50 exploits and potential exploits in BugTraq database, and in the news yesterday with Symantec claiming in March 2005 of OSX having remote exploits) I am talking about current Mac OS 9.x and earlier which are highly sophisticated abstract-OS models.

    Why is is hack proof? These reasons :

    1> No command shell. No shell means no way to hook or intercept the flow of control with many various shell oriented tricks found in Unix or NT. Apple uses an object model for process to process communication that is heavily typed and "pipe-less"

    2> No Root user. All mac developers know their code is always running at root. Nothing is higher (except undocumented microkernel stuff where you pass Gary Davidian's birthday into certain registers and make a special call). By always being root there is no false sense of security, and programming is done carefully.

    3> Pascal strings. ANSI C Strings are the number one way people exploit Linux and Wintel boxes. The mac avoids C strings historically in most of all of its OS. In fact even its roms originally used Pascal strings. As you know pascal strings are faster than C (because they have the length delimiter in the front and do not have to endlessly hunt for NULL), but the side effect is less buffer exploits. Individual 3rd party products may use C stings and bind to ANSI libraries, but many do not. In case you are not aware of what a "pascal string" is, it usually has no null byte terminator. Additionally certain types of compilers can check range on assignments to prevent out of bounds. Furthermore many good programmers ensure that the bounds are not overwritten.

    4> Macs running Webstar have ability to only run CGI placed in correct directory location and correctly file "typed" (not mere file name extension). File types on Macs are not easily settable by users, expecially remotely. Apache as you know has had many problems in earlier years preventing wayward

    1. Re:Stock Mac OS has never once had remote exploit! by IdahoEv · · Score: 2, Insightful

      So?

      You're describing an OS that hasn't been sold in 4-5 years, will not run on any currently-produced hardware, and because it is closed-source and nonstandard, cannot be easily used with the vast majority of modern server applications, languages, and tools being used these days.

      I have faithfully used the mac for 15 years and I agree there were some strong security benefits to the classic OS. At the same time, when I am working as an admin and/or developer these days I want recent versions of MySQL and PHP, and I want to be able to shell into my server remotely to be able to administrate it.

      If I just happened to have an ultra-security-required web application that didn't need much throughput or capability I might run it on OS 9 on an old G3. But that's definitely a tiny niche. Everything else I'll do with a modern mix of OS X and LAMP, thank you very much.

      --
      I stole this sig from someone cleverer than me.
  11. Re:The only way.. by ArcherB · · Score: 2, Insightful

    To fully protect a Windows/Linux/BSD/OS X box, is to plug out the network-cable

    You forgot to lock the door and remove the keyboard, mouse and monitor.

    --
    There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
  12. RTFM guys... by d3ac0n · · Score: 2, Informative

    Before the Mac-o-philes here start getting all bent out of shape, perhaps reading the article in question would be a good start...

    Here's a salient quote:

    "The rm-my-mac challenge was setup similar to how you would have a Mac acting as a server -- with various remote services running and local access to users... There are various Mac OS X hardening guides out there that could have been used to harden the machine, however, it wouldn't have stopped the vulnerability I used to gain access.

    "There are only limited things you can do with unknown and unpublished vulnerabilities. One is to use additional hardening patches -- good examples for Linux are the PaX patch and the grsecurity patches. They provide numerous hardening options on the system, and implement non-executable memory, which prevent memory based corruption exploits," said gwerdna.

    Bad anagram for a name or not, the guy sounds like he knows what he is talking about. There is a link to another article as well that talks about Apple's lack of diligence on security issues. Here's a link:
    http://zdnet.com.au/news/security/soa/Ancient_flaw s_leave_OS_X_vulnerable_/0,2000061744,39234678,00. htm

    The point is that Security is everybody's business, and no company can afford to slack. Not even the lily-white Apple is immune.

    --
    Official Heretic from the "Church of Global Warming". Proven right thanks to whistle blowers. AGW = Flat Earth Theory
    1. Re:RTFM guys... by MBCook · · Score: 2, Insightful
      The rm-my-mac challenge was setup similar to how you would have a Mac acting as a server[...]

      Wrong. He was using OS X, not OS X Server. Running a little website behind a firewall is probably safe with OS X. Handing out shell accounts on a desktop os?

      From his site: It runs a default install of Mac OS X Tiger, plus fink and some decent versions of Apache, MySQL and PHP. Software Update recently updated it to Mac OS X 10.4.5 and fixed some security issues.

      Default install of Mac OS X Tiger.

      Apple has a server operating system. If you want to run your Mac as a server out on the internet, you should be running the server operating system, not one that is optimized for being a desktop.

      Think he could have done this as easily with a computer running a proper server OS? Ask MS about how easy it is to hack your internet server running XP Pro and they would probably tell you that you should be running 2003.

      Go ask Rackspace, CI Host, DreamHost, or anyone else if they would put up shared servers running XP Pro or OS X. My guess is they would all laugh at you. They would run 2003 or OS X Server.

      Macs aren't perfect. But in perspective, this guy had to hand out accounts to the computer. Compare that to Windows vulnerability that we have all seen where the computer can be hijacked while it is still booting. I'd say I still have the more secure OS, of the two.

      --
      Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  13. RDF defeats all by Brunellus · · Score: 4, Funny

    I have a feeling that the Reality Distortion Field has already cancelled whatever negative effect this has had

  14. Doors unlocked, windows open by Dekortage · · Score: 5, Funny

    So SSH was on and accessible? Dumb move. Like saying "I dare you to steal my jewelry from my bedroom -- oh, and my house is unlocked with the windows open."

    But maybe people WANT something to be stolen. Many years ago, the garbagemen (sanitation workers) in NYC went on strike, and garbage was piling up in the streets. A relative of mine in Brooklyn still managed to get rid of his: he put it in big boxes, wrapped the boxes in gift paper with bows, and left them in his car with the doors unlocked. They always got stolen.

    How this applies to the story, I dunno, but I still think it's funny.

    --
    $nice = $webHosting + $domainNames + $sslCerts
    1. Re:Doors unlocked, windows open by Phanatic1a · · Score: 3, Insightful

      So SSH was on and accessible?

      My ISP, Panix, will gladly sell you a shell account. You can SSH into it, or telnet, if you don't care. And yet, they're not rooted every 30 minutes. Or, ever.

      If giving someone SSH access is 30 minutes away from giving them root, that's not secure.

    2. Re:Doors unlocked, windows open by Coryoth · · Score: 3, Insightful

      So SSH was on and accessible? Dumb move. Like saying "I dare you to steal my jewelry from my bedroom -- oh, and my house is unlocked with the windows open."

      There have been SELinux security competitions that gave out SSH access as root and the boxes remained quite safe. There do exist standards of security which make your standards look remarkable poor and forgiving. Good security does exist, and pretending that it doesn't does not make you any more secure.

      Jediiah.

  15. andrewg = gwerdna by numacra · · Score: 3, Informative

    Andrewg does know what he talking about. andrewg has published papers (not on mac security) and is part of some wonderful communities pulltheplug.org and felinemenace.org . I assure you that this machine would of been hacked... with SSH access or not. I think it shows the importance of having patches that minimize possible exposure (i.e grsec/pax etc) that would of decreased the chances of successful exploitation dramatically.... but then again nothing is bullet proof

  16. Start your biased counters now... by JustASlashDotGuy · · Score: 2, Insightful


    What to have some fun? Count how many post show up that try to make excuses
    for the Mac. Man, if this were a windows box, I assure you that 99% of the
    the post would be slamming MS w/o a second thought.

    Although people want to point out that they shouldn't have allowed people to
    have a SSH connection, you need to keep in mind that an SSH connection was
    allowed because they thought the config was secure enough to handle it.

    I do give them kodos for allowing the hack contest to take place. The best
    way to test your software is to allow others to try and break it. Hopefully
    they will fix the exploit and run the contest again.

    1. Re:Start your biased counters now... by Thrudheim · · Score: 2, Insightful

      "Man, if this were a windows box, I assure you that 99% of the the post would be slamming MS w/o a second thought."

      If it were a Windows box that were hacked by someone who was given an ssh account on the machine, nobody would be surprised, for one thing. The Windows defenders would be arguing, just like Mac users here, that such a setup does not represent anything like what the average person will use, and they would be right.

  17. Local access IS important! by Chemisor · · Score: 5, Insightful

    Excuse me, but if your OS can be rooted in 30 minutes from a local account, you have no business calling it secure. UNIX is supposed to have multiple local accounts and still be secure with them all running. If you close down every network port on a machine and say "come get me now", that's really not saying much. I, for one, would really like to know how he managed to get root from a local account, so I can verify I don't have the same problem on my server, which really does have ssh access to more than one person.

    1. Re:Local access IS important! by Kadin2048 · · Score: 2, Insightful

      It was six hours, thirty minutes, not thirty minutes absolute. The linked article is full of vague claims and a few outright mistakes, that being one of them.

      I would like to know the guy's methods also, but apparently he's not revealing how he accomplished the escalation (although he does make some rather ridiculous-seeming claims that it would still work against a locked-down machine, which implies remote root-ability).

      I agree that local priv escalation exploits are a problem, but they're a different sort of problem than a 30-minute remote-root exploit, which is what the article suggests is the case on first glance.

      Personally I would really like to see similar competitions against default-installs of some other OSes: a "workstation" install of Ubuntu perhaps, maybe Red Hat Enterprise Desktop, and Windows XP. I think you'd find that there are quite a few ways to escalate privileges on these systems also, once you have a user account.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  18. This was of very little worth by shatfield · · Score: 2, Funny

    The first thing that I'm going to do as a "normal user" is turn on SSH and Personal Web Sharing. Then I'm going give anyone who wants access to my machine an SSH account.

    This "test" was silly and unrealistic, at best.

    Here's a "real" test:
    1) Turn on brand new Mac Mini
    2) Update to latest rev of OS
    3) Try to hack it from the Internet, without knowing its IP address.

    Good frackin' luck!

    --
    "To make a mistake is only human; to persist in a mistake is idiotic." Cicero
  19. Perhaps with a desktop Mac by Sycraft-fu · · Score: 3, Informative

    We have a Mac server here at work for testing, we set it up 100% default mainly because none of us are Mac people. A quick nmap (using just well known ports) reveals not only is SSH open, but several others. Also, non-open ports report closed, not filtered indicating no firewall, at least none with respect to it's local subnet.

    Not saying there's anything wrong with this, Solaris, FreeBSD, et al are the same, but while SSH may need enabling on a Mac desktop, it does not appear to on a Mac server.

    1. Re:Perhaps with a desktop Mac by Johnny+Mnemonic · · Score: 5, Informative

      Not saying there's anything wrong with this, Solaris, FreeBSD, et al are the same, but while SSH may need enabling on a Mac desktop, it does not appear to on a Mac server.

      Of course SSH is on by default on a Mac Server--it is designed to run, and be configured from first boot, headless. That would be pretty difficult to do if you had no services. Other default services are Apple Remote Desktop, for GUI control, and the Server Admin Suite; even the Apple Server Admin Tools can be port forwarded through SSH if you prefer.

      The assumption is that servers will be managed by those with a clue, whereas desktops will not usually be. Also, no Mac desktops are expected to be configured and maintained headless from first boot, whereas you have to specify a video card for an Xserver for it to be graphical at all. I don't think those are unreasonable assumptions to make.

      --

      --
      $tar -xvf .sig.tar
    2. Re:Perhaps with a desktop Mac by frankie · · Score: 2, Informative

      Yes, OSX Server ships with some remote admin ports open. Apple assumes that anyone who shells out the extra cash for Server should at least poke around Server Admin.app (or Terminal if you prefer) for a few minutes. sshd and ipfw are easily controlled by either method.

    3. Re:Perhaps with a desktop Mac by Kadin2048 · · Score: 4, Insightful

      I believe that Mac OS X Server has sshd running by default -- if you think of how it's intended to be used, this is not just a feature, but possibly quite necessary. Setting up a rack of headless servers could be quite a PITA if they didn't have ssh running by default -- you'd have to connect to them over the serial port and turn it on for each machine (or create a custom HD image where it was enabled and load it to each machine).

      I think there are probably some also remote-administration services running by default on Server, but don't quote me on that. I know for sure that ssh is not running on regular, consumer MacOS, however. (I just set up a new G5 a few days ago and I had to turn it on manually.)

      I think it's also worth pointing out that based on my understanding of the article in question here (the second link in the summary doesn't point to what I think it originally did), ssh wasn't just running on the machine, attackers were allowed to log-in as a non-root user. So really what happened wasn't a cracking in the strict sense, but privilege escalation. Still bad -- and I'm rather annoyed that "gwerdna" or whatever his name was didn't tell us what this great "unpublished and unreported vulnerability" was that he used, but I don't think that it means that any box is compromisable simply by virtue of running sshd.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    4. Re:Perhaps with a desktop Mac by GlobalEcho · · Score: 2, Interesting

      I'm rather annoyed that "gwerdna" or whatever his name was didn't tell us

      Hmm. Maybe we should ask Andrew G?

      (Hint: backwards)

  20. Why so many apologists? by Jack+Johnson · · Score: 2, Insightful
    This is hardly irrelevant.

    I'm disturbed by the attitude that anything but a remote exploit against an ideally (not typically or justifiably) configured box is meaningless or misleading.

    What good is a door if it's welded shut? Wouldn't a proper lock be more useful?

    Security should be about maximizing functionality securely, not limiting it.

    1. Re:Why so many apologists? by 99BottlesOfBeerInMyF · · Score: 3, Informative

      What good is a door if it's welded shut? Wouldn't a proper lock be more useful? Security should be about maximizing functionality securely, not limiting it.

      Ideally, any user should be restricted to the behaviors intended by the administrator and there should be no local privilege escalations. Realistically, however, this does not really happen except in a few special cases of extremely security oriented OS's. The first line of defense is how many services you have, think of them as gates in a castle. The second is the firewall, how many gates are open for business. The third is the username/password, do the guards know you and will they let you in. These guard against most threats except for someone who can impersonate someone else or insider threats who have access but want more access. In this case the "hackers" was given legitimate access to come in through the open gate. (A gate the admin specifically had to open and using the username and password the admin gave them.)

      Once inside there is still security, but it is much, much less. On the average Windows machine at this point there is no security at all and even on a well secured Windows machine there are thousands of unpatched privilege escalation exploits. At this point on either a Mac OS X desktop or the average Linux machine a knowledgeable security person will be able to gain admin access. That is a sad fact, but it is the case for the vast majority of systems. Exceptions might be a locked down OpenBSD box running jails, an SELinux box, or some other specialized ultra-secure OS running virtual machines. Very few people run those machines as desktops and those that due generally don't have the best experience because they sacrifice a lot of usability to gain that level of security.

      This "test" was no surprise to anyone with a clue. That is exactly what would be expected to happen. Also, some of the better security guys out there can definitely gain remote access to machines using unpublished vulnerabilities. If they really want in they will get into the average OS X or Linux box. So what are we talking about here? Well obviously this is still much better than Windows, but not impregnable. What it does is make you pretty safe from automated worms and your average script kiddie, which far outnumber the knowledgeable crackers out there.

      Ideally, all desktop OS's would be locked down more tightly. They would do more security auditing and they would implement ACLs, VMs, or jails for all remote access and all applications. Some day perhaps they will. But for right now it is not a big concern, simply because market does not call for it. Not many people really have data that needs to be kept secure against experts and those that do have specialized OS's to use. Of course they can't run photoshop or World of Warcraft and the users would not trust their internet connection to talk to WoW servers anyway using all closed source. That is a task better allocated to a regular desktop, not a locked down, ultra-secure server. And that is what this "test" has shown. OS X is a desktop and if you bypass all the primary security on it, it will not stand up to a cracker from the inside like OpenBSD might. Of course anyone who really cares already knew that.

  21. Re:Mac user ignorance by shotfeel · · Score: 2, Insightful

    Yep, cuz' we know stupid Mac users are always going around enabling SSH and giving shell accounts to total strangers.

    Oh, wait, 99.9% of Mac users are blissfully ignorant of what security defaults to change to make their system more hacker-friendly.

  22. Kodos is not yours to give... by bennomatic · · Score: 4, Funny
    > I do give them kodos for allowing the hack...

    Kang might have something to say about that.

    --
    The CB App. What's your 20?
  23. No need to turn off ssh. by ChrisA90278 · · Score: 2, Insightful

    That's one of the first things you turn off to protect the machine. No, you don't have to turn it off. Just don't give out user accounts to other people. These guys who broke in where gien accounts with passwords. SSH is very secure as long as you closely control what accounts may be accessed via ssh and varify that these accounts use strong passwords. But if you machine has an account with username "bob" and uses "bob" as the password your sytem is wide open, or at least Bob's account is.

  24. Astroturfing? by aphor · · Score: 4, Interesting

    The whole article seemed to culminate in the following information: some guy said if Macs were more popular they would have a worse record than "other operating systems." It seems to be comparing OS X to Linux, but it isn't entirely clear what the baseline is for their eval of Mac OS.X and it also doesn't clarify what exactly makes these OSs different. Also, the web site defacement isn't proof that the person with an unprivileged account acquired superuser privileges to do anything other than deface the web page. I don't doubt it could have happened, but maybe it did and maybe it didn't...

    "The only thing which has kept Mac OS X relatively safe up until now is the fact that the market share is significantly lower than that of Microsoft Windows or the more common UNIX platforms.... If this situation was to change, in my opinion, things could be a lot worse on Mac OS X than they currently are on other operating systems," said Archibald at the time.

    Also, giving people LDAP accounts on the machine is really cheating. Maybe some noobs get a boner when someone fuzzes the hell out of a box from a local account until they get some fuzz escalated **BORING**. If they really wanted to throw down the gauntlet, then we would see Mandatory Access Control implemented on OS X . The big difference is that the MAC policies would be enforceable at the Mach MK level (on Mach ports, tasks, processes...), and OS X would be the ONLY OS with a security policy interface that could come close to usable for average people.

    --
    --- Nothing clever here: move along now...
  25. He should post a signature and a key by k2r · · Score: 3, Insightful

    Then he should put his gpg public key at
    http://test.doit.wisc.edu/ and sign and publish on slashdot an invitation to hack this machine to prove that he's the owner of this machine.

    k2r

  26. Grammar facism by nasch · · Score: 3, Insightful

    "Would HAVE", not "would OF".

  27. multi-platform hack by farble1670 · · Score: 2, Interesting

    what would be much more interesting is if some nice person set up multiple OS platforms, configured them with the same services, and waited to see how long it'd take to hack each of them. maybe lock them down a little more than the mac mini test, just to make it more of a challenge. maybe: windows XP, os x, solaris, and a couple of linux dists ... ?

  28. Re:considering by minus_273 · · Score: 2, Informative

    go look at the original page where the challenge is posted. TFA is just that a FA. It was written by some idiot who didnt read the actual challenge and wrote an article trying to be as ambigious as possible. It was 6 hours and not 30 minutes as the article calims (though, with a shell i've gotten root in a couple of minutes on some macs)

      people set up ssh accounts on the machine and they were supposed to rm -rf the thing and no one has.

    if you look on the page people can remotely add accounts to the server in order to get shell access VIA THE FUCKING WEB PAGE

    --
    The war with islam is a war on the beast
    The war on terror is a war for peace
  29. Belt and suspenders. by Kadin2048 · · Score: 2, Informative

    Why would he need to do that, since if you go to http://test.doit.wisc.edu/, the machine itself presents a page explaining the competition?

    The only function that signing the invitation here on Slashdot would do, is positively link the owner of the Slashdot account daveschroeder to the machine...but really, what does that matter? The owner of the machine, even if it's not daveschroeder (and I'm not implying that this is the case, but speaking hypothetically -- especially since his name is at the bottom of the page) is inviting people to hack it. I think that pretty much makes it valid, signature or not.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  30. But how was it done? by kimble3 · · Score: 2, Insightful

    While the implications of this "test" are debateable, what I would really like know is how the hack was done. Is there some flaw in OS X that was exploited? Or did the admin do something else silly like make the root password something simple like "hello" and it was guessed/dictionary attacked. Is this a Mac OS X specific hack? Or did they use a vulnerabilty that is common to other UNIX flavors as well?

  31. How long would this contest lasted on Windows? by argent · · Score: 2, Informative

    I mean, really. You have local root exploits on OS X. I'm not surprised, when you have companies like Adobe shipping apps containing setuid root shell scripts. Suppose you set them up with an Interix or Cygwin ssh login on Windows, how long would it take to deface IIS? Or would you even bother calling that an "exploit"?

    If you need to give potentially hostile users shell, you want them in a FreeBSD jail at a minimum.

  32. Wrong! by Ibu001 · · Score: 2, Interesting

    That's just wrong, sorry. There was at least two bugs in MacHTTP I discovered in 96, iirc:

    - URL /M_A_C_H_T_T_P_V_E_R_S_I_O_N gave statistics about the server and wasn't documented (i.e. it was a back door). There was a discussion on MacHTTP mailing list, many Mac fans estimating this was a feature and not a backdoor, and finally MacHTTP was changed to provide only a version string instead of statistics.

    - There was a bug in the URL parsing code which permitted to read the data fork of any file provided you knew its path. This bug existed in MacHTTP 2.2 and was fixed in 2.2.1 when I notified MacHTTP's author.