Slashdot Mirror


OS X Security Update: Apache, SSL and SSH

payote writes "Security Update July 2002 includes the updated components, Apache v1.3.26, mod_ssl v2.8.9 and OpenSSH v3.4p1, which provide increased security to prevent unauthorized access to applications, servers, and the operating system." It's not in my Software Update window, because I'm still on 10.1.4 (having heard rumors that RtCW doesn't work on 10.1.5). But it is indeed out, and any Mac OS X machine whose webserver or ssh server is open to an untrusted network needs to upgrade.

216 comments

  1. Good to see... by BlowChunx · · Score: 0, Troll

    that Apple takes security seriously.

    1. Re:Good to see... by Anonymous Coward · · Score: 0

      umm it's been months and weeks since those vulnerabilites were discovered!!

      God forbid Microsoft took that long to release a patch. Slashdot would be furious.

    2. Re:Good to see... by Aqua+OS+X · · Score: 1

      Dear lord... that was mega-nasty. Clever use of an about dot com off-site URL.

      --
      "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
    3. Re:Good to see... by Aqua+OS+X · · Score: 4, Insightful

      Ehh, even if OS X is a *nix OS, most malicious little trolls are still quite unfamiliar with MacOS, and that means that Apple doesn't have to rush these minor updates out the door as soon as they are developed.

      It makes more sense for Apple to simply release packages consisting of multiple minor security updates every three to six months. Most mac users would rather not have Software Update launch and pester them every week.

      --
      "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
    4. Re:Good to see... by tdelaney · · Score: 4, Insightful

      1. The patch needed to become available.

      2. Apple needed to test the patch.

      3. Apple needed to build the updater.

      Those who were willing to have been able to apply the patches to their machines for a week. How many machines running OpenSSH and Apache have been patched (no, not just OS X - all machines that run those)?

      Apple has made its update available and easily installable. Within 1-2 weeks, over 80% of MacOS X systems are likely to be patched. Somehow I doubt that any other OS will be able to claim those numbers within a month of the bugs being found.

      Of course, the majority of those systems aren't *running* Apache and OpenSSH, but other people have pointed that out.

  2. Problem seen - addressed by blakespot · · Score: 3, Insightful

    Apache makes the vulnerability known, and Apple's right there with an OS patch bringing the new version into the fold.

    How it should be. OS X.

    blakespot

    --
    -- Heisenberg may have slept here.
    iPod Hacks.com
    1. Re:Problem seen - addressed by MisterBlister · · Score: 1, Flamebait
      I think you meant to say ISS stupidly makes the vulnerability known before notifying Apache, Apache scrambles to put in a fix. Apple puts out a fix since everyone else is and they'd look like a tool to be the only ones without patched Apache and OpenSSH.

      Don't get me wrong, I'm not anti-Apple in any way, but they don't exactly deserve kudos for this. Its their job to fix known issues, so they do it, as does Microsoft, as do many Open Source contributors (who do get a bit more kudos since usually they have no commercial obligation to do so).

    2. Re:Problem seen - addressed by Medevo · · Score: 1

      The throwing the bug out to the public idea is very interesting one.

      It means that you can get more help in bug testing and fixing.

      But you are also giving crackers info they need to break into sites, possibly causing loss of ca$h to some people.

      Perhaps next time a bug like this comes up they say, we know there is a bug, and we will fix it.

      Medevo

    3. Re:Problem seen - addressed by Master+Bait · · Score: 1
      Do any of you OSX folks download the Apache source and do your own compile? Does OSX still ship with a development environment?

      What is it like to compile vanilla UNIX apps under OSX? I used to run NeXTStep and most of the things compiled fine.

      --
      "Only in their dreams can men truly be free 'twas always thus, and always thus will be."
      --Tom Schulman
    4. Re:Problem seen - addressed by erohw+amrak · · Score: 3, Interesting


      [ This is not a troll, nor flame, just opinion ]

      The apache vulnerability was known 6/17 (aka 11 days ago). The exploits were circulating by 6/20 (aka 8 days ago).

      The openssh vulnerability is more recent, so I won't hassle with that, but not producing an update until a week after exploits are already circulating is dangerous at the very least. Yes, they produced an update. No, it wasn't fast enough.

    5. Re:Problem seen - addressed by rjamestaylor · · Score: 2, Informative
      • Do any of you OSX folks download the Apache source and do your own compile?
      Not from Apple. Only Darwin is Open Source. But there is Fink (see SourceForge) which provides all the GNU GNoods you're used to.
      • Does OSX still ship with a development environment?
      Not with the latest machines (this year), but the developer tools are freely downloadable (after registering and having your flesh branded with the Apple logo.....just seeing if you're paying attention....).
      --
      -- @rjamestaylor on Ello
    6. Re:Problem seen - addressed by Spacelord · · Score: 1

      Well my Apache server has been patched for more than a week. All that time an exploit has been out in the wild....

    7. Re:Problem seen - addressed by nbvb · · Score: 5, Informative

      NOT TRUE.

      Apple still *does* ship the compilers. On the newer machines go to /Applications/Utilities/Installers and install the "Developer Tools.pkg" file. That will do it :-)

      I don't know why they don't install it with the base OS, but at least they put the installer on the disk for you!

      --NBVB

    8. Re:Problem seen - addressed by stere0 · · Score: 2, Informative
      Do any of you OSX folks download the Apache source and do your own compile?
      Not from Apple. Only Darwin is Open Source. But there is Fink (see SourceForge) which provides all the GNU GNoods you're used to.

      Apple's Apache modules are also open sourced. Anyone could have built a fully functional Apache for Mac OS X. Just check Apple's developers site and you'll see they have plenty of code open sourced.

      --
      Trollem mirabilem hanc subnotationis exigiutas non caperet
    9. Re:Problem seen - addressed by Anonymous Coward · · Score: 1, Insightful

      According to some guys at Apple, they were worried that lazy developers would rely on end users to drop down into Terminal and run perl scripts and such to do installations if they allowed them to assume that every OSX user would have developer tools.

    10. Re:Problem seen - addressed by beagle · · Score: 1

      I totally agree. They took their sweet time with this one. At least now my sysadmin will let me back on the network now!

    11. Re:Problem seen - addressed by Anonymous Coward · · Score: 5, Insightful
      I totally agree. They took their sweet time with this one.


      YEAH! Those boneheads prolly wasted time testing and crap like that.

    12. Re:Problem seen - addressed by Anonymous Coward · · Score: 1, Funny

      /etc/init.d/apache stop ... 10 days later ... /etc/init.d/apache start

    13. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      What is this "testing" concept you mention?

      Bill G.

    14. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      Wow! You single handedly just gave out the dirty little secret of O.S. software. And the reason why no one in their right mind would trust anything they cared about to it. Congrats!

    15. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      fink does more than provide GNU crap (some stuff is okay other stuff is crap)... if you just want GNUCrap try GNU Darwin...

      BTW: Not all unix users use Linux, not everyone on Slashdot uses linux, therefore everyone dosn'y have GNU "GNoods" they are used to. Also since Apache is open sourced apple must provide the source code... and apache is a part of darwin.

    16. Re:Problem seen - addressed by iMMersE · · Score: 1

      If you're so bothered, compile your own, it's not hard. Remember 90% of the users of OSX aren't gonna have Apache and SSH running, so it isn't a concern ...

      --
      codegolf.com - smaller *is* better.
    17. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      I see you're obviously an OSX master ...

    18. Re:Problem seen - addressed by hyperizer · · Score: 1

      Yes, they produced an update. No, it wasn't fast enough.

      Not to be an Apple apologist, but Apache and OpenSSH are both disabled by default in OS X, so the vulnerability only affected a small percentage of users who would, presumably, be able to install the new versions themselves.

    19. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      The problem is you're an ass.

    20. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      It's not a secret - it's a fact.

      Just like the fact that you can modify the source yourself to fix any vulnerability, rather than waiting several months for your vendor to get its act together.

    21. Re:Problem seen - addressed by Frater+219 · · Score: 5, Informative
      Yes, they produced an update. No, it wasn't fast enough.

      For what it's worth, Apple has responded more promptly to the Apache vulnerability than have other commercial Unix vendors. I do security work for my employer (a research institution with dozens of independent Web servers). We have all manner of systems running Apache -- but mostly Red Hat, Sun, and SGI. Guess which one of those three is the only one to have an officially supported patch out -- and which two I'm telling people they need to compile the new version from source?

      No, Apple didn't have the patch out as quickly as Red Hat or Debian. Nevertheless, it is interesting to note that the open-source distributors patched quickest, the closed-source vendors (Sun and SGI) haven't patched yet -- and halfway-open Apple is right in the middle. For a company with precious little experience on the server side of things, Apple has done quite nicely.

    22. Re:Problem seen - addressed by norwoodites · · Score: 1

      Even Redhat does not have patches yet so do not complain about Apple, because other venders are even worse.

    23. Re:Problem seen - addressed by Alex · · Score: 2

      According to posts on bugtraq, exploits have been circulating in the black hat community since mid April.

      Alex

    24. Re:Problem seen - addressed by Anonymous Coward · · Score: 0

      When it comes to security, Apple pretty much sucks. Apple eats it raw.

  3. Ruins custom PHP installs by arson1 · · Score: 5, Informative

    be prepared to reinstall PHP if you had a customized verison. This updates writes over it.

    --


    --
    Don't sweat the petty things, and don't pet the sweaty things.
    1. Re:Ruins custom PHP installs by namespan · · Score: 2

      Even if you defied the OS X convention and installed in /usr/local ?

      --
      Libertarianism is rich wolves and poor sheep playing gambler's ruin for dinner.
    2. Re:Ruins custom PHP installs by bsartist · · Score: 1

      No, of course not. It only overwrites stuff if you installed it in the same location as Apple's stuff.

      --
      Lost: Sig, white with black letters. No collar. Reward if found!
  4. Does this fix the apache hole? by User+956 · · Score: 0, Troll

    You know, the hole that allows a specially crafted, chunk-encoded HTTP request to execute arbitrary code on the server, and as Microsoft would say, "a malicious user" could exploit this to damage systems, take over a box, or worse.

    --
    The theory of relativity doesn't work right in Arkansas.
    1. Re:Does this fix the apache hole? by whee · · Score: 4, Interesting

      Apache 1.3.26 fixes the hole; This is the Apache version supplied in the OS X update.

    2. Re:Does this fix the apache hole? by ZxCv · · Score: 2

      ... the hole [cert.org] that allows a specially crafted, chunk-encoded HTTP request to execute arbitrary code on the server ...

      Well, Apache 1.3.26 is included in the update, and as far as I thought, Apache 1.3.26 was an update specifically to fix that hole. But I could be wrong.

      --

      Perl - $Just @when->$you ${thought} s/yn/tax/ &couldn\'t %get $worse;
    3. Re:Does this fix the apache hole? by LiquidPC · · Score: 1, Redundant

      Yes, it does, and good thing now that there are apache worms in the wild.

    4. Re:Does this fix the apache hole? by Listen+Up · · Score: 0, Troll


      What in the fuck was that website you posted?
      That was some seriously fucked up shit.

    5. Re:Does this fix the apache hole? by Anonymous Coward · · Score: 0

      Yo sphincter boy. Print this thread out, roll the paper up real tight and stick it in your ass. It's the only way *you'll* understand it.

  5. Whew by sheepab · · Score: 5, Funny

    RedHat just came out with their updated RPMS also. Last time that SSH came out with a security vulnerability (the same time the zlib one hit) I WAS HACKED! Do you know how bad you feel after you've been hacked? Its like being neutered.

    1. Re:Whew by dthable · · Score: 1

      Does it feel like infected with the Code Red worm? Stupid Windows 2000 box.....

    2. Re:Whew by MisterBlister · · Score: 5, Funny
      Do you know how bad you feel after you've been hacked? Its like being neutered.

      You must have been neutered, right? To make that comparison?

      Wow man, you must have big balls to admit in a public forum that you've been neutered. Wait, strike that...

    3. Re:Whew by MsGeek · · Score: 2, Flamebait

      No, Red Hat didn't come out with a RPM for OpenSSH 3.4p...it's their hacked 3.1p.

      It looks like I'm gonna have to install from tarball or even [shudder] source.

      Thanks a lot, Red Hat. You suck.

      --
      Knowledge is power. Knowledge shared is power multiplied.
    4. Re:Whew by foniksonik · · Score: 2

      Nope that's more like getting herpes... 9 out of ten get it and there's not much to do about it but treat the symptoms. To stay herpes/windows worm free you have to stay away from potentiall infected entities. That means no unprotected sex, no hookers and no Windows.

      They all three can be fast and exhillarating but the quality of the experience/or lack thereof is in no way a good exchange for the risks involved.

      --
      A fool throws a stone into a well and a thousand sages can not remove it.
    5. Re:Whew by Clue4All · · Score: 1

      Right, because after all, breaking compatability and changing the behavior of a daemon is something we want to do. It's a shame Debian couldn't figure out the right way to do things.

      --

      Is your browser retarded?
    6. Re:Whew by Anonymous Coward · · Score: 0

      Debian? They are still around? Wow, I thought they went out of business after missing their ship date by almost two fucking months!

    7. Re:Whew by Strepsil · · Score: 0, Redundant

      Wow man, you must have big balls to admit in a public forum that you've been neutered.

      Actually, this is the safest place to make that announcement I can think of. Almost everyone here is really into eunuchs.

      I'm a bit freaked out by the eunuchs "hackers" that hang out here, though. Haven't the poor bastards been hacked enough?

  6. Quick and easy by znu · · Score: 4, Insightful

    Two minute install, no reboot required. Nice.

    --
    This space unintentionally left unblank.
    1. Re:Quick and easy by Anonymous Coward · · Score: 0

      Huh, just like all Microsoft bug fix updates and unlike any Linux distro. Whatdayaknow? Why not just dump that Linux garbage and make this a Windows/Mac forum?

    2. Re:Quick and easy by jskarzin · · Score: 1

      What does this prove? That you're too stupid to restart a daemon? My god; and you expect me to believe your critique of modern operating systems? Please, someone "troll" this child.

      --
      I like karma. Feed me.
  7. FYI, no reboot needed by stripes · · Score: 4, Interesting

    Nicely enough, this does not require a reboot to get working. Downloads and killed off the old sshd (and one would assume Apache if I had a web server on my laptop!).

    1. Re:FYI, no reboot needed by MisterBlister · · Score: 2, Funny
      Nicely enough, this does not require a reboot to get working.

      Why should it?

      Upgrading Apache and OpenSSH (and most other apps, even daemons/services) doesn't even require a reboot on Win2000/XP. Welcome to the future!

    2. Re:FYI, no reboot needed by uncleFester · · Score: 5, Insightful

      Upgrading Apache and OpenSSH (and most other apps, even daemons/services) doesn't even require a reboot on Win2000/XP. Welcome to the future!

      No, welcome to the past. Updating ANY daemon, service or software not directly related to the kernel or core libraries does not require reboot. Where the hell have you been?

      It's quite sad when the words 'update' or 'patch' are considered synonymous with 'reboot.'

      --
      -'fester
    3. Re:FYI, no reboot needed by marmoset · · Score: 3, Funny
      He's probably referring to the OS X Networking Update last week that some people bitched about because it forced a reboot. That one required a reboot because it replaced the network stack, not just a few daemons.



      Apple tends to err on the side of caution with their Software Update scripts, usually forcing a reboot.
      I don't mind myself, not being one of those people who equates uptime with anatomical endowment.

    4. Re:FYI, no reboot needed by stripes · · Score: 1
      Why should it?

      Just like updating iTunes (an MP3 player) shouldn't need a reboot...except iTunes did require the reboot, and ssh didn't. Or half a dozen other past updates that shouldn't require a reboot, but did. I would say "I hope this is a good sign for the future", but somehow I susspect it just happend to work out this way rather then be a plan.

    5. Re:FYI, no reboot needed by scorpioX · · Score: 5, Informative

      Just like updating iTunes (an MP3 player) shouldn't need a reboot...except iTunes did require the reboot, and ssh didn't.

      iTunes updates usually also update the core CD/DVD burning libraries as well as the kernel extensions that support the drives. This is why iTunes requires a reboot. The original poster did say '...as long as the kernel or core libraries aren't updated'.

    6. Re:FYI, no reboot needed by stripes · · Score: 1
      iTunes updates usually also update the core CD/DVD burning libraries as well as the kernel extensions that support the drives. This is why iTunes requires a reboot. The original poster did say '...as long as the kernel or core libraries aren't updated'.

      I like to think I was answering the underlying question "why should any update require me to go save all the places my web browser is on, save up drafts fo email I'm writing, remember all the stuff I was in the middle of...and reboot". (of corse it would be nice if my web browser and other apps could just be told to "re-open the way you are now!")

      Even upgrading a shared library shouldn't really require a reboot. Install the one with the newer version number, if the old one has the same major delete it. If anything is currently running that was using it, it will be kept around until they all exit. The only real problem is if they talk to an external device that needs locking, and the locking method changed. Even then one could use something like fstat to find the apps running it and request that those apps and only those apps be closed before the install completes.

      Sure, it's work...and nothing else tries as hard as it could...but it could really be done. One could get to the point where only a kernel change needs a reboot. Then we can work on the hard stuff :-)

    7. Re:FYI, no reboot needed by bazoungus · · Score: 1

      Just like updating iTunes (an MP3 player) shouldn't need a reboot...except iTunes did require the reboot, and ssh didn't.

      in fact iTunes has a startup item called iTuneshelper, and since you upgrade its parent app, a reboot is required in order to enable it, at start-up...

    8. Re:FYI, no reboot needed by usr122122121 · · Score: 1, Funny
      I don't mind myself, not being one of those people who equates uptime with anatomical endowment.
      Geez! Didn't you read the FAQ?
      Uptime+Karma^2=Anatomical Endowment
      People these days...
      --

      -braxton
    9. Re:FYI, no reboot needed by Anonymous Coward · · Score: 0

      Only if you run '9x does everything tell you you need a reboot. Even when you don't.

    10. Re:FYI, no reboot needed by iMMersE · · Score: 1

      I like to think I was answering the underlying question "why should any update require me to go save all the places my web browser is on, save up drafts fo email I'm writing, remember all the stuff I was in the middle of...and reboot". (of corse it would be nice if my web browser and other apps could just be told to "re-open the way you are now!")

      I must have missed the dialog saying "Ok, done, but you have to reboot. now. RIGHT NOW. WITH NO DELAY. I'LL GIVE YOU THREE SECONDS"

      --
      codegolf.com - smaller *is* better.
    11. Re:FYI, no reboot needed by amRadioHed · · Score: 1
      in fact iTunes has a startup item called iTuneshelper, and since you upgrade its parent app, a reboot is required in order to enable it, at start-up...


      That should only require you to log out and back in, not reboot.
      --
      We hope your rules and wisdom choke you / Now we are one in everlasting peace
    12. Re:FYI, no reboot needed by lingqi · · Score: 2
      Updating ANY daemon, service or software not directly related to the kernel or core libraries does not require reboot. Where the hell have you been?

      If i remember correctly, on Solaris -- there is a way to install Solaris 9 over 8 without ever rebooting. This probabbly requires some jumping through the hoops to get working -- but i have heard evidence that it does works; I am not too sure if you have to come dow the ladder on run-levels during this; i would assume that you stay in 5 because otherwise it would be kinda pointless. if anybody knows for sure please feel free to correct me.

      imagine that, 0 downtime even for OS upgrade. how is *that* for "welcome to the future?"

      --

      My life in the land of the rising sun.

    13. Re:FYI, no reboot needed by SuperKendall · · Score: 2

      It shouldn't, the note about not requiring a reboot referred to the last few updates (10.1.5, JavaScript, networking) that all required a reboot for one reason or another. It's just nice to finally see a normal update taht doesn't require a reboot (I don't think many have so far).

      No need to welcome me to the future - I'm using a machine that ships with SSH and Apache whcih are updated through the OS update mechanism, so I'm already there (parked next to the long term residents who've been using apt for ages!)

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    14. Re:FYI, no reboot needed by prog-guru · · Score: 1

      There is a linux kernel module called monte that lets you do that, but your filesystems have to be mounted read-only, so what's the point.

      --

      chris@xanadu:~$ whatis /.
      /.: nothing appropriate.

    15. Re:FYI, no reboot needed by Anonymous Coward · · Score: 0
      Only if you run '9x does everything tell you you need a reboot. Even when you don't.

      NT requires a reboot when you change the friggin' font size.

    16. Re:FYI, no reboot needed by pabs · · Score: 1

      That's actually one of the nicer features of Galeon, although you'd have to jump through some hoops in order to get it working in OSX.

      --

      Odds of being killed by lightning and winning the lottery in the same day: 1 in 2^55

    17. Re:FYI, no reboot needed by pabs · · Score: 1

      I guess I should have qualified that a little. Galeon saves your session, so even if it dies or you reboot unexpectedly, it remembers all your tabs and open windows.

      --

      Odds of being killed by lightning and winning the lottery in the same day: 1 in 2^55

  8. Re:Hypocrites QWZX by dthable · · Score: 1, Insightful

    The Slashdot editors do not embrace Free Software, they are ONLY running away from Microsoft.

    Sometimes we don't all want to feel like developers. It's good to be a user every now and then.

  9. Let's hope Apple gets quicker.... by hoya · · Score: 3, Insightful
    I am happy to see that Apple is doing the right thing. I just hope their next update comes a little bit quicker after a vulnerability is announced.

    I mean, I had already updated my FreeBSD machines two days ago. I got sick of waiting for Apple to release the easy to apply software update patch so I just manually upgraded my OpenSSH via the command line.

    I understand that most of Apple's users don't want to touch the command line and wouldn't know where to start compiling software, so I also understand that it will take them a little time to deliver the security patch in an easy to install fashion via software update. I just hope they release the next update more quickly, instead of waiting for a few needed updates to pile up and release an all in one uber-update.

    1. Re:Let's hope Apple gets quicker.... by erohw+amrak · · Score: 2, Insightful

      The apache updates should have been days (if not a week) ago. The openssh update is recent, but there was such a fuss over the method chosen to announce it that most people updated already anyway.

      Regardless, I can now confirm that there are exploits circulating in the wild for both of these vulnerabilities. I have, in my inbox, a copy of an apache worm that specifically targets freebsd 4.5 releases running apache 1.3.20, 1.3.22, and 1.3.24. Also, one of the IDS systems caught a version of the openssh 3.3 exploit wednesday morning.

      Apple is quick, but still too slow, as many of these systems could have already been compromised.

    2. Re:Let's hope Apple gets quicker.... by TheAJofOZ · · Score: 5, Interesting

      Ironically though, since SSH and Apache are both off in the default install, does that mean that OS X takes over the title of "Never had an exploit in the default install"? It's been out a year now so that's actually a reasonably impressive claim.

      Have I missed a bug along the way somewhere? I do remember doing a manual apache upgrade at one point but don't recall that being a remote root bug.

    3. Re:Let's hope Apple gets quicker.... by =weezer= · · Score: 2, Informative

      I understand that most of Apple's users don't want to touch the command line and wouldn't know where to start compiling software

      Good point, but if you think about it, how many of those users (who wouldn't ever want to touch a command line) are running OpenSSH and Apache? A very small group, I'm sure. Those who are running one or both of those services are (usually) at least aware of a command line and how to upgrade without Software Update. Software Update is for those who don't know or care to learn how to use the shell - again, a minority.

    4. Re:Let's hope Apple gets quicker.... by daeley · · Score: 2

      for if Steve was incharge, he would make Bill look like a puppy.

      Well, considering Bill now looks like an insane, evil, power-hungry, totalitarian dictator of a businessman, I guess the puppy thing wouldn't be so bad. Unless he piddled on the carpet. Nothing worse than house-training a Chief Software Architect. Of course, looking at this picture, he already has a problem with getting on the couch and digging in the trash. :)

      Nice troll, btw.

      --
      I watched C-beams glitter in the dark near the Tannhauser gate.
    5. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 1

      Does this mean I'm pro MS? Nope... It just means I dislike Apple much more then MS, for if Steve was incharge, he would make Bill look like a puppy.

      Well pretty much the fact that Bill's in charge means Steve never will be, so your hatred is pretty stupid, no? Take your stupidity elsewhere, /.'s got enough of that already.

    6. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0

      It does mean that you hold at least one stereotype though - that everyone who buys a "MAC" is a moron and has no idea how to work their computer...

      Believe it as you like, I am absolutely sure that at least one person who has bought a "MAC" isn't a moron. I would say that person is me, but I'm not quite as presumptious (as you are of yourself) to say that I'm not one...

    7. Re:Let's hope Apple gets quicker.... by 2nd+Post! · · Score: 2

      Don't count on it, since there's a single button to turn them on in the control panel :)

    8. Re:Let's hope Apple gets quicker.... by BWJones · · Score: 5, Insightful

      I am happy to see that Apple is doing the right thing. I just hope their next update comes a little bit quicker after a vulnerability is announced.

      Jeez, cut them a break man. I just heard of this vulnerability a couple of days ago myself, and was surprised to see an update to remedy this issue so quickly. Because of their commitment to quality in their products, I am sure Apple wanted to QA this thing first before releasing something buggy on their customers.

      You have to admit that Apple has been FAR more responsive to their customers with a variety of issues than has M$ and even a bunch of Linux distros.

      --
      Visit Jonesblog and say hello.
    9. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0

      You know the trash can in that picture looks suspiciously like the trash can in the Dock on OSX. lol

    10. Re:Let's hope Apple gets quicker.... by daeley · · Score: 4, Funny

      They spend hours--nay--days getting their virtual desktop decorated just right.

      We have to have *something* to do when we're not rebooting after crashing, reinstalling the entire system thanks to yet another virus attack, or beating back the EULA police.. That's the kind of substance I can do without, thank you very much.

      Boy, the trolls sure do come out of the woodwork on Apple stories, don't they?

      --
      I watched C-beams glitter in the dark near the Tannhauser gate.
    11. Re:Let's hope Apple gets quicker.... by Lord+Kenja · · Score: 1

      Well considering Apple did a pretty good job of closing down Mac OS X in the default install. I'd say yes. Nothing is really open to possible exploitation unless the user chooses to open it.

    12. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0

      Exploiting FreeBSD doesn't mean it works on OS X, you realize. Unless you think Macs run on the x86, someone has to write assembly specifically for the PowerPC.

    13. Re:Let's hope Apple gets quicker.... by @madeus · · Score: 3, Informative

      Sadly Apple has had a (local) exploit in the default install of Mac OS X (10.0 through 10.1).

      It was was 'gain root access' via NetInfo hack (details here: http://www.securiteam.com/securitynews/6T00O0K2UW. html).

      Bascially all you needed to do to expoit this was:
      a) Run an application (e.g. Terminal)
      b) Run NetInfo Manager (in /Applications/Utilites/) and leave it running as the foreground Application.
      c) Run the 1st application (e.g. Terminal) but this time start it from the "Apple->Recent Items->" menu and it will run as setuid root.

      In the case of the Terminal application, this gave you a root prompt.

      :-(

    14. Re:Let's hope Apple gets quicker.... by pod · · Score: 1
      Ironically though, since SSH and Apache are both off in the default install, does that mean that OS X takes over the title of "Never had an exploit in the default install"?

      Not to burst your bubble or anything, but it's not very difficult to find an OS with no running services that has not had a (you mean remote perhaps?) exploit in over a year.

      --
      "Hot lesbian witches! It's fucking genius!"
    15. Re:Let's hope Apple gets quicker.... by TheAJofOZ · · Score: 2
      Yes, I did mean remote, thanks for the correction.

      it's not very difficult to find an OS with no running services that has not had a (you mean remote perhaps?) exploit in over a year.

      True, but it makes you wonder why OpenBSD which was designed for security had anything open in the default install.... By default all remote access options in an OS should be off. Strangely Windows, OpenBSD, most linux distros (clearly not the build-it-yourself type), all come with at least SSH turned on by default.

    16. Re:Let's hope Apple gets quicker.... by hoya · · Score: 1
      The only problem is that more and more people want to use their personal machines in combination with their cable / dsl connection to host their own personal web pages.

      In the system prefs, apache isn't known as apache, its web sharing. So, even if the user's knew apache had a vulnerability, they might not think it applies to them since they've only turned on "web sharing".

    17. Re:Let's hope Apple gets quicker.... by hoya · · Score: 1
      True, it was fast...and better than anything M$ would do in this situation. But, there were already worms and such circulating that took advantage of the apache vulnerability so machines could have been compromised in the interim.

      so, hats off to apple for getting an update out quickly, but let's hope they get the process streamlined so that the next update is released a little quicker.

    18. Re:Let's hope Apple gets quicker.... by RebelTycoon · · Score: 1
      Congradulations... Enjoy your colored computer...

      I too can paint my PC to look all pretty. I can buy a funky case and mod it up.

      And the best part... I'll have $500 left over to spend on other things.

    19. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0
      Quicker? As long as you want to talk speed, I just recently sold my iBook 500 on eBay, due to it's wonderful performance with Mac OS X 10.1. Even OS 10.2 dev preview ran like shit on it. This is what made me sell it, all that Apple brainwashing and fud that said 10.2 was remarkably faster.

      The fact that Apple won't ship hardware accelerated graphics for the ATI chipsets just made it worse. Do you know what it feels like to spend $1400 and then find out two months later that your purchase won't support simple drawing features, like translucent menus which OS 10 is rampant with.

      Cocoa is extremely cool, but developing with it did not warrant me to upgrade my Mac again 8 months later just to experience more dismal performance and a sore wallet. I'm not going to buy into their pump and dump solution to hardware.

      Good bye Apple. My iBook was pretty cool, and I felt like part of the Apple community for the 8 months I had it - reading all the News sites daily in hope for some magic patch to make my hardware faster and OS X run better. It was nice reading about the Japanese kids that removed 200 screws and painted their iBook blue and overclocked it to 600Mhz. Ah well.

      Flame on.. RIP iBook.

      Pat

    20. Re:Let's hope Apple gets quicker.... by Dahan · · Score: 1
      Strangely Windows, OpenBSD, most linux distros (clearly not the build-it-yourself type), all come with at least SSH turned on by default.

      ??? Windows doesn't come with ssh at all...

    21. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0

      See ya, and don't come back . Apple has never spread FUD to the contrary its always been you Wintel MOFo, their not perfect but their dame sure the closest ones. Why do you think so many people bother to invest so much time and effort in a company that only holds 5% of the maket share? (duh).

    22. Re:Let's hope Apple gets quicker.... by TheAJofOZ · · Score: 2

      Not my day... that should have said remotely accessible services.

    23. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0

      Yeah, those damn Evian-drinking Vegetarian Hippies are known for their insane ruthlessness.

      Yeah, right. Troll.

    24. Re:Let's hope Apple gets quicker.... by Anonymous Coward · · Score: 0

      Don't tell us, tell Apple. For the sake of the other Apple users (I don't have one, btw), complain so Apple will realize where they've screwed up and lost you.

    25. Re:Let's hope Apple gets quicker.... by Arkham · · Score: 2

      You haven't actually USED OSX have you? Turning on SSH and Apache is as simple as clicking a checkbox. They're not even called that in the interface. Apache is called "Web Sharing" and SSH is called "Remote Login". People very well might turn these on without knowing the implication.

      On the other side of the coin, I've been doing UNIX software development for a decade, and I waited for the Apple updates rather that compiling my own. I turned off SSH until that one was fixed, but left Apache to fend for itself (the box is firewalled and NAT'd so I wasn't too worried).

      --
      - Vincit qui patitur.
    26. Re:Let's hope Apple gets quicker.... by =weezer= · · Score: 1

      I HAVE used OS X, but it's not my Mac and I've only used it for running video editing/compositing and image programs, so I haven't delved too deeply into the system preferences. So yes, you're right, people might turn either or both these services on without knowing they are enabling SSH and Apache. I stand corrected. No, wait, I sit =)

    27. Re:Let's hope Apple gets quicker.... by ActiveSX · · Score: 1

      And the best part... I'll have $500 left over to spend on other things. Like operating system and office suite upgrades?

    28. Re:Let's hope Apple gets quicker.... by White+Roses · · Score: 2
      People very well might turn these on without knowing the implication.

      It does say what those two checkboxes do right under the checkbox in question. Of course, anyone who turns these things on without knowing what they are doing is a fool.

      Beyond that, I note that you mention (among other people) turning them on rather than turning them off. Could it be? No, Apple didn't set these things off by default, did they? On a desktop operating system? What the hell kind of security practice is that?

      A good one.

      Apple is plenty quick.

      --
      Do not touch -Willie
  10. RTCW by cyphersoft · · Score: 5, Informative

    Whatever rumor you heard was incorrect. OS X 10.1.5 actually fixes several problems related to RTCW. Several serious issues I was having were resolved by updating to 10.1.5 and confirmed by Aspyr tech support. I highly recommend the upgrade. Specifically RTCW under 10.1.4 didn't work with the GeForce4Ti above 640x480 and now it works up to 1024x768. You'll still need to use an old card like the GeForce4MX if you want to go all the way to 1600x1200 with it though.

    1. Re:RTCW by alexandre · · Score: 1

      A Geforce4 is old? Wow, i must really be poor or something ...

    2. Re:RTCW by Anonymous Coward · · Score: 0

      Just what I want to do, run RtCW at 1600x1200 on glorified GeForce 2 with a slow-as-fuck Mac.

      Where do I sign up?

  11. Got it by rjamestaylor · · Score: 1
    Thanks for posting this - I just installed the AirPort update and wouldn't have tried again for a week or so.

    And it was sure nice to get an update that didn't require a restart! What's up with all the restarts required, anyway? This is Unix...I'm not used to restarting all the time (except kernel upgrades; but those are rare for me)

    --
    -- @rjamestaylor on Ello
    1. Re:Got it by Anonymous Coward · · Score: 0

      perhaps the airport update futzed with a kernel driver component somehow?

    2. Re:Got it by Anonymous Coward · · Score: 0

      lsbom /Library/Receipts/AirPort.pkg/Contents/Resou rces/AirPort.bom |grep kext

      tells you if any kernel extensions were touched.



      In this case, they were.

  12. Mac running webservers? by Anonymous Coward · · Score: 0, Troll

    Does it run under Finder or as a Desk Accessory?

    1. Re:Mac running webservers? by marmoset · · Score: 4, Informative
      You can start it and stop it from System Preferences (analagous to the Control Panels in MacOS 9.x and below.) There's a pane on the sharing button that essential hooks up to "apachectl" on the backend, which fires off httpd just like every other Unix box in the world.



      Pages under the hierachy /Library/WebServer/Documents and in the users home directories (/Users/[username]/Sites) are served, you can tweak everything in Private/etc/httpd, logs go in /Private/var/log/httpd

    2. Re:Mac running webservers? by bsartist · · Score: 2, Informative

      It runs as a daemon, and is started by a shell script, just like on every other UNIX.

      --
      Lost: Sig, white with black letters. No collar. Reward if found!
  13. RtCW failing is related to RtCW upgrade 1.33 by redwoodtree · · Score: 4, Informative

    10.1.5 has nothing to do with RtCW failing. Recently the 1.33 version of return to castle wolfenstein was released for linux and PC. When this happened many multi-player server started to require 1.33 (pure servers) in order to play.

    There's some disucssion on whether Aspyr will patch this however there is a workaround. Download the "lite" version of the 1.33 upgrade for PC, unstuffit and then replace mp_bin.pk3 in your MAIN folder.

    These instructions are highligted at the bottom of this URL on Aspyr's site

    1. Re:RtCW failing is related to RtCW upgrade 1.33 by jamie · · Score: 0, Redundant

      Excellent, thanks.

  14. Re:for dummies by Anonymous Coward · · Score: 0

    How is it not 'real world *nix' compared to Sun and AIX. promptly remove your head from your ass and actually use it before making stupid statements.

  15. Required a reboot for me - Was it applescript? by redwoodtree · · Score: 1

    Interestingly enough, for me it did require a reboot. Perhaps because I chose to install the Applescript upgrade at the same time.

    1. Re:Required a reboot for me - Was it applescript? by marmoset · · Score: 1

      The Applescript update requires a reboot, presumably because a user might be running Applescript Studio-built binaries linked against the old libraries.

    2. Re:Required a reboot for me - Was it applescript? by Dahan · · Score: 2

      Each update that requires a reboot will have a little "restart" icon (aqua gumdrop with a triangle in it) next to it. I think there's also some text down at the bottom that says "restart required" when you highlight the update. Anyways, the icon makes it easy to tell which updates will require you to reboot and which won't.

  16. What is going on? by jonnythan · · Score: 4, Insightful

    Wow, when Microsoft issues security update they are lambasted for putting out an insecure operating system.

    Apple releases massive security update and they are lauded for their focus on protecting their users.

    Red Hat releases security updates and no one mentions them at all.

    1. Re:What is going on? by beagle · · Score: 3, Insightful

      Well, first, the problems fixed here are not the fault of Apple -- they are security holes in popular third-party tools. Contrast that to Microsoft's own security holes in their own code.

      Second, Apple took way too long to release the Apache update. Red Hat had a fix available the next day...Apple's fix is well over a week after the fact.

      See, Red Hat got mentioned! ;)

    2. Re:What is going on? by silversurf · · Score: 1

      Count how many (and how serious) the security fixes are that Microsoft puts out per month compared to RedHat and Apple. Then look at the speed at which each put them out. Apple was slow on this one, but they're just getting used to having to send patches out so fast.

      MS has been doing this for years and still can't get a patch out right away. And when they do, it needs 3 subsequent release to get it right.

      -s

    3. Re:What is going on? by Anonymous Coward · · Score: 0

      While you feel smug, I'm happily adding dozens of lihnuckz machines to my mighty DDoS network.

      Beware my wrath, young Padawan.

    4. Re:What is going on? by norwoodites · · Score: 1

      Red Hat did not fix it until after Apple, even then they had released a hacked version of an older version of the software which has bugs and maybe some exploits.

  17. Update does not address privilege separation issue by Alex+Reynolds · · Score: 4, Informative

    While OpenSSH 3.4p1 fixes the bug that lead to offering a priv-sep version in 3.3p1, the July Security Update does not modify the Netinfo tables to add a sshd user and group, along with the other configuration steps listed in README.privsep. It is suggested that Apple engineers may address privilege separation in Jaguar or an update to Jaguar.

  18. You are an idiot by Anonymous Coward · · Score: 0

    This isn't an update for OSX that it has control of. Its the use of bad coded open source software that has the vunerablity. Microsoft is in control on how things run and mess up with Windows. Apple doesnt have 100% control because their software relies on open source people to fix it for them.

    1. Re:You are an idiot by Anonymous Coward · · Score: 0

      "Apple doesnt have 100% control because their software relies on open source people to fix it for them."

      No they don't. They have the source, and can fix it themselves.

    2. Re:You are an idiot by Anonymous Coward · · Score: 0

      So why did Apple ship this crap? Didn't they test this "bad coded open source software" (sic) before foisting it on their users?

      The code is GPL'ed. Apple has a 100% ability to fix any bugs in the code that it wants to.

      You take responsibility for what you ship.

    3. Re:You are an idiot by uid8472 · · Score: 1

      The code is GPL'ed. Apple has a 100% ability to fix any bugs in the code that it wants to.

      Er, no. Not quite, anyway. OpenSSH is released under the BSD license.

  19. Didn't ruin my installation by patrickoehlinger · · Score: 5, Informative

    Didn't ruin anythink in my php installation. By the way there is a great step by step php installation guide to get the newest version of php (this one is even recommanded by apple).

    --
    >> Had I been going to bed earlier every night? Have I been sleeping later? Has Tyler been in charge longer and l
  20. mod_ssl 2.8.9 has a security hole by chrysalis · · Score: 4, Informative

    The version they should upgrade to is 2.8.10, that fixes a buffer overlow that can be triggered through .htaccess files.

    --
    {{.sig}}
    1. Re:mod_ssl 2.8.9 has a security hole by Anonymous Coward · · Score: 0

      True enough, I had to smile when I saw that. Oh well, at least they try to keep up.

  21. Just in time by paco+verde · · Score: 4, Informative

    Traffic on bugtraq the last few hours indicates there is now a worm in the wild exploiting the Apache chunked-encoding vulnerability. http://online.securityfocus.com/archive/1/279529/2 002-06-25/2002-07-01/0

    1. Re:Just in time by Lord+Kenja · · Score: 2, Informative

      No. Not really. There is no binary compatibility with the worm (99% sure it's an Intel worm). So it won't infect Mac OS X boxes. But none the less it's a good thing they keep up-to-date with the open source components they use.

    2. Re:Just in time by marmoset · · Score: 1
      According to this, the Apache worm is a:

      ELF 32-bit LSB executable, Intel 80386, version 1 (FreeBSD),
      dynamically linked (uses shared libs), not stripped
  22. Do Apple's make good webservers? by Cutie+Pi · · Score: 1, Interesting

    I haven't seen this topic really ever brought up...

    Linux and FreeBSD have been available for PPC for a while now, meaning that people could be running Macs as webservers. Although a very tiny percentage of the server population runs Mac webservers, these are mostly running enthusiast's webpages. The bottom line is, most serious webserving applications use Linux or FreeBSD or (gasp) IIS on PC's. (Also multi-CPU Unix servers, etc.)

    My question is... why the small portion of webservers running on Apple? Is it because:
    1) Apple computers represent a small portion of the computer market
    2) Apple users generally run web servers
    3) Apple computers suck at running web servers
    4) Network admins don't like Apples
    5) Some combination of the above

    I'd be interesting in hearing some people's comments.

    Cheers!

    1. Re:Do Apple's make good webservers? by Cutie+Pi · · Score: 1

      Sorry... I meant:

      2) Apple users generally DON'T run web servers

      I didn't want to unintentionally insult anyone out there! :)

    2. Re:Do Apple's make good webservers? by Triumph+The+Insult+C · · Score: 0

      i'd say cost of the hardware for the cost of a mid-range xserver (1G/120G/SMP), I could get 3, maybe 4, pcs. together, they could be more effective than the 1 mac

      --
      vodka, straight up, thank you!
    3. Re:Do Apple's make good webservers? by Anonymous Coward · · Score: 1, Informative

      OpenBSD and NetBSD are ported to PPC. FreeBSD is on x86 & Alpha only. (There might be a port for PPC and Sparc being worked on, but it's not a -RELEASE).

      It always comes down to the right tool for the right job. If you run a Mac shop, why run a PC webserver? Apache for MacOS X is not the first webserver to run on a Mac. Macs have served pages for many years, and with fewer exploits (if any).

      In fact I have a Beige G3 Desktop right next to my Sun SPARCstation, and my Proliant W2KAS, the G3 is running MacOS X w/Apache hosting my website--Why? 'Cause it can.

    4. Re:Do Apple's make good webservers? by GutBomb · · Score: 5, Insightful

      typically the reason apache is enabled on many macos machines is for web development. up until now, it was a bit difficult to get ssi and php and other server side stuff working while developing on a mac. now that apache and osx can work together, the combination is used much more often.

    5. Re:Do Apple's make good webservers? by BitHive · · Score: 1
      I never considered using an Apple machine for a webserver until I was told the only machine available was a G4 tower running OS X. Well, this was a far cry better than OS 9, since I could still use my old friends Apache, PHP, and MySQL.

      After a few weeks of that, I switched to just plain Darwin. Reclaimed some processor cycles and memory that way. However, as BSD-like as Darwin is, everything's just a little different--enough so to be annoying.

      A few weeks after that, strange network errors would crop up, requiring hard resets. Power outages, though not the machine's fault, were just as bad since Apples don't turn themselves back on after a power outage (at least this one didn't). Then, my SSH sessions started terminating after the first command I would enter after login, be it 'w', 'ps', or 'ls'. I switched back to FreeBSD on x86 hardware a few days later, and have been happy ever since.

    6. Re:Do Apple's make good webservers? by 90XDoubleSide · · Score: 3, Informative
      To have an OS X machine turn back on after a power failure, go to System Preferences, go to the Energy Saver tab, go to the options tab, and check, "Restart automatically after a power failure." All G4 machines (and most G3s) have this feature.

      I don't know how to do this in pure Darwin, but I assume you can since all power management is handled by Darwin.

      --
      "Reality is just a convenient measure of complexity" -Alvy Ray Smith
    7. Re:Do Apple's make good webservers? by scayford · · Score: 1

      We use OS-X for a couple of web servers at work. They work fine and all generally speaking. Unfortunately I had to compile some not-so-common abilities into PHP and it was a heinous pain. Then the 10.1.4 update broke PHP and I had to spend another two days trying to get it to work again. I'm not looking forward to this new update. One thing Apple could do to make me happier would be to issue more, smaller, optional updates. Instead we get things like the 10.1.4 update which had a dozen different packages in it one of which I knew was going to break PHP, but there was no way to say 'install all of these except that one.' I think that's perhaps the best reason not to use macs for servers. Everythings fine as long as it's vanilla Apple-installed, but trying to tweak it is just asking for trouble.

    8. Re:Do Apple's make good webservers? by bsartist · · Score: 4, Insightful

      Then the 10.1.4 update broke PHP...

      ...because you chose to install your custom Apache in the same location as the stock version that Apple maintains. Apple didn't force you to install it there - you made that choice. The update may have broken your PHP install, but that's only because you put a big sign on it that said "break me."

      If you walk out into traffic, you'll get run over. If you hit yourself on the head with a hammer, you'll get a concussion. If you install Apache over top of the copy that Apple provides, then when (not if) they update their install, yours will be overwritten. In each case, the answer is simple: don't fscking do that!

      Good lord people, think! This isn't rocket science. It's simple. If you ask for problems, you'll get them.

      --
      Lost: Sig, white with black letters. No collar. Reward if found!
    9. Re:Do Apple's make good webservers? by castanaveras · · Score: 1

      If you know enough to be able to roll your own Apache/PHP, you should know enough not to put it in the same place as the OS supplied one.

      What did you think would happen when they updated apache, anyway?

      If you customize Apache, put it in /usr/local, turn off web sharing in the System Preferences so that Apple's version doesn't get started, and add your own StartupItem that calls your custom apachectl. StartupItems are easy to write and frankly, are nicer than BSD or SysV's init. No more having to manually specify a startup order - just specify what your SI provides and what it requires to have running before it starts, and SystemStarter will create a graph of the pre-requisites, then traverse the graph and start all the items in an order that satisfies all the SI prerequisites.

      If you'd made your own apache on Red Hat, and put it where their apache was installed, would you be whining when installing an apache RPM later on clobbered your version?

    10. Re:Do Apple's make good webservers? by dr00g911 · · Score: 1

      If you DID install or compile a custom PHP version for OS X: (which I always do, personally, because I use the hell out of GDLib functionality which is disabled in the stock Apple module, but I digress...)

      Go to www.entropy.ch, Marc Liyanage's site. He's usually got updated, step-by-step, precompiled versions of the latest PHP and MySQL builds that are compatible with the latest 10.x.x update -- usually within hours of release, if not a little before (I think he might have the hook-up at Apple).

      Kudos Marc, and to the rest of you who rely on PHP and MySQL -- bookmark Marc's site, and just hope he keeps kicking as much ass as he has.

      As (another) side note, his tutorials on compiling, installing and updating things under the command line on OS X are absolutely wonderful primers to traditional Mac users who are a bit out of their depth in the Terminal.

    11. Re:Do Apple's make good webservers? by nigelnigek · · Score: 1
      With getting ADSL installed at home, I was looking forward to building an Apple h/w-based network. For the firewall and web server, i had pencilled in running the PPC-port of OpenBSD 3.1 on a B&W G3, the cheapest new-world machine supporting this port.

      However, the old apple problem of expensive hardware bit me. On ebay.co.uk, these machines (sans monitor) are going for around 300 pounds. I had to ask myself whether building a purely appple home network was do-able in my budget, i.e. would the kudos balance-out the cost?

      In the end i bought a couple of old pentium IIs for around 50 pounds (< US$100).

      Nigel

      --
      Code Monkey Inc.
  23. No real hardware options I guess by Lord+Kenja · · Score: 1

    Well. Until recently there where no real hardware options for servers made by Apple. The XServe changes that. But at a price a lot of people that runs some random Linux webserver would never pay anyway.

    Linux and BSD is pretty popular especially as 'free' webservers. You have a spare box (or get a new one cheap), hook it up with the lastes UNIX OS of your choice and run Apache. Cheap and stable.

    For more serious shops they what things Apple is only getting around to now. And still why use Apple hardware for webservers if you can run almost the same webserver on a box from your usual dealer. That's why Mac shops use Apple hardware for webservers. It's confortable to use the same dealer for everything.

  24. Sigh... by bogie · · Score: 2

    I guess your new to this whole computer security thing. If you don't understand the difference between how MS and redhat have reacted to security problems for the past 6 years, then I am not going to explain it to you.

    --
    If you wanna get rich, you know that payback is a bitch
  25. Use Versiontracker ;) by Lord+Kenja · · Score: 1

    Just look at versiontracker each day and you will be made aware of Apple updates too. Even if they are only available via Software Update.

  26. Re:Whew (OT) by Anonymous Coward · · Score: 0

    Not entirely a waste. When a post goes down to -1, it doesn't get archived. Since all archives are done in flat view mode, any remaining junk messages are automatically visible and add noise to the dicussion you're trying to read through.

  27. Geezus.. we hate MS for 3 patches, but boy :) by cybrthng · · Score: 2

    I know.. i know.. a unix/linux site. But interesting indeed how Microsoft got BASHED for releasing 3 VERY easy to install patches that aren't really exploited at this point, and EVERY unix that uses the apache, ssl, ssh combination previous to the listed versions is needing a repair as well.

    can't we all just get a bong?

  28. Oh this is going to be fun. by donutello · · Score: 2, Informative

    1. Repost every post from the previous MS security release thread here changing MS to Apple/Unix/Linux and vice versa.
    2. ???
    3. Profit!

    --
    Mmmm.. Donuts
  29. Yeah.. I mean.. by mindstrm · · Score: 2

    it's not like this is open source or anything. IT's not like the users could get patches themselves from apache and install them.

    I mean, if you want to rely on a vendor supplied package based on an open project, of COURSE there is going to be a lag.

  30. Apple's response time by Anonymous Coward · · Score: 1, Insightful

    I'd like to somewhat lessen the blows that I see against apple for it's not-so-quick release of the apache vulnerability patch. I think they should have released it faster, but at the same time I can see why they gave themselves some time to test it, and when the openssh vuln was revealed, some time to incorporate that into the same patch. There was no exploit released for OS X or anything on PPC arch that I could see. It just wasn't targeted. The worm that is out is for BSD, but it's x86 shellcode, so again, OS X is not affected. I think the worm is only FreeBSD as well. But anyway, what I'm saying is that they probably could have released it faster, but there wasn't really anything at risk unless you were being specifically targeted by someone other than a script kiddie who actually knew what he/she was doing.

    Cheers,
    -JD-

  31. Funny by Anonymous Coward · · Score: 0

    It was just yesterday macSlash posted an 'article' titled 'Will Apple Support It's Modern OS with Modern Security?' mostly slated to apple waits to long to release security patches and they will not acknowledge security problems until they provide a patch. an 'article' titled 'Will Apple Support It's Modern OS with Modern Security?' mostly slated to apple waits to long to release security patches and they will not acknowledge security problems until they provide a patch.

  32. Re:Update does not address privilege separation is by Graff · · Score: 3, Informative

    Scott Anguish has an article on stepwise.com that shows you how to build OpenSSH yourself. He also suggests that you use the Apple-supplied "nobody" account for the purposes of privilege separation, as well as doing so in his instructions.

    I don't know if Apple configures their update similarly, but I'll bet they do.

  33. Mod parent up! by Anonymous Coward · · Score: 0

    Funny South Park reference...

  34. Re: Apple responsed in a reasonably timely fashion by @madeus · · Score: 2

    There is no good reason for your sysadmin not to let you on the network - they are being overbearing and unprofessional. If they were professional and genuinely worried they would have blocked incoming ports to your host at the switch (or at worst - the gateway).

    Like most other administrators I have to work with, it sounds like they are simply exhibit big ego's and little professionalisim (though I would not wish to jump to conclusions, it's most likely in my experience).

    Apart from upgrading the SSH and Apache binaries yourself (I know I was too lazy and waited for Apple because I knew one was coming out) you could simply have disabled thoses services - after all they are disabled by default on Mac OS X.

    Lastly, in response the origional poster, Apple's response was slower than I would have liked (as the OpenSSH one was disclosed to vendors like Apple ~10 days before it was announced) but timely and the fix was very elegant and appears to be bug free (clean install all round, no reboot required, etc).

  35. I see you under that bridge by mumkin · · Score: 2, Insightful

    Ehh, even if OS X is a *nix OS, most malicious little trolls are still quite unfamiliar with MacOS...

    I don't think that they care whether it's MacOS or not. It's Apache or it's SSH -- they're familiar enough with those.

    It makes more sense for Apple to simply release packages consisting of multiple minor security updates every three to six months.

    You're trolling, right? You must be trolling. You really think that Apple should leave big, known, gaping holes unpatched for months on end? Check it, man, a week wasn't fast enough for a number of posters in this forum... if Apple let 3 months go by they'd be crucified, even if not a single mac was 'sploited

    Most mac users would rather not have Software Update launch and pester them every week.

    I don't know. I feel a frisson of excitement when SU has something new for me. Usually it means that something that was broken will soon be less broken, or better yet, there will be new functionality for me to enjoy. Granted the latest AirPort update was a major bust, but I'm all in favor of their rolling out the lastest bugfixes as soon as they've been thoroughly tested.

  36. Apple web servers by Suffering+Bastard · · Score: 0

    A couple points that were brought up that I'd like to address....

    First, as to why Macs aren't common web servers, I think the main reasons are cost of the hardware, difficulty in maintaining/upgrading, and lack of expandability. Of course, Apple sort of addressed this with the XServe, but it's still a hell of a lot cheaper to buy, say, an Athlon based PC with Linux than a whole PowerMac.

    Second, as to why people are bashing MS for security holes and praising Apple for fixing them, let's keep in mind Microsoft makes their own web server software. Apple is putting in place fixes to programs they did not create, so they need a little more time to get the details and make a fix. Having said that, I agree that Apple could be a bit quicker about it.

    -Suffering Bastard (runs web, mail, mp3, and file serving off various OS X boxen)

    --
    "Molest me not with this pocket calculator stuff."
    - Deep Thought
  37. metrics contradict slashdot truisms by MeowMeow+Jones · · Score: 1, Troll
    Microsoft just released their 33rd advisory/patch of the year. This encompasses their entire product line and all supported OSes.

    Redhat has about 70 or 80 advisories for RedHat 7.2 alone in 2002.

    How can this be?

    --

    Trolls throughout history:
    Jonathan Swift

    1. Re:metrics contradict slashdot truisms by Anonymous Coward · · Score: 0

      Because Red Hat puts out a patch for every flaw no matter how minor, while Microsoft sits on them as long as possible, trying to pretend the problems don't exist.

    2. Re:metrics contradict slashdot truisms by Anonymous Coward · · Score: 0

      Uhmm, maybe because MS only has to release patches for the garbage they put out themselves and RH releases patches for everything on the four or so CDs that comprise their distro? Maybe? You think? Just maybe?

    3. Re:metrics contradict slashdot truisms by Frater+219 · · Score: 3, Informative
      How can this be?

      Well, simple really:

      • 1. You're not telling the truth. The link and count you gave was for all patches against Red Hat 7.2 since its release, not "alone in 2002" -- and includes enhancements as well as security patches. Microsoft doesn't hand out enhancements to its software as patches -- it charges for them as new releases.
      • 2. Red Hat has more software. The amount of functionality Red Hat ships dwarfs that available in Windows. The diversity of software shipped on two or three CDs of Red Hat dwarfs that in a comparable amount of OS and application distribution from Microsoft. Microsoft has a few large "integrated" applications, whereas Red Hat has many smaller, intercompatible ones.
      • 3. Red Hat doesn't delay and hide. Microsoft has a practice of delaying patches and releasing several in one bundled "service pack" -- whereas Red Hat releases one patch per problem, promptly. That inflates the counts on Red Hat's side, but improves the actual security -- and actions count more than words, or numbers.
      • 4. Red Hat actually releases fixes! Microsoft's software has at least 18 publicly known, exploitable, unpatched vulnerabilities -- and that's just in one product, Internet Explorer. Show me a comparable list for any current version of any open-source product or distribution.
      Sorry, Bill -- you lose this round. Red Hat is far from the best of Linux distributors or open-source operating systems in its security record, but it's far and away above your little offering. Maybe you should spend less time plotting ways to subvert democracy, destroy the public domain, and harm your customers -- and more time checking your code?
  38. Why M$ gets bashed for security updates. by alchemist68 · · Score: 1, Insightful

    Not trying to be a troll, but everyone keeps mentioning that Microsoft gets bashed for security updates while Apple doesn't. Why is this? Because Apple generally takes care of the problem with one or two fixes whereas M$ seems to continue introducing security bugs & holes with every patch. Almost every M$ program (and operating system) associated with internet access seems to have serious security holes, time and time again...Internet Exploder, Internet Information Server, MSN Messenger, Outlook Express, Entourage, Visual Basic, even Office apps....Shall I continue? For all the money that M$ brings in from sales, extortion, bribery, etc...you'd think they would hire the BEST programmers money could buy to write their software. But Oh, slap my fae, the current business model keeps the tech industry gainfully employed.

  39. Re:Update does not address privilege separation is by uid8472 · · Score: 2, Informative

    He also suggests that you use the Apple-supplied "nobody" account for the purposes of privilege separation, as well as doing so in his instructions.

    If you run every non-privileged service (http, anon ftp, ntp, nntp, etc.) and partial service (ssh, mail, etc.) as the same non-privileged user, it defeats a lot of the purpose of the non-privilegedness. Even with chrooting, a process running as a non-root user can affect other processes that belong to the same user (e.g. send them signals). This is why vendors and sysadmins who know what they're doing create a different user for each service.

  40. another linux sysv weenie by Anonymous Coward · · Score: 0

    not real familiar with bsd are ya? Here's a hint: It's the one that's not the cheap knockoff.....

    1. Re:another linux sysv weenie by Anonymous Coward · · Score: 0

      Solaris uses /etc/init.d... wouldn't consider that to be a "cheap knockoff"...

      So what was your point again? A failed attempt to smugly demonstrate superiority?

      Oh...

  41. OSX boxen w/ new security update... by Anonymous Coward · · Score: 0

    Imagine a Beowolf Cluster of THESE!!!

  42. Minor New Features by sakusha · · Score: 3, Interesting

    While looking at the Apache setup in MacOS X, I decided to set up log analysis, and discovered that this security update implements Apache's rotatelogs. A minor upgrade, but a nice improvement that shows Apple is serious about their server platform. The (fairly) speedy response to ththe OpenSSH and Apache security holes also shows Apple is taking pains to do it right.

    1. Re:Minor New Features by Gogo+Dodo · · Score: 2

      rotatelogs was there before the security update. It's one of few Apache things you can tweak with the GUI.

  43. hardware good, but speed, ram, and too many amps by Anonymous Coward · · Score: 0

    the hardware is more expensive for running a web server, and even if you are running it, ive found linux to be alot faster on the same hardware than os-X, not to mention the amount of memmory you save, portability problems, and much better filesystems (though it would be cool if you could use softupdates on os-X) anyway these would show up as linux or bsd so you wouldnt see it as a mac web server.

    havnt tried bsd on a mac yet, but i have no reason to believe it wouldnt work just as well. the hardware is good a realiable, but you pay alot for it, and for stuff you wouldnt be using.
    (like that geforce or radeon)

    also, macs use more power than x86 boxen. look on the power supply. (this is true for the x-serve as well, 3 amps as opposed to the 2 than ibms rackmounts use) in the server room, this can add up quickly.

  44. wow by Anonymous Coward · · Score: 1, Interesting

    Apple's response time is as fast as Redhat's. That's pretty amazing, considering. Redhat should have been faster though. Although, Redhat's caution paid off in that the ssh vulnerability did not, apparently affect their systems.

  45. Tested and certified under Magic Sac mac emulator by Anonymous Coward · · Score: 0

    I was worried there for a second. My web programming team uses Atari ST computers using the Magic Sac mac emulator. Thank God a patch was made so quickly and my fortune 500 company is now safe again! Thank you Guy Kawasaki and Steve Wozniak!

  46. Re:Bye Apple by Anonymous Coward · · Score: 0

    Key words, Dev Release. And as far as graphics support goes, 32 megs is required for Quartz extreme, but Jag will run on 16 meg graphics.

  47. Re:Bye Apple by TWR · · Score: 3, Interesting
    No flame, but you should realize that the 500MHz iBook is slow with OS X because it has a tiny L2 cache (256K) and a 66MHz bus to main memory. The 100MHz memory bus on later models (and the 512K of L2 cache) really help performance.

    Apple has been shipping ATI hardware acceleration in OS X since 10.0. 10.1.5 added support for some of the ancient ATI cards. 10.2 adds hardware accelerated scrolling support for ATI and NVidia cards, in addition to Quartz Extreme for Radeon/GeForce cards (it's not a VRAM issue as much as it is support for textures that aren't a power of two in a dimension).

    -jon

    --

    Remember Amalek.

  48. Re:Bye Apple by Anonymous Coward · · Score: 0

    sorry, osx still runs like shit on a 667 tibook.
    10.2dp included.

  49. Re:Bye Apple by Anonymous Coward · · Score: 0

    i think his point was that they made an os that ran like shit (well, aqua runs like shit) on relatively NEW hardware.
    hell, i got suckered (and then trapped) into a 667 tibook. now, less than 6 months later they are going to release an os upgrade that obsolesces my NEW FREAKING COMPUTER.
    great job apple.

  50. rotatelogs in X Server by Gogo+Dodo · · Score: 2

    I got confused with Mac OS X Server. rotatelogs was in Mac OS X Server before the July Security Update. You could turn it on and off with the Server Admin GUI.

    I'm not sure when rotatelogs got added to regular Mac OS X. My mistake. I've only been working with Apache on X Server.

  51. Download? by Anonymous Coward · · Score: 0

    Am I the only one wondering where to download this? I have a MacOSX-box on our net, and I was searching desperately for a download earlier so I made a sigh of relief when this was announced here. (I firewalled out SSH last week.)

    I googled for 'apple security update' but I still can't find anything, except for text describing some GUI auto-update stuff. The whole point of using a UNIX-like OS on this server would be to have low maintenance, so I expected to be able to SSH in and run some tool like 'dpkg' or 'rpm'.

    I'd be happy for your assistance guys (or if this would get a mod point so my question is visible).

    1. Re:Download? by Anonymous Coward · · Score: 0

      You have to subscribe to Apple's Security Update Program. You can subscribe online if you
      have a major credit card. Or alternatively, you can go to an Apple dealer and get signed up.
      It only costs $14.95 per month, and it is worth every penny if you are connected to the net.

    2. Re:Download? by Anonymous Coward · · Score: 0

      Software Update... just upgrade to 10.1.5, pansy

    3. Re:Download? by Anonymous Coward · · Score: 0

      You are a retard.

      Google doesn't maintain an up-to-the-minute index of the web (think about it... how could they possibly know exactly what is on every page on the WWW?). At best, they are about a month behind. If you get lucky, they may have crawled the site you're looking for a few days ago.

    4. Re:Download? by Anonymous Coward · · Score: 0

      You are an even bigger retard.

  52. Re: Apple responsed in a reasonably timely fashion by beagle · · Score: 2

    HAHA -- well, I see that I left the smiley out. Seeing as I am the admin, I can now let my machine back on the network running httpd and ssh. :)

    Disabling the services is exactly what I did. I used the SSH workaround and I disabled Apache. Now I can reenable it. Oh, and this particular machine is outside the firewall.

    My Linux box is so customised that I can't install Apache with RPM. I don't even have the drive space to compile httpd. :( Time for a rebuild on that one -- and a new hard drive. In the meantime, its web server is down -- which is unfortunate because that's my primary web server. :(

  53. where is this update? by eazyass · · Score: 1

    i've been waiting for this update for some time, now i see all this talk about it, but when i run software update, it's not there. i viewed my update log and the last stuff was the applescript update, iPhoto, and iPod software updater, that's it. am i missing somthing?

  54. Excellent AC First Post by Anonymous Coward · · Score: 0

    Sticking it to the CLIT and pleasuring those MAC fags. Excellent work!

  55. Re:Hypocrites QWZX by Anonymous Coward · · Score: 0

    You make a reasonable point. As far as I can tell, Apple and Microsoft are pretty much the same. Apple has even taken it a step further to embrace hardware monopoly as well. And as far as the boss men go, Gates and Jobs are two peas in a pod.

  56. CHECK YOUR SOFTWARE UPDATE !!! by Anonymous Coward · · Score: 0

    its free.

    1. Re:CHECK YOUR SOFTWARE UPDATE !!! by eazyass · · Score: 1

      my software update says my software is up to date, but i never got the ssh/apache update, although i really need it...

  57. Re:Tested and certified under Magic Sac mac emulat by Anonymous Coward · · Score: 0


    ^
    |

  58. Re:Bye Apple by dyregod · · Score: 1

    it think it runs just fine on a 700 ibook

  59. Re:Update does not address privilege separation by jbrownc1 · · Score: 1

    It doesn't look as though they enabled privsep at all. No UsePrivilegeSeparation in the sshd_config.