<?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>Xanda's Blog !~! &#187; internet explorer</title>
	<atom:link href="http://blog.xanda.org/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xanda.org</link>
	<description>Human Knowledge Belongs To The World.</description>
	<lastBuildDate>Tue, 13 Jul 2010 10:10:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java 0day</title>
		<link>http://blog.xanda.org/2010/04/20/java-0day/</link>
		<comments>http://blog.xanda.org/2010/04/20/java-0day/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 16:11:48 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[IT Related]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[CVE-2010-0886]]></category>
		<category><![CDATA[CVE-2010-0887]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Java Deployment Toolkit]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=1109</guid>
		<description><![CDATA[I&#8217;ve play around with Java Deployment Toolkit exploit last week and found that the exploit is damn easy to trigger, but mitigation is a bit tricky (for Firefox especially if you have multiple version of Java installed)
Anyway, the patch released and people dont have to worry much about this anymore.
I&#8217;ve wrote a short analysis on [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve play around with Java Deployment Toolkit exploit last week and found that the exploit is damn easy to trigger, but mitigation is a bit tricky (for Firefox especially if you have multiple version of Java installed)</p>
<p>Anyway, the <a href="http://www.oracle.com/technology/deploy/security/alerts/alert-cve-2010-0886.html">patch released</a> and people dont have to worry much about this anymore.</p>
<p>I&#8217;ve wrote a short analysis on the exploit (sample taken from the wild) and soon to be published in the <a href="https://blog.honeynet.org.my" target="_blank">Lebahnet Blog</a> (pending for review). I&#8217;ve also wrote Yara rule to detect this exploit and it can be used with Jsunpack for automated analysis <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  owh.. I&#8217;ll publish the rule soon <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Many people are talking about this exploit including <a href="http://blog.fireeye.com/research/2010/04/who-is-exploiting-the-java-0day.html" target="_blank">this blog</a>. By the time I read through the content, I&#8217;ve found that they had published a non-valid code (maybe due to improper de-obfuscation or error during copy and paste for the entry). I&#8217;ve left 2 comments, correcting 2 lines of code in the entry. They made the changes but delete my comments (poor me, no credit <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> )</p>
<p>Insyaallah I&#8217;ll publish the Yara rule by tomorrow <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2010/04/20/java-0day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yara Rule For CVE-2010-0805</title>
		<link>http://blog.xanda.org/2010/04/06/yara-rule-for-cve-2010-0805/</link>
		<comments>http://blog.xanda.org/2010/04/06/yara-rule-for-cve-2010-0805/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 02:30:42 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[IT Related]]></category>
		<category><![CDATA[ActiveX]]></category>
		<category><![CDATA[CVE-2010-0805]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[jsunpack]]></category>
		<category><![CDATA[Tabular Data Control]]></category>
		<category><![CDATA[yara]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=1095</guid>
		<description><![CDATA[Internet Explorer Tabular Data Control ActiveX Memory Corruption CVE-2010-0805 ported to Metasploit, so I decided to release the detection rule for Yara

rule MSIETabularActivex
&#123;
        meta:
                ref = &#34;CVE-2010-0805&#34;
       [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer Tabular Data Control ActiveX Memory Corruption CVE-2010-0805 ported to Metasploit, so I decided to release the detection rule for <a href="http://code.google.com/p/yara-project/">Yara</a></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">rule MSIETabularActivex
<span style="color: #7a0874; font-weight: bold;">&#123;</span>
        meta:
                ref = <span style="color: #ff0000;">&quot;CVE-2010-0805&quot;</span>
                impact = <span style="color: #000000;">7</span>
                hide = <span style="color: #c20cb9; font-weight: bold;">true</span>
        <span style="color: #c20cb9; font-weight: bold;">strings</span>:
                <span style="color: #007800;">$cve20100805_1</span> = <span style="color: #ff0000;">&quot;333C7BC4-460F-11D0-BC04-0080C7055A83&quot;</span> nocase fullword
                <span style="color: #007800;">$cve20100805_2</span> = <span style="color: #ff0000;">&quot;DataURL&quot;</span> nocase fullword
                <span style="color: #007800;">$cve20100805_3</span> = <span style="color: #000000; font-weight: bold;">/</span>value\=<span style="color: #000000; font-weight: bold;">\&quot;</span>http:\<span style="color: #000000; font-weight: bold;">/</span>\<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>.<span style="color: #000000; font-weight: bold;">*</span>?<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #000000; font-weight: bold;">\&quot;</span><span style="color: #000000; font-weight: bold;">/</span> nocase fullword
        condition:
                <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">$cve20100805_1</span> and <span style="color: #007800;">$cve20100805_3</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> or <span style="color: #7a0874; font-weight: bold;">&#40;</span>all of them<span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#125;</span></pre></div></div>

<p>Credit:</p>
<ol>
<li><a href="http://www.zsploit.com/free/zs_zdi-10-034.zip" target="_blank">ZSploit.com</a></li>
<li><a href="http://www.metasploit.com/redmine/projects/framework/repository/revisions/9018/entry/modules/exploits/windows/browser/ms10_018_ie_tabular_activex.rb" target="_blank">Metasploit</a></li>
<li><a href="http://twitter.com/d3t0n4t0r" target="_blank">@d3t0n4t0r</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2010/04/06/yara-rule-for-cve-2010-0805/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CVE-2010-0249 &#8211; Aurora IE 0day Exploit :: DEP bypassed</title>
		<link>http://blog.xanda.org/2010/01/19/cve-2010-0249-aurora-ie-0day-exploit-dep-bypassed/</link>
		<comments>http://blog.xanda.org/2010/01/19/cve-2010-0249-aurora-ie-0day-exploit-dep-bypassed/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 12:21:06 +0000</pubDate>
		<dc:creator>xanda</dc:creator>
				<category><![CDATA[IT Related]]></category>
		<category><![CDATA[0day]]></category>
		<category><![CDATA[aurora]]></category>
		<category><![CDATA[CVE-2010-0249]]></category>
		<category><![CDATA[DEP]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://blog.xanda.org/?p=1038</guid>
		<description><![CDATA[:: Quick update ::
Today, I&#8217;ve been working on a video on the Aurora IE 0day exploit PoC that really mimics the original Aurora&#8217;s exploit on Google.
However, the original exploit gonna fail if you enable DEP on the machine.
A few minutes back, someone ping and inform me on the new PoC that gonna bypass the DEP. [...]]]></description>
			<content:encoded><![CDATA[<p>:: Quick update ::</p>
<p>Today, I&#8217;ve been working on a video on the Aurora IE 0day exploit PoC that really mimics the original Aurora&#8217;s exploit on Google.</p>
<p>However, the original exploit gonna fail if you enable DEP on the machine.</p>
<p>A few minutes back, someone ping and inform me on the new PoC that gonna bypass the DEP. If true, enabling DEP wont protect IE users anymore <img src='http://blog.xanda.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>But you are still safe if you disable Active Script / JavaScript support for your IE</p>
<p>Here is how you can disable the <span style="text-decoration: line-through;"> Active Shit/JavaShit</span> Active Script / JavaScript support in your IE: <a href="http://bit.ly/arlFeD" target="_blank"><strong>Advisory</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.xanda.org/2010/01/19/cve-2010-0249-aurora-ie-0day-exploit-dep-bypassed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
