Comments on: Apple in a bind over its DNS patch?
Company's dilemma may be related to a third party's DNS patch problems.
Company's dilemma may be related to a third party's DNS patch problems.
Don't buy these one-trick ponies--unless you like gizmos that gather dust.
The Net giant, ever eager for a faster Internet, debuts its Google Public DNS service. With it, Google could become even more central to the Net.
Online security is threatened by more than hacking and phishing attempts. Check here for the latest updates on software vulnerabilities, data leaks, and rapidly spreading viruses--and learn how to protect your systems.
Add this feed to your online news reader
"Apple had no comment to a request from CNET News regarding the status of a Mac OS X DNS patch.
"
Now that's the funny part of the story. Of course they won't have a comment. It's *APPLE*, they don't comment on anything. Requesting information is pointless.
There are two ways I'm aware of to check if the DNS servers you're using are vulnerable. Kaminsky has a test on his website, http://www.doxpara.com/. The other option is to either visit https://www.dns-oarc.net/oarc/services/porttest or use the DIG tool that comes with BIND to send the following query:
dig@yourdns +short porttest.dns-oarc.net TXT.
Note that if you are running purely authoritative servers (no recursion) then I *THINK* your safe.
http://www.macworld.com/article/134758/2008/07/dnsattack.html?lsrc=rss_main
Looks like it's started already, just hours after my post. Notice as I pointed out that the "victim" here wasn't the one that was "attacked", it was his ISP.
It *IS* a critical issue. Patch now. I did. One machine is an AIX box, the other is running OSX 10.4. It's possible to patch without Apple's help (harder, but definitely possible - and worthwhile!).
Disclaimer: I believe that if you're not running a recursive server you're safe, but I'm not absolutely sure about that. It is a cache poisoning attack, which is obviously easier when a zone is fetched from other DNS servers than it is when you're authoritative for the zone and have a zone file to reference. Notice this disclaimer only applies to servers, clients are hosed until everyone is scared into fixing their DNS servers. That's why this is so important, you can fix your DNS server but if JoeBloeFishAndTackleAndInternetServiceProvider doesn't fix *HIS* server, you and/or your customers/clients can get a poisoned record from *HIM* that redirects people to the wrong sites.
http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9111001&intsrc=hm_list
Seems to me, that if this is what happened at Apple, they truly were/are between a rock, and a hard place.
The M$ issues can basically be ignored because M$ doesn't use BIND, they have (as usual) their own bastardized version (AD, which should stand for Attention Deficit ...) designed not to play nice with anyone else.
OSX on the other hand uses standard BIND (admittedly with a non-standard proprietary GUI) and therefore SHOULD update now. Attacks are already happening!
http://www.macworld.com/article/134758/2008/07/dnsattack.html?lsrc=rss_main
Port randomization is nice but that won't help on high volume resolving some parts of os X Server rely on for subsystem services. Of course forwarding to Open DNS fixes the exposure issue. Tiger Server 10.4.x is not concerned if it uses NetInfo since Netinfo is not bind dependant at all but this will break partly the GUI Apple ships mac os X Server with.
Safe but underperforming does not cut it in this case.
http://www.macworld.com/article/134758/2008/07/dnsattack.html?lsrc=rss_main
No, they can't afford to wait. It's already begun.
- by ittesi259 July 30, 2008 7:48 AM PDT
- The annoying part here is that most consumers won't understand this is a problem for Mac servers and if you aren't going through one then this isn't an issue. I don't, so all I say is I hope my ISP patched.
- Like this Reply to this comment
-
-
- by Dalkorian July 30, 2008 12:43 PM PDT
- You don't have to hope. You can test it yourself! Two sites you should check out ...
- Like this
-
(15 Comments)Kaminsky's own DNS tester: http://www.doxpara.com/
DNS-OARC's DNS tester: https://www.dns-oarc.net/oarc/services/porttest