<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Newish web-based PDF attack in the wild (with real exploit code)</title>
	<atom:link href="http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/</link>
	<description>Insight into web application security</description>
	<lastBuildDate>Wed, 16 Dec 2009 01:02:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mauvis</title>
		<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/comment-page-1/#comment-20</link>
		<dc:creator>Mauvis</dc:creator>
		<pubDate>Fri, 27 Feb 2009 20:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://insecureweb.com/?p=71#comment-20</guid>
		<description>Thanks for the heads up!</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russian</title>
		<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/comment-page-1/#comment-16</link>
		<dc:creator>russian</dc:creator>
		<pubDate>Wed, 25 Feb 2009 02:08:45 +0000</pubDate>
		<guid isPermaLink="false">http://insecureweb.com/?p=71#comment-16</guid>
		<description>its old exploits, 

1. Acrobat Reader v.8.1.1 Collab.collectEmailInfo() JavаScript Overflow
2. Acrobat Reader v.8.1.2 Util.printf() JavаScript Overflow</description>
		<content:encoded><![CDATA[<p>its old exploits, </p>
<p>1. Acrobat Reader v.8.1.1 Collab.collectEmailInfo() JavаScript Overflow<br />
2. Acrobat Reader v.8.1.2 Util.printf() JavаScript Overflow</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauvis Ledford</title>
		<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/comment-page-1/#comment-11</link>
		<dc:creator>Mauvis Ledford</dc:creator>
		<pubDate>Sun, 22 Feb 2009 00:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://insecureweb.com/?p=71#comment-11</guid>
		<description>Thanks for the info webDevil. If you look through the source in file 02, you&#039;ll see that there&#039;s actually 2 PDF&#039;s involved. I was only able to get the first before the site owner removed all traces of everything.</description>
		<content:encoded><![CDATA[<p>Thanks for the info webDevil. If you look through the source in file 02, you&#8217;ll see that there&#8217;s actually 2 PDF&#8217;s involved. I was only able to get the first before the site owner removed all traces of everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PDF: Поддержка UTF-8 в fpdf / zavackiy.info</title>
		<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/comment-page-1/#comment-10</link>
		<dc:creator>PDF: Поддержка UTF-8 в fpdf / zavackiy.info</dc:creator>
		<pubDate>Sat, 21 Feb 2009 23:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://insecureweb.com/?p=71#comment-10</guid>
		<description>[...] Newish web-based PDF attack in the wild (with real exploit code &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Newish web-based PDF attack in the wild (with real exploit code &#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: (webbased) PDF Aanvallen! &#171; Lost in the Noise</title>
		<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/comment-page-1/#comment-8</link>
		<dc:creator>(webbased) PDF Aanvallen! &#171; Lost in the Noise</dc:creator>
		<pubDate>Sat, 21 Feb 2009 16:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://insecureweb.com/?p=71#comment-8</guid>
		<description>[...] Meer informatie is te vinden op DEZE WEBSITE [...]</description>
		<content:encoded><![CDATA[<p>[...] Meer informatie is te vinden op DEZE WEBSITE [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webDEViL</title>
		<link>http://insecureweb.com/javascript/newish-web-based-pdf-attack-in-the-wild-with-real-exploit-code/comment-page-1/#comment-7</link>
		<dc:creator>webDEViL</dc:creator>
		<pubDate>Sat, 21 Feb 2009 09:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://insecureweb.com/?p=71#comment-7</guid>
		<description>I was looking at the PDF you have submitted.
It doesnt seem to be the one referenced here. It is using the old exploit collectEmailInfo overflow.
Moreover the pdf is looking for only version 7 and 8 and not 9.

var cdGh1aM = app.viewerVersion.toString(); 
 cdGh1aM = cdGh1aM.replace(/\D/g,&quot;&quot;); 
 var mjZEr = new Array(cdGh1aM.charAt(0),cdGh1aM.charAt(1),cdGh1aM.charAt(2)); 
 if ((mjZEr[0] == 8 &amp;&amp; ((mjZEr[1] == 1 &amp;&amp; mjZEr[2] &lt; 2) &#124;&#124; mjZEr[1] &lt; 1)) &#124;&#124; (mjZEr[0] == 7 &amp;&amp; mjZEr[1] &lt; 1) &#124;&#124; (mjZEr[0] &lt; 7))</description>
		<content:encoded><![CDATA[<p>I was looking at the PDF you have submitted.<br />
It doesnt seem to be the one referenced here. It is using the old exploit collectEmailInfo overflow.<br />
Moreover the pdf is looking for only version 7 and 8 and not 9.</p>
<p>var cdGh1aM = app.viewerVersion.toString();<br />
 cdGh1aM = cdGh1aM.replace(/\D/g,&#8221;");<br />
 var mjZEr = new Array(cdGh1aM.charAt(0),cdGh1aM.charAt(1),cdGh1aM.charAt(2));<br />
 if ((mjZEr[0] == 8 &amp;&amp; ((mjZEr[1] == 1 &amp;&amp; mjZEr[2] &lt; 2) || mjZEr[1] &lt; 1)) || (mjZEr[0] == 7 &amp;&amp; mjZEr[1] &lt; 1) || (mjZEr[0] &lt; 7))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
