Slashdot Mirror


Friday Security Fun

rgraham writes "Apple has release a new security update for the Safari cookie bug. 'Security Update 2003-12-05 updates Safari to prevent unauthorized access to a user's cookies.' They also updated the article on how to 'Configure Directory Access to Protect Your Mac From a Malicious DHCP Server.'" We posted that the other day, but this time, pictures!

15 of 52 comments (clear)

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

    Never hand out cookies when on a Safari!

  2. Eerily reminiscent of my Windows days... by cbiagini · · Score: 5, Funny

    Along with this update, Steve Jobs announced today that OS 10.3.2 will include a small globe icon that will appear next to your system clock, helpfully reminding you that you have an update to install. While Jobs did acknowledge the fact that this feature has been in another operating system for years, he did point out that Apple's implementation will harness the power of Quartz Extreme to render fully three-dimensional, alpha-blended "Security Gnomes" that run around and patch your system twice a week. I'll still never Switch back though ;)

    1. Re:Eerily reminiscent of my Windows days... by Graff · · Score: 4, Informative
      The compositing is done by the video card (remember, Quartz Extreme only accelerates compositing!), but much of the drawing is done by the CPU. The Dock's genie effect, in particular, is drawn by software.

      Both of the Dock minimization effects are handled by the GPU. The window is drawn as normal by the application that owns it and is passed off to Quartz Extreme, which then hands it off to the GPU with the appropriate rendering commands. With the scale effect that is a simple scale command, with the genie effect there is stretching and scaling. All of this is done through Open GL commands.
  3. Re:Or another fix by SillyWilly · · Score: 5, Informative

    It has been suggested that even disabling Cookies won't help: http://www.securityfocus.com/archive/1/344992 As I understand it, this is because in Safari disabling cookies merely prevents creation of new cookies and not access to old ones. Therefore you should delete all cookies first.

    --
    Online & Feelin' Fine
  4. Re:Needs a reboot... by Rosyna · · Score: 5, Informative

    A lot of apps use WebKit (Help, Sherlock, Safari, Mail) so it's easier to tell users to restart than to tell them to log out or to quit all those applications. A person that knows what they are doing will just force quit the installer.

  5. Re:Needs a reboot... by justMichael · · Score: 4, Informative
    A person that knows what they are doing will just force quit the installer.

    Or run the update from the CLI.
  6. Re:Or another fix by prockcore · · Score: 4, Insightful

    Just don't allow cookies. (Yes, it seems too simple)

    If by "fix" you mean "break a lot of functionality on sites" then yes, that certainly is an option.

  7. Re:Needs a reboot... by Hes+Nikke · · Score: 4, Informative

    The update needs you to reboot the computer. *sigh* Why is that? This is a web browser we're talking about.

    oddly, this update isn't an update to Safari, instead, it's an update to the CoreFoundation framework!

    as the name implies, CoreFoundation is the core of all your aqua apps, or at the very least, all your cocoa apps. one of the things this framework can do is let any app that uses the framework to get data from a URL, so it would make sense that the cookie handling would be there too. yeah, in this case i'd say a reboot is absolutely called for.

    --
    Don't call me back. Give me a call back. Bye. So yeah. But bye our, well, but alright we are on a shirt this chill.
  8. Some links by blb · · Score: 5, Informative

    The knowledgebase article for 10.2.8 and for 10.3.1.

  9. Re:Or another fix by Graff · · Score: 4, Informative
    Just don't allow cookies.
    If by "fix" you mean "break a lot of functionality on sites" then yes, that certainly is an option.

    That's why I love OmniWeb. It allows you to accept cookies, but throw them out when you quit the browser. Sure I lose such nifty "features" as not having to log into some websites but I also cut ads and whatnot of the ability to track me across sites for long periods.

    Honestly, there need to be much better built-in controls on all browsers for limiting a server's access to data on your computer.
  10. Re:Needs a reboot... by bat,+blind+as+a · · Score: 4, Informative

    $ sudo softwareupdate -i -a
    Password:
    Software Update Tool
    Copyright 2002-2003 Apple Computer, Inc.

    Security Update 2003-12-05: 0...10...20...30...40...50...60...70...80...90...1 00
    Optimizing system performance. This may take a while...
    Done.

    You have installed one or more updates that requires that you restart your
    computer. Please restart immediately.

  11. Re:Or another fix by valkraider · · Score: 4, Informative

    You can do this with Safari as well.

  12. Re:Needs a reboot... by Anonymous Coward · · Score: 4, Informative
    The only thing that I wish is that it had an option to allow me to register and de-register other programs for it to check. That way if the author of a program allowed it I could have Software Update automatically check for updates from him in addition to those from Apple.
    According to ThinkSecret, Apple will provide this capability in a future version of Software Update. It will be limited to select developers, but surely the API will be reenigned in no time.
  13. 'Only from sites you navigate to' by rixstep · · Score: 5, Interesting

    'For example, not from advertisers on those sites'

    So reads the third cookie option in Safari, but it's not true. You'll find '.doubleclick.net' in there all the time, and I doubt any of you are wandering over to DoubleClick to check out the action.

    And any domain for a cookie beginning with a '.' means 'any URL in that domain' - and that is NOT just 'from sites you navigate to'.

  14. Replace Cookies.plist with a folder by Anonymous Coward · · Score: 5, Interesting

    ...and the cookies only last for the current session.