<?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; adobe pdf</title>
	<atom:link href="http://www.darknet.org.uk/tag/adobe-pdf/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>Adobe PDF Reader Rewrite To Include Sandbox Feature</title>
		<link>http://www.darknet.org.uk/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/</link>
		<comments>http://www.darknet.org.uk/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 10:38:38 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe pdf]]></category>
		<category><![CDATA[adobe pdf reader]]></category>
		<category><![CDATA[pdf exploit]]></category>
		<category><![CDATA[pdf reader rewrite]]></category>
		<category><![CDATA[pdf reader sandbox]]></category>
		<category><![CDATA[pdf reader security]]></category>
		<category><![CDATA[pdf sandbox]]></category>
		<category><![CDATA[pdf security]]></category>
		<category><![CDATA[pdf vulnerability]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[secure development]]></category>
		<category><![CDATA[securing software]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2965</guid>
		<description><![CDATA[A lot of people have complained about the lack of security in Adobe PDF related products and the fact that the very architecture is insecure. There have been a whole spate of PDF related exploits and vulnerabilities lately &#8211; some of them being very serious. It&#8217;s good to see Adobe is taking this matter seriously [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of people have complained about the lack of security in <a href="http://www.darknet.org.uk/tag/adobe/">Adobe</a> PDF related products and the fact that the very architecture is insecure. There have been a whole spate of <a href="http://www.darknet.org.uk/tag/pdf/">PDF</a> related exploits and vulnerabilities lately &#8211; some of them being very serious.</p>
<p>It&#8217;s good to see Adobe is taking this matter seriously and rather than just issuing patch after patch (firefighting) they are trying to do something fundamentally different with their PDF reader software to fix the root cause.</p>
<p>Now I&#8217;m not saying this will solve all the PDF related problems, but it&#8217;s good to see them doing a ground up rebuild and implementing safety features like <a href="http://www.darknet.org.uk/tag/sandbox/">sandboxing</a>.</p>
<blockquote><p>Adobe has offered more details of the &#8216;sandbox&#8217; security feature it plans to implement to secure its hugely popular but often-attacked PDF Reader software. First announced last July, the latest description put out by Adobe&#8217;s security development team makes clear that Reader&#8217;s new &#8216;protected mode&#8217; will be no mere bolt-on. This is starting to look like a ground-up re-design of how the program operates, almost from scratch.</p>
<p>The new Reader design will see core and risky PDF functions such as font rendering, Javascript execution, 3D rendering and image parsing happen within the confines of the application itself, isolating these from the privileges of the operating system.</p>
<p>This effectively relegates Reader to a new rung of privilege below that if the system user, which stops the application simply accessing key parts of the OS such as the Registry or file system as it likes. Instead all such calls will have to go through a trusted broker process if they want to communicate beyond the sandbox. </p></blockquote>
<p>It&#8217;s a good model though and similar to what <a href="http://www.darknet.org.uk/tag/google/">Google</a> have done with the <a href="http://www.darknet.org.uk/tag/chrome/">Chrome</a> browser.</p>
<p>Separating the &#8216;dangerous&#8217; parts from the parts that have access to the underlying OS is extremely important, <a href="http://www.darknet.org.uk/tag/javascript/">JavaScript</a> execution of course being the main culprit. But other exploits have focused on font and image rendering so they need to be kept away too.</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>The new design won&#8217;t stop exploits targeting Reader but they will limit what can be done from within its confines. At the moment, that is more or less anything the attacker wants, including being able to take over the system.</p>
<p>&#8220;The challenge is to enable sandboxing while keeping user workflows functional without turning off features users depend on,&#8221; says Adobe&#8217;s blog.</p>
<p>As the developers admit, the potential hole in security is always the operating system itself, which can still be compromised, although exploiting such vulnerabilities is as easy as it easy a few years back. Microsoft&#8217;s software development lifecycle (SDL) has tightened up code security. The first version sandbox will also not protect against read access to the file system (which allows data theft) or registry, or restricting network access, but future versions will look at this aspect of security.</p>
<p>Adding defence mechanism to specific applications other than browsers is an unusual approach to application design, but Reader&#8217;s security troubles have gone beyond that of most applications.</p></blockquote>
<p>They have a pretty tough challenge on their hands as we know the more security you implement the less usability you have. So they have a precarious balance between retaining features which users require and limiting the amount of damage the software can do to the OS.</p>
<p>But it&#8217;s certainly a step in the right direction and as stated above, it certainly wont prevent there being any more exploits in Adobe&#8217;s PDF Reader &#8211; but it will limit the damage any future exploits can cause.</p>
<p>Source: <a href="http://www.networkworld.com/news/2010/100710-adobe-rewrites-pdf-reader-to.html?source=nww_rss">Network World</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Adobe+PDF+Reader+Rewrite+To+Include+Sandbox+Feature+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2965+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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/&amp;t=Adobe+PDF+Reader+Rewrite+To+Include+Sandbox+Feature" 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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/&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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/&amp;title=Adobe+PDF+Reader+Rewrite+To+Include+Sandbox+Feature" 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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/&amp;title=Adobe+PDF+Reader+Rewrite+To+Include+Sandbox+Feature" 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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/&amp;title=Adobe+PDF+Reader+Rewrite+To+Include+Sandbox+Feature" 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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/&amp;title=Adobe+PDF+Reader+Rewrite+To+Include+Sandbox+Feature" 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%2F2010%2F10%2Fadobe-pdf-reader-rewrite-to-include-sandbox-feature%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/2010/10/adobe-pdf-reader-rewrite-to-include-sandbox-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Patches PDF Vulnerabilities Being Exploited In The Wild</title>
		<link>http://www.darknet.org.uk/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/</link>
		<comments>http://www.darknet.org.uk/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 11:24:10 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[adobe acrobat]]></category>
		<category><![CDATA[adobe pdf]]></category>
		<category><![CDATA[adobe pdf exploit]]></category>
		<category><![CDATA[adobe pdf security]]></category>
		<category><![CDATA[adobe pdf vulnerability]]></category>
		<category><![CDATA[adobe reader]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hacking adobe pdf]]></category>
		<category><![CDATA[hacking pdf]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[pdf exploit]]></category>
		<category><![CDATA[pdf hacking]]></category>
		<category><![CDATA[pdf security]]></category>
		<category><![CDATA[pdf vulnerability]]></category>
		<category><![CDATA[tavis ormany]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2786</guid>
		<description><![CDATA[At least! Adobe has sorted itself out and released patches for 17 critical vulnerabilities in their Reader and Acrobat applications. We reported back in January about Active Exploitation Of Unpatched PDF Vulnerabilities. The latest slew of vulnerabilities has been actively exploited by hackers for at least the past month as detected in the wild by [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>At least! <a href="http://www.darknet.org.uk/tag/adobe/">Adobe</a> has sorted itself out and released patches for 17 critical vulnerabilities in their Reader and Acrobat applications. We reported back in January about <a href="http://www.darknet.org.uk/2010/01/active-exploitation-of-unpatched-pdf-vulnerability/">Active Exploitation Of Unpatched PDF Vulnerabilities</a>.</p>
<p>The latest slew of vulnerabilities has been actively exploited by hackers for at least the past month as detected in the wild by anti-virus companies. Many of the vulnerabilities were critical and could lead to remote code execution, especially combined with the recent flash exploits.</p>
<p>They had to step up as well and get the patches out fast because the code went public in June.</p>
<blockquote><p>Adobe on Tuesday patched 17 critical vulnerabilities in Reader and Acrobat, including one that hackers have been using for nearly a month to commandeer PCs.</p>
<p>Another patch fixed a design flaw in the PDF format that attackers have been exploiting since April to dupe users into downloading a Trojan horse.</p>
<p>Adobe rushed the security update, which was originally slated to ship July 13, because exploit code went public and attacks using rigged PDF documents started showing on antivirus vendors&#8217; reporting systems four weeks ago. The company patched Flash &#8212; hackers were tricking people into visiting malicious sites, then using the same bug to launch drive-by attacks &#8212; on June 10.</p>
<p>Sixteen of the 17 fixed flaws were labeled with the phrase &#8220;could lead to code execution&#8221; in Adobe&#8217;s advisory , the company&#8217;s way of saying that the bug was critical and could be used to hijack machines. Like Apple , and unlike Microsoft , Adobe doesn&#8217;t rate the severity of the vulnerabilities it patches. The seventeenth patch was also likely critical: &#8220;Arbitrary code execution has not been demonstrated, but may be possible,&#8221; the advisory read. </p></blockquote>
<p>Looks like they&#8217;ve been having some serious problems, not just run of the mill exploits but problems with the very architecture and design of the Adobe software. Some of the biggest malware vectors for distribution last year came from <a href="http://www.darknet.org.uk/tag/adobe-reader/">Adobe Reader</a> flaws.</p>
<p>And it has been happening in the wild, these flaws allowed malicious bot-net herders to peddle their wares and infect thousands of people.</p>
<blockquote><p>Another fix addressed a design problem in the PDF document format that could be leveraged to con users into downloading malware. The bug, which was not strictly a security vulnerability, was first disclosed by Belgium researcher Didier Stevens in late March. Stevens demonstrated how a multi-stage attack using the PDF specification&#8217;s &#8220;/Launch&#8221; function could successfully exploit a fully-patched copy of Adobe Reader. Stevens also showed how a Reader warning could be changed to further fool users.</p>
<p>Hackers have been using Stevens&#8217; technique in mass attacks to infect Windows PCs with bot Trojans.</p>
<p>With the updates to versions 9.3.3 and 8.2.3, Adobe changed Reader and Acrobat so that the /Launch function was disabled by default &#8212; in earlier editions it had been turned on &#8212; and fixed the bug in the warning dialog so hackers couldn&#8217;t modify it. &#8220;Today&#8217;s update includes changes to resolve the misuse of this command,&#8221; said Steve Gottwals, an Adobe group product manager, on a company blog . &#8220;We added functionality to block any attempts to launch an executable or other harmful objects by default. We also altered the way the existing warning dialog works to thwart the known social engineering attacks.&#8221;</p>
<p>Stevens confirmed the fixes in a post to his blog Tuesday. &#8220;Not only is the dialog box fixed, but the /Launch action is also disabled by default,&#8221; he said.</p>
<p>Five of the 17 bugs Adobe patched Tuesday were reported by Tavis Ormandy, the Google security engineer who was at the center of a brouhaha earlier this month after he publicly disclosed a vulnerability in Windows when Microsoft wouldn&#8217;t commit to a patching deadline. </p></blockquote>
<p>Thankfully they&#8217;ve disabled the /Launch function by default now and fixed other bugs which were classified as critical. Incidentally 5 of the 17 bugs were reported by <a href="http://www.darknet.org.uk/tag/tavis-ormandy/">Tavis Ormandy</a> the <a href="http://www.darknet.org.uk/tag/google/">Google</a> engineer.</p>
<p>That guy has quite a record for uncovering software based vulnerabilities.</p>
<p></p>
<p>Source: <a href="http://www.networkworld.com/news/2010/063010-adobe-patches-pdf-bugs-hackers.html?source=nww_rss">Network World</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Adobe+Patches+PDF+Vulnerabilities+Being+Exploited+In+The+Wild+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2786+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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/&amp;t=Adobe+Patches+PDF+Vulnerabilities+Being+Exploited+In+The+Wild" 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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/&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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/&amp;title=Adobe+Patches+PDF+Vulnerabilities+Being+Exploited+In+The+Wild" 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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/&amp;title=Adobe+Patches+PDF+Vulnerabilities+Being+Exploited+In+The+Wild" 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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/&amp;title=Adobe+Patches+PDF+Vulnerabilities+Being+Exploited+In+The+Wild" 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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/&amp;title=Adobe+Patches+PDF+Vulnerabilities+Being+Exploited+In+The+Wild" 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%2F2010%2F07%2Fadobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild%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/2010/07/adobe-patches-pdf-vulnerabilities-being-exploited-in-the-wild/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hackers Target 0-Day Vulnerability In Adobe PDF Reader &amp; Acrobat</title>
		<link>http://www.darknet.org.uk/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/</link>
		<comments>http://www.darknet.org.uk/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 09:25:21 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[abobe pdf exploit]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe acrobat]]></category>
		<category><![CDATA[adobe exploit]]></category>
		<category><![CDATA[adobe pdf]]></category>
		<category><![CDATA[adobe pdf 0day]]></category>
		<category><![CDATA[adobe pdf vulnerability]]></category>
		<category><![CDATA[adobe pdf zero day]]></category>
		<category><![CDATA[adobe vulnerability]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[malware]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1514</guid>
		<description><![CDATA[Another flaw in the Adobe product suite! It seems like PDF is turning into a complex animal, complexity of course always brings more security issues. It was only back in February last year when there was a bug in Adobe Reader, and almost exactly a year later another one. This time it&#8217;s a zero-day just [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Another flaw in the <a href="http://www.darknet.org.uk/tag/adobe/">Adobe</a> product suite! It seems like PDF is turning into a complex animal, complexity of course always brings more security issues.</p>
<p>It was only back in February last year when there was a <a href="http://www.darknet.org.uk/tag/adobe/">bug in Adobe Reader</a>, and almost exactly a year later another one.</p>
<p>This time it&#8217;s a zero-day just hit and it is being actively exploited, with the worrying statement made that the fix will come in the &#8216;<em>following weeks</em>&#8216;.</p>
<blockquote><p>Hackers are targeting a zero-day vulnerability affecting Adobe Reader and Acrobat with malicious PDF files. Adobe officials say a fix for the issue will be available for Adobe Reader and Adobe Acrobat in the coming weeks.</p>
<p>Hackers have once again turned to PDF files to spread their wares, this time assaulting a zero-day flaw affecting Adobe Reader and Acrobat.</p>
<p>Fortunately, the <a href="http://www.adobe.com/support/security/advisories/apsa09-01.html">unpatched bug</a> is on the company’s radar, and fixes for Adobe Reader 9 and Acrobat 9 are slated to be available March 11. Updates for earlier versions will come later, company officials said in an advisory.</p>
<p>The bug is due to an error in the parsing of certain structures in PDF files. <a href="http://www.shadowserver.org/wiki/pmwiki.php?n=Calendar.20090219">If exploited successfully</a>, the bug could allow a hacker to take complete control of a vulnerable system.</p></blockquote>
<p>Ok March 11th, only about 3 weeks to get a fix for a potentially very serious problem. Allowing complete control over the system, with the majority of people still using the Administrator account to user their computers on a day-to-day basis &#8211; that&#8217;s not good.</p>
<p>I don&#8217;t see how patch management will help here either, the patch won&#8217;t be out until 3 weeks after the exploit has become public. With attacks being targeted initially, and becoming more wide spread I would have thought immediate patching would have been more suitable.</p>
<blockquote><p>“In parsing a specially-crafted embedded object, a bug in the reader allowed the attacker to overwrite memory at an arbitrary location,” blogged McAfee researcher Geok Meng Ong. “The attacks, found in the field, use the infamous heap spray method via JavaScript to achieve control of code execution.”</p>
<p>“While the distribution of this exploit thus far appears to be targeted, new variants are expected as more information is made public,” the researcher continued. “As with the Conficker experience, the lack of good patch management is a very worrying trend that deserves more attention from IT security practitioners. Adobe is expected to release a patch very soon.”</p>
<p>In the meantime, security researchers at the <a href="http://www.shadowserver.org/wiki/pmwiki.php?n=Calendar.20090219">Shadowserver Foundation</a> recommend users consider disabling JavaScript. Symantec also recommended Adobe users keep their antivirus up-to-date.</p>
<p>“While we continue to investigate this issue, customers are advised to follow best practices and only open email attachments from people they trust,” blogged Symantec researcher Patrick Fitzgerald. “Enabling DEP (Data Execution Prevention) for Adobe Reader will also help prevent this type of attack.”</p></blockquote>
<p>There are some measures to can take to combat the problem, if you&#8217;re using Adobe on a corporate network you might want to think about pushing out some changes via Group Policy.</p>
<p>And well once again, another reason to use <a href="http://www.foxitsoftware.com/pdf/rd_intro.php">Foxit! PDF Reader</a>.</p>
<p></p>
<p>Source: <a href="http://www.eweek.com/c/a/Security/Hackers-Zero-in-on-New-Adobe-Reader-Acrobat-Vulnerability/?kc=rss">eWeek</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Hackers+Target+0-Day+Vulnerability+In+Adobe+PDF+Reader+%26+Acrobat+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1514+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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/&amp;t=Hackers+Target+0-Day+Vulnerability+In+Adobe+PDF+Reader+%26+Acrobat" 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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/&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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/&amp;title=Hackers+Target+0-Day+Vulnerability+In+Adobe+PDF+Reader+%26+Acrobat" 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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/&amp;title=Hackers+Target+0-Day+Vulnerability+In+Adobe+PDF+Reader+%26+Acrobat" 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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/&amp;title=Hackers+Target+0-Day+Vulnerability+In+Adobe+PDF+Reader+%26+Acrobat" 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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/&amp;title=Hackers+Target+0-Day+Vulnerability+In+Adobe+PDF+Reader+%26+Acrobat" 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%2F2009%2F02%2Fhackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat%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/2009/02/hackers-target-0-day-vulnerability-in-adobe-pdf-reader-acrobat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

