<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Darknet - The Darkside &#187; os x</title>
	<atom:link href="http://www.darknet.org.uk/tag/os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OS X Lion Brings Major Security Overhaul To Apple Users</title>
		<link>http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/</link>
		<comments>http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 08:23:02 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple lion]]></category>
		<category><![CDATA[apple lion security]]></category>
		<category><![CDATA[apple lion update]]></category>
		<category><![CDATA[apple-security]]></category>
		<category><![CDATA[aslr]]></category>
		<category><![CDATA[lion os]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[os x lion]]></category>
		<category><![CDATA[OS X Lion security]]></category>
		<category><![CDATA[os x security]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[osx security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=3153</guid>
		<description><![CDATA[It&#8217;s been a long time coming but with the latest release of Max OS X Lion &#8211; Apple has really stepped it up in terms of security and pro-active protection. Just a few months back in May we reported that &#8211; Mac Malware is Becoming a Serious Threat and back in march Day One At [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time coming but with the latest release of Max OS X Lion &#8211; <a href="http://www.darknet.org.uk/category/apple-hacking/" title="Apple Hacking">Apple</a> has really stepped it up in terms of security and pro-active protection.</p>
<p>Just a few months back in May we reported that &#8211; <a href="http://www.darknet.org.uk/2011/05/mac-malware-becoming-a-serious-threat/" title="Mac Malware Becoming a Serious Threat">Mac Malware is Becoming a Serious Threat</a> and back in march <a href="http://www.darknet.org.uk/2011/03/day-one-at-pwn2own-takes-out-microsoft-internet-explorer-and-apple-safari/" title="Day One At Pwn2Own Takes Out Microsoft Internet Explorer and Apple Safari">Day One At Pwn2Own Takes Out Microsoft Internet Explorer and Apple Safari</a>.</p>
<p>With this latest update they have really integrated some very modern security techniques with many claiming this puts them ahead of <a href="http://www.darknet.org.uk/tag/windows-7/">Windows 7</a> and Ubuntu in terms of security.</p>
<blockquote><p>With Wednesday&#8217;s release of Mac OS X Lion, Apple has definitively leapfrogged its rivals by offering an operating system with state-of-the-art security protections that make it more resistant to malware exploits and other hack attacks, two researchers say.</p>
<p>Unlike the introduction of Snow Leopard in 2009, which offered mostly incremental security enhancements, OS X 10.7 represents a major overhaul, said the researchers, who spent the past few months analyzing the OS.</p>
<p>The most important addition is full ASLR. Short for address space layout randomization, the protection makes it much harder for attackers to exploit bugs by regularly changing the memory location where shell code and other system components are loaded. Other improvements include security sandboxes that tightly restrict the way applications can interact with other parts of the operating system and full disk encryption that doesn&#8217;t interfere with other OS features.</p>
<p>“It&#8217;s a significant improvement, and the best way that I&#8217;ve described the level of security in Lion is that it&#8217;s Windows 7, plus, plus,” said Dino Dai Zovi, principal of security consultancy Trail of Bits and the coauthor of The Mac Hacker&#8217;s Handbook. “I generally tell Mac users that if they care about security, they should upgrade to Lion sooner rather than later, and the same goes for Windows users, too.”</p></blockquote>
<p>There were a couple of blunders back in 2009 when Snow Leopard (commonly known as SL) was released, and of course &#8211; <a href="http://www.darknet.org.uk/2009/08/mac-os-x-snow-leopard-bundled-with-malware-detector/" title="Mac OS X Snow Leopard Bundled With Malware Detector">Mac OS X Snow Leopard Bundled With Malware Detector</a>.</p>
<p>Back then the security tech bundled with Snow Leopard was incremental at best, there was nothing really new or anything that inspired confidence in us security chaps.</p>
<p>With the latest version of Lion however Apple has put in some really good stuff like full address space layout randomization (ASLR) and even more sandboxing (always a good idea to trap <a href="http://www.darknet.org.uk/category/virustrojanswormsrootkits/" title="Malware">malware</a> in userspace).</p>
<p><div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
/* Darknet-Body468 */
google_ad_slot = "1341243171";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div><br /></p>
<blockquote><p>Although ASLR made its OS X debut in Leopard, the predecessor to Snow Leopard, its implementation was woefully inadequate because it failed to randomize core parts of the OS, including the heap, stack, and dynamic linker. That meant entire classes of exploits were automatically immune to the protection.</p>
<p>It also prompted many to wonder why Apple engineers bothered to put it into the OS in the first place, or didn&#8217;t properly implement it with the introduction of Snow Leopard. Windows Vista and Ubuntu, by contrast, added much more robust implementations of ASLR years earlier.</p>
<p>“When they went from Leopard to Snow Leopard, as far as I&#8217;m concerned, there really wasn&#8217;t any change,” said Charlie Miller, principal research consultant at security firm Accuvant and the other coauthor of The Mac Hacker&#8217;s Handbook. “They might have said there was more security and it was better, but at a low functionality level there really wasn&#8217;t any difference. Now, they&#8217;ve made significant changes and it&#8217;s going to be harder to exploit.”</p>
<p>What&#8217;s more, Lion&#8217;s refurbished ASLR has been augmented, so that even if hackers clear that hurdle, they&#8217;ll still have to bypass other new protections. Among them is a sandbox design that shields the most vulnerable and vital parts of the computer from attack. Safari, for example, has now been divided into two processes that separate the browser&#8217;s user interface and other functions from the part that parses JavaScript, images, and other web content.</p></blockquote>
<p>Now these changes won&#8217;t stop Apple software from being vulnerable to <a href="http://www.darknet.org.uk/category/exploitsvulnerabilities/" title="Exploits">exploits</a> &#8211; but it will make it a hell of a lot harder to pull of code execution after getting in.</p>
<p>There are some smart changes to <a href="http://www.darknet.org.uk/tag/safari/" title="Safari">Safari</a> too, which makes surfing a lot safer as one of the biggest attack vectors right now is through browser based exploits (Flash/JavaScript etc).</p>
<p>Even with all of that though, there will still be ways around it (just look at the <a href="http://www.darknet.org.uk/2011/07/malicious-pdf-files-to-exploit-iphone-ipad-zero-day-in-the-wild/" title="Malicious PDF Files To Exploit iPhone &#038; iPad Zero Day In The Wild">latest JailBreak</a>) &#8211; so as always &#8211; be careful Mac users!</p>
<p>Source: <a href="http://www.theregister.co.uk/2011/07/21/mac_os_x_lion_security/">The Register</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D3153+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;t=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/&amp;title=OS+X+Lion+Brings+Major+Security+Overhaul+To+Apple+Users" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2011%2F07%2Fos-x-lion-brings-major-security-overhaul-to-apple-users%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2011/07/os-x-lion-brings-major-security-overhaul-to-apple-users/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple Fixes &#8216;Misleading&#8217; Leopard Firewall Settings</title>
		<link>http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/</link>
		<comments>http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 12:46:32 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple firewall]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking apple]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[mac-osx]]></category>
		<category><![CDATA[network-security]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/</guid>
		<description><![CDATA[Apple has admitted that is has at LEAST three serious design weaknesses in it&#8217;s new application based firewall being rolled out with Mac OS X &#8216;Leopard&#8217;. It comes (somewhat oddly) only 24 hours after a Mac OS X security update that fixed 41 OS X and Safari security vulnerabilities. Previously independent researchers proved that Apple&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Apple has admitted that is has at LEAST three serious design weaknesses in it&#8217;s new application based firewall being rolled out with Mac OS X &#8216;Leopard&#8217;.</p>
<p>It comes (<em>somewhat oddly</em>) only 24 hours after a <a href="http://blogs.zdnet.com/security/?p=666">Mac OS X security update</a> that fixed <a href="http://docs.info.apple.com/article.html?artnum=307041">41 OS X and Safari security vulnerabilities</a>.</p>
<p>Previously <a href="http://www.heise-security.co.uk/articles/98120">independent researchers proved</a> that Apple&#8217;s claim that the Leopard firewall could block all incoming connections was false.</p>
<blockquote><p>In an advisory accompanying the Mac OS X v10.5.1 update, Apple admitted that the “Block all incoming connections” setting for the firewall is misleading.</p>
<p>“The ‘Block all incoming connections’ setting for the Application Firewall allows any process running as user “root” (UID 0) to receive incoming connections, and also allows mDNSResponder to receive connections. This could result in the unexpected exposure of network services,” Apple said.</p>
<p>With the fix, the firewall will more accurately describe the option as “Allow only essential services”, and by limiting the processes permitted to receive incoming connections under this setting to a small fixed set of system services, Apple said</p></blockquote>
<p>Sounds like they are back-pedaling rather fast. They also addressed two other issues with the application based firewall.</p>
<blockquote><p><strong>CVE-2007-4703:</strong>  The “Set access for specific services and applications” setting for the Application Firewall allows any process running as user “root” (UID 0) to receive incoming connections, even if its executable is specifically added to the list of programs and its entry in the list is marked as “Block incoming connections”. This could result in the unexpected exposure of network services.</p>
<p><strong>CVE-2007-4704:</strong> When the Application Firewall settings are changed, a running process started by launchd will not be affected until it is restarted. A user might expect changes to take effect immediately and so leave their system exposed to network access.</p></blockquote>
<p>So watch out, Apple is not the panacea of security as some people claim it to be.</p>
<p></p>
<p>Source: <a href="http://blogs.zdnet.com/security/?p=673">ZDNet</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D745+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;t=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/&amp;title=Apple+Fixes+%E2%80%98Misleading%E2%80%99+Leopard+Firewall+Settings" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2007%2F11%2Fapple-fixes-misleading-leopard-firewall-settings%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/11/apple-fixes-misleading-leopard-firewall-settings/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

