<?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>IT Trenches &#187; exploit</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/it-trenches/tag/exploit/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/it-trenches</link>
	<description></description>
	<lastBuildDate>Fri, 19 Nov 2010 14:37:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>DLL hole also affects EXE files</title>
		<link>http://itknowledgeexchange.techtarget.com/it-trenches/dll-hole-also-affects-exe-files/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-trenches/dll-hole-also-affects-exe-files/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 15:56:05 +0000</pubDate>
		<dc:creator>Troy Tate</dc:creator>
				<category><![CDATA[exploit]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[infosec]]></category>
		<category><![CDATA[risk analysis]]></category>
		<category><![CDATA[threat]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-trenches/dll-hole-also-affects-exe-files/</guid>
		<description><![CDATA[According to a Heise Media report, the DLL binary planting vulnerability is not just limited to DLL files but affects EXE files. The example given: An HTML file is saved along with a copy of a file called EXPLORE.EXE. The HTML file is opened and has a URI link embedded with the address file://. This [...]]]></description>
				<content:encoded><![CDATA[<p>According to a Heise Media report, the DLL binary planting vulnerability is not just limited to DLL files but affects EXE files.</p>
<p>The example given: An HTML file is saved along with a copy of a file called EXPLORE.EXE. The HTML file is opened and has a URI link embedded with the address file://. This will cause the browser to attempt to open EXPLORE.EXE from the local folder.</p>
<p>The current Microsoft workarounds for the DLL vulnerability only apply to DLL&#8217;s, not EXE&#8217;s.</p>
<p>See this <a href="http://www.h-online.com/security/news/item/DLL-hole-now-affects-EXE-files-1076847.html" target="_blank">news posting</a> for additional information.</p>
<p>Information security continues to be a struggle against function, features and stopping bad things from happening. <a href="#comments">What are your thoughts about where this is going?</a></p>
<p>Thanks for reading &amp; let&#8217;s continue to be good network citizens!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-trenches/dll-hole-also-affects-exe-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whak-a-mole testing for Microsoft DLL exploit</title>
		<link>http://itknowledgeexchange.techtarget.com/it-trenches/whak-a-mole-testing-for-microsoft-dll-exploit/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-trenches/whak-a-mole-testing-for-microsoft-dll-exploit/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 20:01:58 +0000</pubDate>
		<dc:creator>Troy Tate</dc:creator>
				<category><![CDATA[application development]]></category>
		<category><![CDATA[DLL]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[metasploit]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft DLL]]></category>
		<category><![CDATA[qa testing]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[vulnerability analysis]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-trenches/whak-a-mole-testing-for-microsoft-dll-exploit/</guid>
		<description><![CDATA[HD Moore of Metasploit fame has created a tool to identify applications which exhibit the DLL hijack flaw about which Microsoft recently released a security advisory. This tool in HD Moore&#8217;s own words will turn a desktop PC into a game of whack-a-mole by launching the file handlers for every registered file type, while recording [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/46/files/2010/08/whakamole.jpg"><img class="alignleft size-medium wp-image-423" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/46/files/2010/08/whakamole.jpg" alt="" width="275" height="183" /></a> HD Moore of <a href="http://www.metasploit.com/" target="_blank">Metasploit</a> fame has created a tool to identify applications which exhibit the DLL hijack flaw about which <a href="http://www.microsoft.com/technet/security/advisory/2269637.mspx" target="_blank">Microsoft recently released a security advisory</a>. This tool in HD Moore&#8217;s own words</p>
<blockquote><p>will turn a desktop PC into a game of whack-a-mole by launching the file  handlers for every registered file type, while recording whether or not a DLL  was accessed within the working directory of the associated file.</p></blockquote>
<p>To find out more about this DLL hijack exploit test kit and to get the tool see <a href="http://blog.metasploit.com/2010/08/exploiting-dll-hijacking-flaws.html" target="_blank">HD&#8217;s blog</a>.</p>
<p>This could be a serious issue so I am waiting to see what develops out here now that Metasploit has released a working exploit plugin also.</p>
<p>What are your thoughts on this vulnerability? Do you have Windows developers which may have created risks for your organization by poor development practices? <a href="#comments">Let me</a> and other ITKE readers know about your experiences with this vulnerability and if you have used the DLL hijack exploit test tool and how your testing went. Thanks for reading and let&#8217;s continue to be good network citizens!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-trenches/whak-a-mole-testing-for-microsoft-dll-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sure you can use my security context &#8211; exploit me!</title>
		<link>http://itknowledgeexchange.techtarget.com/it-trenches/sure-you-can-use-my-security-context-exploit-me/</link>
		<comments>http://itknowledgeexchange.techtarget.com/it-trenches/sure-you-can-use-my-security-context-exploit-me/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 19:34:47 +0000</pubDate>
		<dc:creator>Troy Tate</dc:creator>
				<category><![CDATA[exploit]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[least user authority]]></category>
		<category><![CDATA[lua]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[principle of least privilege]]></category>
		<category><![CDATA[security bulletin]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/it-trenches/sure-you-can-use-my-security-context-exploit-me/</guid>
		<description><![CDATA[I recently blogged about the fact that the initial reports of the Google Aurora attack focused on Internet Explorer version 6. Some comments on the Information Security Community Group on LinkedIn got me thinking about another part of the successful exploit that could have reduced the impact, if not completely prevented it. The Microsoft security [...]]]></description>
				<content:encoded><![CDATA[<p>I recently blogged about the fact that the initial reports of the <a href="http://itknowledgeexchange.techtarget.com/it-trenches/google-aurora-attack-focused-on-ie6-does-anybody-do-autoupdates-anymore/#comments" target="_blank">Google Aurora attack focused on Internet Explorer version 6.</a> Some comments on the <a href="http://www.linkedin.com/groups?home=&amp;gid=38412&amp;trk=anet_ug_hm" target="_blank">Information Security Community Group</a> on LinkedIn got me thinking about another part of the successful exploit that could have reduced the impact, if not completely prevented it.</p>
<p>The <a href="http://www.microsoft.com/technet/security/bulletin/ms10-002.mspx" target="_blank">Microsoft security bulletin</a> states that <em>&#8220;Users whose accounts are configured to have fewer user rights on the system could be less impacted than users who operate with administrative user rights.&#8221; </em>That&#8217;s great news for a lot of organizations that have taken the operational stance of least user access or the <a href="http://en.wikipedia.org/wiki/Least_user_access" target="_blank">principle of least privilege</a>. Not everyone has to run everything as a local administrator on their computer. This would prevent a lot of home users from being infected and definitely help businesses reduce the impact of successful exploits of known and previously unknown vulnerabilities.</p>
<p>How much news about security breaches do you think there would be if LUA was put into practice everywhere possible? Maybe then we could focus on addressing other business application issues like getting incompatible applications upgraded from Internet Explorer 6 to IE8.</p>
<p>Thanks for reading and let&#8217;s continue to be good network citizens!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/it-trenches/sure-you-can-use-my-security-context-exploit-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
