<?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>:: TechBlog :: &#187; Search Results  &#187;  WMF</title>
	<atom:link href="http://techblog.touchbasic.com/html/search/WMF/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://techblog.touchbasic.com/html</link>
	<description>Techblog is collection of articles covering a wide variety of tech related topics including: Linux, Microsoft, Google, web development, web design, open source, wordpress, security, and more.</description>
	<lastBuildDate>Fri, 06 May 2011 00:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Windows Metafile Crib Sheet</title>
		<link>http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/</link>
		<comments>http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 20:02:44 +0000</pubDate>
		<dc:creator>elran</dc:creator>
				<category><![CDATA[Everything]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[bug-fix]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wmf]]></category>

		<guid isPermaLink="false">http://techblog.touchbasic.com/html/?p=160</guid>
		<description><![CDATA[[ page last updated: Jan. 06, 2006. ] [ update: Microsoft has finally released it's Security update for WMF vulnerability. To apply the patch, simply visit the Windows Update web site, automatically scan for updates and install. ] Thanks Fuzzie for bringing this to my attention. The purpose of this article is to clearly lay [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color:#bbb;margin-bottom:15px;">[ page last updated: Jan. 06, 2006. ]</span></p>
<p style="margin-bottom:15px;">[ <span class="under">update</span>: Microsoft has finally released it's <a href="http://www.microsoft.com/athome/security/update/bulletins/200601_WMF.mspx">Security update for WMF vulnerability</a>. To apply the patch, simply visit the Windows Update web site, automatically scan for updates and install. ] <span style="color:#bbb;">Thanks <a style="color:#bbb;" href="http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/#comments">Fuzzie</a> for bringing this to my attention.</span></p>
<p>The purpose of this article is to clearly lay out all the information i could find on the recent Windows exploit, namely the WMF (Windows Metafile) vulnerability. Instead of adding to the current state of panic, my hope is that this post will help to clear up some of the apparent contradictions surrounding this issue and provide a kind of reference in the decision making process (ie: overall severity and what actions to take).</p>
<p>I&#8217;ll begin with a brief overview of the current state of affairs:</p>
<p>A Windows Metafile (WMF) &#8211; is a 16-bit metafile that can be used by all versions of Windows to display a picture. Similar to a .jpeg, .gif or bitmap.</p>
<p>A Metafile &#8211; is simply a list of commands that can be executed to draw a graphic. Normally, these commands are used to style objects such as lines, polygon and text. In this case, the WMF is being used to trigger potentially malicious code (ex: trojans).</p>
<p>For more background on Windows Metafile you can read the Wikipedia definition <a href="http://en.wikipedia.org/wiki/Windows_Metafile">here</a>.</p>
<p>i was also planning on quickly going over the events that have unfolded in reaction to the news about the widespread potential of this type of exploit. However, it turns out that the Wikipedia, once again, has done this job for me (and probably better than i could have done). If you&#8217;re late on the scene for this whole thing, i recommend you spend a few minutes reviewing <a href="http://en.wikipedia.org/wiki/Windows_Metafile_vulnerability">that page</a> as well.</p>
<p>Still, here&#8217;s a short list of the key points related to the most recent Windows Metafile Vulnerability: </p>
<ul>
<li>First reports of affected computers: December 28, 2005. [more info <a href="http://www.viruslist.com/en/alerts?alertid=176701669">here</a> and <a href="http://www.freshnews.com/news/computers-internet/article_29005.html">here</a>]</li>
<li>List of Vulnerable Systems: All versions of Windows. [ see full list <a href="http://www.securityfocus.com/bid/16074/info">here</a> ]</li>
<li>How it spreads: via email attachments [ although Microsoft is now <a href="http://www.securityfocus.com/archive/1/420770">saying otherwise</a> ] or even just loading a website with WMF graphics. Read more <a href="http://castlecops.com/a6445-WMF_Exploit_FAQ.html">here</a>.</li>
</ul>
<p>There seems to be some uncertainty surrounding the list of vulnerable systems. Some sources believe that older systems like Win95/98 and even WinME/2K can not easily be exploited in this manner. Read <a href="http://castlecops.com/t143179-WMF_Exploit_Major_Revision_In_Vulnerable_System_List.html">here</a>, <a href="http://www.grc.com/x/news.exe?utag=&#038;group=grc.securitynow&#038;xrelated=772&#038;cmd_last=+Prev+">here</a> and <a href="http://castlecops.com/t143163-Win98SE_will_not_install_the_WMF_HotFix.html">here</a> for more info.</p>
<p>Protection against this exploit -</p>
<ul>
<li>The Workaround according to Microsoft: unregistering the dll [ type: "regsvr32.exe /u shimgvw.dll" in the command prompt ]</li>
<li>The Unofficial Patch: by Ilfak Guilfanov version1.4 can be found <a href="http://www.grc.com/miscfiles/wmffix_hexblog14.exe">here</a>.</li>
<li>The Unofficial Patch: based on the fix by Ilfak Guilfanov can be found <a href="http://isc.sans.org/diary.php?compare=1&#038;storyid=1010">here</a>. [ .msi installer version 1.4 ]</li>
<li>The Unofficial Patch: developed by ESET version1.1 can be found <a href="http://www.eset.com/download/wmfpatch11.zip">here</a>. [ updated: Jan. 05, 2006. ( source: <a href="http://www.eweek.com/article2/0,1759,1908014,00.asp?kc=EWRSS03129TX1K0000614">eWEEK.com</a> ) ]</li>
</ul>
<p>The best description of what these fixes actually do to your system can be found <a href="http://www.section66.com/handlers/WMF.pdf">here</a> [.pdf format]</p>
<p>Additional Notes -</p>
<ul>
<li>This is not an actual virus outbreak [it is an exploit, meaning just leaving your pc online but unpatched does not guarantee that you will be attacked].</li>
<li>Some people have reported minor &#8220;issues&#8221; related to installing this patch such as <a href="http://seclists.org/lists/fulldisclosure/2006/Jan/0058.html">printing problems</a>.</li>
<li>There is already a Microsoft patch available that is a pre-release which leaked onto the internet this morning and is said to be tested on Winxp/2k3 systems, but every link i&#8217;ve found was broken and had the file taken offline. For those interested, the file was named WindowsXP-KB912919-x86-ENU.exe and i&#8217;m sure it will surface again sooner or later.</li>
<li>McAfee has added <a href="http://vil.nai.com/vil/content/v_137760.htm">WMF exploit detection</a> to its latest DAT file, which can detect exploits created by <a href="http://vil.nai.com/vil/content/v_137846.htm">this tool</a>.</li>
<li>ESET claims its <a href="http://www.eset.com/download/trial.htm">NOD32 anti-virus</a> stops hackers from using all 206/206 tested WMF vulnerability exploits. They offer a 30-day trial version of their software which would protect you from this exploit &#8220;without having to take any special actions&#8221;, according to ESET (presumably until Microsoft releases an official fix). [ updated: Jan. 05, 2006. ]</li>
</ul>
<p>That&#8217;s all i could find at this time. Hope it helps in some way.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.touchbasic.com/html/windows-metafile-crib-sheet/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

