<?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>Skypher &#187; Repro</title>
	<atom:link href="http://skypher.com/index.php/category/security/repro-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://skypher.com</link>
	<description>The blog for absolutely nothing!</description>
	<lastBuildDate>Sat, 19 Nov 2011 22:09:02 +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>Issue 32 &#8211; Oracle Java plugin2 non-exploitable memory corruption</title>
		<link>http://skypher.com/index.php/2010/10/13/issue-32-oracle-java-plugin2/</link>
		<comments>http://skypher.com/index.php/2010/10/13/issue-32-oracle-java-plugin2/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 12:10:15 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=570</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>About two years ago I found what appeared to be a memory corruption issue in SUN (now owned by Oracle) <a href="http://java.com">Java</a> Version 6 Update 10. I failed to find any evidence that the issue allows remote code execution and after investigating, SUN/Oracle reported that it was not a security issue that required immediate patching.</p>
<p>Oracle have released a fix for this issue, which can be found <a href="http://www.oracle.com/technetwork/topics/security/javacpuoct2010-176258.html">here</a>.</p>
<p>Details can be found <a href="http://code.google.com/p/skylined/issues/detail?id=32">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/10/13/issue-32-oracle-java-plugin2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Issue 18 &#8211; Oracle Java APPLET tag children property memory corruption</title>
		<link>http://skypher.com/index.php/2010/10/13/issue-18-oracle-java-applet-childre/</link>
		<comments>http://skypher.com/index.php/2010/10/13/issue-18-oracle-java-applet-childre/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 12:04:17 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=572</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>About half a year ago, I found a memory corruption issue in Oracle <a href="http://java.com">Java</a> Version 6 Update 20 which could be triggered by loading Java in <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">MSIE</a> through the &#8220;<a href="http://msdn.microsoft.com/en-us/library/ms535183(VS.85).aspx">APPLET</a>&#8221; tag and accessing the &#8220;<a href="http://msdn.microsoft.com/en-us/library/ms537446(v=VS.85).aspx">children</a>&#8221; property. It appears that the code suffers from some <a href="http://en.wikipedia.org/wiki/Race_condition">race condition</a> that may be exploited to <a href="http://en.wikipedia.org/wiki/Arbitrary_code_execution">execute arbitrary code</a> in the <a href="http://en.wikipedia.org/wiki/Access_token">context</a> of the user that the iexplore.exe process is running as.</p>
<p>Oracle have released a patch for this issue which can be found <a href="http://www.oracle.com/technetwork/topics/security/javacpuoct2010-176258.html">here</a>.</p>
<p>More details can be found <a href="http://code.google.com/p/skylined/issues/detail?id=18">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/10/13/issue-18-oracle-java-applet-childre/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Issue 23 &#8211; Oracle Java OBJECT tag &#8220;launchjnlp&#8221;/&#8221;docbase&#8221; property stack buffer overflow</title>
		<link>http://skypher.com/index.php/2010/10/13/issue-2-oracle-java-object-launchjnlp-docbase/</link>
		<comments>http://skypher.com/index.php/2010/10/13/issue-2-oracle-java-object-launchjnlp-docbase/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 09:34:09 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[PoC]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=574</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>About a month and a half ago, <a href="http://www.reversemode.com/index.php?option=com_content&#038;task=view&#038;id=69&#038;Itemid=1">information about an 0-day vulnerability</a> in the <a href="http://www.apple.com/quicktime/">Apple QuickTime</a> plugin was published. It reminded of a project I had planned to implement for a while (since 2004 to be precise): a fuzzer that extracted information about <a href="http://en.wikipedia.org/wiki/COM_object">COM objects</a> installed on a system from the <a href="http://en.wikipedia.org/wiki/Windows_registry">registry</a> and scanned the <a href="http://en.wikipedia.org/wiki/Executable">binaries</a> associated with each COM object for strings. The fuzzer would use the collected information to try to instantiate objects and attempt to fuzz it using the strings as properties, methods and &#8220;<a href="http://en.wikipedia.org/wiki/Magic_number_(programming)">magic</a>&#8221; argument values. As soon as I had hacked something together, it found a simple <a href="http://en.wikipedia.org/wiki/Executable">buffer overflow</a> in Oracle <a href="http://java.com">Java</a> 6 Update 21.</p>
<p>The buffer overflow allows easy control over <a href="http://en.wikipedia.org/wiki/Instruction_pointer">EIP</a> and creating a working <a href="http://en.wikipedia.org/wiki/Exploit_(computer_security)">exploit</a> for targets without <a href="http://en.wikipedia.org/wiki/Data_Execution_Prevention">DEP</a> is as easy as copy+pasting a <a href="http://en.wikipedia.org/wiki/Heap_spray">heap spray</a> into the repro file.</p>
<p>I reported the issue to Oracle, who were <a href="http://www.zerodayinitiative.com/advisories/ZDI-10-206/">already aware</a> of the issue because it had also been reported to them by Stephen Fewer of <a href="http://www.harmonysecurity.com">Harmony Security</a> through <a href="http://www.zerodayinitiative.com/">ZDI</a>. Oracle has release a patch for this issue, which is available <a href="http://www.oracle.com/technetwork/topics/security/javacpuoct2010-176258.html">here</a>.</p>
<p>More details can be found <a href="http://code.google.com/p/skylined/issues/detail?id=23">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/10/13/issue-2-oracle-java-object-launchjnlp-docbase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue 21 &#8211; Microsoft Windows Media Player memory corruption using popups</title>
		<link>http://skypher.com/index.php/2010/10/12/issue-21-wmp-memory-corruption-using-popups/</link>
		<comments>http://skypher.com/index.php/2010/10/12/issue-21-wmp-memory-corruption-using-popups/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 21:02:55 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=579</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>About 4 months ago I finally tracked down a memory corruption issue that my fuzzers had been hitting on occasion. It appeared that the root cause was some kind of memory corruption or stale pointer related to a Windows Media Player plugin popup. The MSRC team reported that further investigation had revealed the the issue was slightly more complex than I had originally assumed and that the root cause of the issue might be triggered through other attack vectors that require less user-interaction. However, neither MSRC nor I was able to find any additional attack vectors.</p>
<p>Microsoft has release a fix for this issue <a href="http://www.microsoft.com/technet/security/Bulletin/MS10-082.mspx">here</a>.</p>
<p>More details can be found <a href="http://code.google.com/p/skylined/issues/detail?id=21">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/10/12/issue-21-wmp-memory-corruption-using-popups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue 17 &#8211; Msxml2.XMLHTTP.3.0 response handling memory corruption</title>
		<link>http://skypher.com/index.php/2010/08/10/ms10-051/</link>
		<comments>http://skypher.com/index.php/2010/08/10/ms10-051/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 18:49:16 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=487</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Today Microsoft released <a href="http://www.microsoft.com/technet/security/bulletin/ms10-051.mspx">MS10-051</a>; a fix for a vulnerability in MSXML 3.0 which I reported to them April 12th 2010.</p>
<p>Case details can be found <a href="http://code.google.com/p/skylined/issues/detail?id=17">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/08/10/ms10-051/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSIE 6,7, 8 &amp; 9 insertAdjacentElement NULL ptr</title>
		<link>http://skypher.com/index.php/2010/04/12/msie-67-8-9-insertadjacentelement-null-ptr/</link>
		<comments>http://skypher.com/index.php/2010/04/12/msie-67-8-9-insertadjacentelement-null-ptr/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 12:03:10 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=459</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p><code>  img=new Image();<br />
  img.insertAdjacentElement("afterEnd",img);</code></p>
<p>More details here: <a href="http://code.google.com/p/skylined/issues/detail?id=15">http://code.google.com/p/skylined/issues/detail?id=15</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/04/12/msie-67-8-9-insertadjacentelement-null-ptr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSIE 8,9 (X)HTML stack exhaustion</title>
		<link>http://skypher.com/index.php/2010/04/12/msie-89-xhtml-stack-exhaustion/</link>
		<comments>http://skypher.com/index.php/2010/04/12/msie-89-xhtml-stack-exhaustion/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:45:23 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=452</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Many nested tags in MSIE can cause stack exhaustion, which can crash the tab and even the entire browser.</p>
<p><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"<br />
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;<br />
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;<br />
  &lt;address/&gt;&lt;address/&gt;&lt;address/&gt;&lt;address/&gt;&lt;address/&gt;&lt;address/&gt;.... etc...<br />
&lt;/html&gt;</code></p>
<p>More details here: <a href="http://code.google.com/p/skylined/issues/detail?id=14">http://code.google.com/p/skylined/issues/detail?id=14</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/04/12/msie-89-xhtml-stack-exhaustion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSIE 7 document.createElement(&#8220;HTML&#8221;).outerHTML NULL ptr</title>
		<link>http://skypher.com/index.php/2010/04/12/msie-7-document-createelementhtml-outerhtml-null-ptr/</link>
		<comments>http://skypher.com/index.php/2010/04/12/msie-7-document-createelementhtml-outerhtml-null-ptr/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 11:30:53 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Repro]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=444</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>A simple NULL ptr deref in MSIE 7 (MSIE 8 is not affected)</p>
<p><code>document.createElement("HTML").outerHTML</code></p>
<p>More details here: <a href="http://code.google.com/p/skylined/issues/detail?id=16">http://code.google.com/p/skylined/issues/detail?id=16</a></p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/04/12/msie-7-document-createelementhtml-outerhtml-null-ptr/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Windows .ANI file BITMAPINFOHEADER.biClrUsed bounds check missing</title>
		<link>http://skypher.com/index.php/2010/03/08/ani-file-bitmapinfoheader-biclrused-bounds-check-missing/</link>
		<comments>http://skypher.com/index.php/2010/03/08/ani-file-bitmapinfoheader-biclrused-bounds-check-missing/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 09:45:20 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=430</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Quoting <a href="http://msdn.microsoft.com/en-us/library/aa930622.aspx">http://msdn.microsoft.com/en-us/library/aa930622.aspx</a>:<br />
<CODE>typedef struct tagBITMAPINFOHEADER {<br />
  DWORD biSize;<br />
  LONG biWidth;<br />
  LONG biHeight;<br />
  WORD biPlanes;<br />
  WORD biBitCount<br />
  DWORD biCompression;<br />
  DWORD biSizeImage;<br />
  LONG biXPelsPerMeter;<br />
  LONG biYPelsPerMeter;<br />
  DWORD biClrUsed;<br />
  DWORD biClrImportant;<br />
} BITMAPINFOHEADER;<br />
</CODE><br />
<em>&#8220;If the bitmap is a packed bitmap (a bitmap in which the bitmap array immediately follows the BITMAPINFO header and is referenced by a single pointer), the biClrUsed member must be either zero or the actual size of the color table.&#8221;</em></p>
<p>ANI files stores each frame of the animated cursor as a packed bitmap inside the ANI file. The DWORD <TT>biClrUsed</TT> member of the <TT>BITMAPINFOHEADER</TT> of each such bitmap can be used to cause the Windows API functions to allocate any number of bytes and attempt to copy a similarly large ammount of  data from the file in memory to the newly allocated memory. The code does not check that such a large ammount of data is available and this can cause the copy operation to read beyong the bounds of the memory allocated for the ANI file. This problem affects Windows XP and Vista but not the newer Windows 7.</p>
<p>This can cause a read access violation if a small ANI file specifies a large value for <TT>biClrUsed</TT>: the memory copy operation runs beyond the memory allocated for the file data and into unallocated memory. MSIE is an example of an application that uses these Windows APIs to read ANI files, it is also the application that this problem was first detect in. However, there could be other applications that use these API functions.</p>
<p>In MSIE, this read AV is handled by an exception handler, so it does not cause the browser to crash. The read access violation is therefore only visible if a debugger is attached to MSIE. However, this problem can also be used to cause the application to allocate excessive amounts of memory and become unresponsive, using 100% CPU. For MSIE, this seems to affect the x86 version only and not the x64 version. I cannot explain, not have I investigated the exact cause of this difference between these two versions.</p>
<p>Microsoft has confirmed the issue and based on the impact has decided to fix this in Service Packs for the various versions of Windows affected. They cannot provide release estimates for these Service Packs at this time. If you maintain an application that depends on the Windows APIs to load ANI files, you may want to investigate how this issue affects your application and do additional checks on the contents of ANI files before calling vulnerable Windows API functions.</p>
<p>Full details, including case history and repro for this particular bug can be found <a href="http://code.google.com/p/skylined/issues/detail?id=3">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/03/08/ani-file-bitmapinfoheader-biclrused-bounds-check-missing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Internet Explorer 6.0/7.0 NULL pointer crashes</title>
		<link>http://skypher.com/index.php/2010/01/20/microsoft-internet-explorer-6-07-0-null-pointer-crashes/</link>
		<comments>http://skypher.com/index.php/2010/01/20/microsoft-internet-explorer-6-07-0-null-pointer-crashes/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 10:55:37 +0000</pubDate>
		<dc:creator>SkyLined</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Repro]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://skypher.com/?p=297</guid>
		<description><![CDATA[<br />
<b>Warning</b>:  preg_split() [<a href='function.preg-split'>function.preg-split</a>]: Compilation failed: lookbehind assertion is not fixed length at offset 14 in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>77</b><br />
<br />
<b>Warning</b>:  Invalid argument supplied for foreach() in <b>/home/c3682jgn/domains/skypher.com/public_html/wp-content/themes/braille/options/plugins.php</b> on line <b>78</b><br />
]]></description>
			<content:encoded><![CDATA[<p>Two crashes caused by NULL pointer dereferences have been discovered in MSIE 6.0/7.0. These issues do not affect MSIE 8.0.<br />
<UL><br />
  <LI><CODE><A href="http://skypher.com/SkyLined/Repro/MSIE/MSRC%209604%20-%20document.createElement(%22li%22).value=3/repro.html">document.createElement(&#8220;li&#8221;).value=3</A></CODE></LI><br />
  <LI><CODE><A href="http://skypher.com/SkyLined/Repro/MSIE/MSRC%209604%20-%20document.createElement(%22html%22).outerHTML/repro.html">document.createElement(&#8220;html&#8221;).outerHTML</A></CODE></LI><br />
</UL></p>
<p>I&#8217;ve recently started using Google Code for tracking bugs: an editted version of the history of this bug can be found <A href="http://code.google.com/p/skylined/issues/detail?id=4">here</A>.</p>
]]></content:encoded>
			<wfw:commentRss>http://skypher.com/index.php/2010/01/20/microsoft-internet-explorer-6-07-0-null-pointer-crashes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

