<?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>Computer Tips -Tech Info &#187; Security-Vulnerabilities</title>
	<atom:link href="http://www.averyjparker.com/category/security-vulnerabilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Mon, 21 Nov 2011 06:25:07 +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>The Great Lizamoon SQL Injection Attack &#8211; March-April 2011</title>
		<link>http://www.averyjparker.com/2011/04/04/the-great-lizamoon-sql-injection-attack-march-april-2011/</link>
		<comments>http://www.averyjparker.com/2011/04/04/the-great-lizamoon-sql-injection-attack-march-april-2011/#comments</comments>
		<pubDate>Tue, 05 Apr 2011 03:27:14 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Internet Safety]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Bobby Tables]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[scareware]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2770</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Well &#8211; Friday things started getting interesting on tech news sites. Most sites were running phony April fools stories and a few including websense was running with a major attack going on against many SQL based websites. Details were sketchy &#8211; people were told to look for ur.php files in their web directory (which isn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Well &#8211; Friday things started getting interesting on tech news sites.  Most sites were running phony April fools stories and a few including websense was running with a major attack going on against many SQL based websites.  Details were sketchy &#8211; people were told to look for ur.php files in their web directory (which isn&#8217;t exactly a good test to see if your site has been infected by this SQL injection&#8230;)  &#8220;&lt;script src=http://lizamoon.com/ur.php&#8221;&gt; is an example of the code that is inserted into sql databases and what it basically does is force visitors to visit a scareware site where malware may be installed onto their computer that claims they have a virus&#8230;. (how many of those have we seen in the last 5-10 years?)</p>
<p>One of my annoyances with tech news (and especially virus news) coverage is that when a story gets big enough to be covered by the big media, they never do it justice.  I want information.  What is this attacking?  What programs are vulnerable, is there a pattern?</p>
<p><span id="more-2770"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "5441245651";
google_ad_width = 336;
google_ad_height = 280;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>This is one of the things that annoyed me about the coverage of this particular beastie&#8230;.  okay fine it&#8217;s an sql injection &#8211; is it mysql? ms-sql? some other blend?  Is it attacking wordpress or drupal or movable type or what?  Not much detail was to be found.  There were outrageous claims of 4 million sites infected (which is wildly inflated.)  The best estimate I&#8217;ve seen is in the 200,000+ range.  Google searches showed millions of pages with the suspect text although that included multiple pages per site and many sites that were simply reporting on the exploit.</p>
<p>So&#8230;. Saturday I was asked about it and I hadn&#8217;t been able to do much research.  So, I did a bit of research and found that it seems most every site affected that had been identified by Websense was a Microsoft SQL backend.  At that point I breath a bit easier in the fact that I won&#8217;t be urgently upgrading 50 or so MySQL based blog engines&#8230;  In fact after reading a bit further I essentially filed it for the weekend as I have nothing deployed that depends on MS-SQL.</p>
<p>So, today I was thinking that there must be some pattern as to what is vulnerable&#8230;. Looking at the google search that shows the infected blurb of code&#8230;.</p>
<p>I see .cfm pages, .asp pages, .aspx pages, I found a site with this powered by:</p>
<p>&#8220;Mango Blog &#8211; A ColdFusion blog engine&#8221;</p>
<p>I see several other sites that seem to be database driven but it&#8217;s unclear what site design engine I&#8217;m lookiing out.  Really the common denominator is asp/cold fusion and microsofts framework for web applications.</p>
<p>The best advice that is given is that you should always filter/sanitize input into databases.  In other words don&#8217;t trust your site visitors to put in good things in forms.  Trust them to try and break through to the database underneath by using characters that are going to give a hint to your database that it&#8217;s time to do a command instead of treating the input as text.</p>
<p>There is a good asp.net article on <a href="http://www.mikesdotnetting.com/Article/113/Preventing-SQL-Injection-in-ASP.NET">Preventing SQL injection</a>.</p>
<p>It really is reminiscent of this great cartoon&#8230;. <a href="http://xkcd.com/327/">about little Bobby Tables&#8230;.</a></p>
<p>That much said&#8230;. it seems that better advise is to paramaterize your SQL calls&#8230;.</p>
<p><a href="http://bobby-tables.com/">Good tutorial site on avoiding sql injection problems&#8230;</a></p>
<p>I suspect there are many hundreds of site owners that still aren&#8217;t aware that they were compromised.</p>
<p>So here&#8217;s the flamebait &#8211; are poor SQL coding practices a common trait in the Microsoft toolkit environment?  </p>
<p>I doubt it&#8217;s just a MS toolkit issue &#8211; although the proliferation of &#8220;easily make your own database driven site&#8221; toolkit would seem to encourage sloppy design.  (Yes &#8211; I know&#8230; open source based blog engines have had their share of sql injection issues too&#8230;.)</p>
<p>Making it easy for anyone to make a database driven website does not mean everyone will follow best practices for validating input.  (In fact in most things that I&#8217;ve seen &#8211; making things easier seems to encourage cutting corners&#8230;)</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2770&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2011/04/04/the-great-lizamoon-sql-injection-attack-march-april-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploit Thursday &#8211; this months winner &#8211; Powerpoint</title>
		<link>http://www.averyjparker.com/2006/10/12/exploit-thursday-this-months-winner-powerpoint/</link>
		<comments>http://www.averyjparker.com/2006/10/12/exploit-thursday-this-months-winner-powerpoint/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 02:13:32 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[NEXT]]></category>
		<category><![CDATA[patch tuesday]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/12/exploit-thursday-this-months-winner-powerpoint/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
The SecurityFix reminds us of what usually comes close behind Patch Tuesday&#8230;. exploit Wednesday or Thursday and this month, the exploits seemed to start coming out Thursday. There&#8217;s a new Powerpoint exploit starting to make the rounds right on the heels of Patch day. The main goal is likely to get the most mileage out [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://blog.washingtonpost.com/securityfix/2006/10/patch_tuesday_exploit_thursday.html">The SecurityFix reminds us of what usually comes close behind Patch Tuesday&#8230;.</a> exploit Wednesday or Thursday and this month, the exploits seemed to start coming out Thursday.  There&#8217;s a new Powerpoint exploit starting to make the rounds right on the heels of Patch day.  The main goal is likely to get the most mileage out of the exploit before the NEXT patch Tuesday.  Microsoft is reported to be investigating the reports of this vulnerability.</p>
<p><span id="more-1445"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Unfortunately it sounds like the office update site is still having problems dealing out the October updates.  &#8220;Technical difficulty&#8221; error messages.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1445&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/12/exploit-thursday-this-months-winner-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What wasn&#8217;t patched Tuesday&#8230;</title>
		<link>http://www.averyjparker.com/2006/10/12/what-wasnt-patched-tuesday/</link>
		<comments>http://www.averyjparker.com/2006/10/12/what-wasnt-patched-tuesday/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 01:36:20 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/12/what-wasnt-patched-tuesday/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Sunbelt reminds us that the daxctle.ocx exploit was NOT among those patched Tuesday by Microsoft. They remind us of the following workaround&#8230; Mitigation: The DirectAnimation Path control can be disabled by setting the kill bit for the following CLSID: {D7A7D7C3-D47F-11d0-89D3-00A0C90833E6} More info at Microsoft&#8217;s Knowledge Base]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://sunbeltblog.blogspot.com/2006/10/daxctleocx-exploit-not-patched.html">Sunbelt reminds us</a> that the daxctle.ocx exploit was NOT among those patched Tuesday by Microsoft.  They remind us of the following workaround&#8230;</p>
<blockquote><p>Mitigation: The DirectAnimation Path control can be disabled by setting the kill bit for the following CLSID:  {D7A7D7C3-D47F-11d0-89D3-00A0C90833E6}</p></blockquote>
<p>More info at <a href="http://support.microsoft.com/kb/240797">Microsoft&#8217;s Knowledge Base</a></p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1442&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/12/what-wasnt-patched-tuesday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploits in wild for recent Apple vulnerabilities</title>
		<link>http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/</link>
		<comments>http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/#comments</comments>
		<pubDate>Tue, 03 Oct 2006 21:40:01 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-updates]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
If you&#8217;ve been delaying on updating with the recent Apple Mac OS X updates&#8230;. don&#8217;t, there are exploits in the wild now for at least one. It&#8217;s speculated that this code may have been in the wild before Apple released the security updates.]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>If you&#8217;ve been delaying on updating with the recent Apple Mac OS X updates&#8230;. <a href="http://www.betanews.com/article/Mac_OS_X_Exploit_Emerges_After_Patch/1159893722">don&#8217;t, there are exploits in the wild now for at least one.</a>  It&#8217;s speculated that this code may have been in the wild before Apple released the security updates.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1424&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/03/exploits-in-wild-for-recent-apple-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Apple updates as Mac goes to version 10.4.8</title>
		<link>http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/</link>
		<comments>http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 01:45:43 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-updates]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Multiple Apple]]></category>
		<category><![CDATA[RAW]]></category>
		<category><![CDATA[security update]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Apple is fixing 15 security flaws with the 10.4.8 version upgrade of Mac OS X. (There is a second update as well&#8230;. Security Update 2006-006). In typical fashion there are a bundle of issues in these updates. Several address remotely exploitable vulnerabilities. According to Incidents.org 10.4.8 addresses the following&#8230;. - connecting to wireless networks using [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://blog.washingtonpost.com/securityfix/2006/10/apple_patches_15_security_flaw.html">Apple is fixing 15 security flaws</a> with the <a href="http://isc.sans.org/diary.php?storyid=1746">10.4.8 version upgrade of Mac OS X</a>.  (There is a second update as well&#8230;. Security Update 2006-006).  In typical fashion there are a bundle of issues in these updates.  Several address remotely exploitable vulnerabilities.</p>
<p><span id="more-1419"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
According to Incidents.org 10.4.8 addresses the following&#8230;.</p>
<blockquote><p>
- connecting to wireless networks using the EAP-FAST protocol<br />
- Apple USB modem reliability<br />
- using OpenType fonts in Microsoft Word<br />
- compatibility with 3rd party USB hubs<br />
- scanner performance<br />
- RAW camera support<br />
- printing documents with Asian language names<br />
- performance of the Translation widget<br />
- broadband network performance
</p></blockquote>
<p>That didn&#8217;t sound too bad, but some of the bad issues are lumped in to the 2006-006 security update.</p>
<p>Some of the remotely exploitable vulnerabilities COULD be exploited merely by a user visiting a malicious website that was specially crafted to take advantage of the flaw.  Patch away.</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1419&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/01/multiple-apple-updates-as-mac-goes-to-version-1048/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox zero-day vulnerability (or is it?)</title>
		<link>http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/</link>
		<comments>http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/#comments</comments>
		<pubDate>Mon, 02 Oct 2006 00:53:53 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Linux Tech Support]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[Mac Tech Support]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Virtual Machine]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
I saw a comment somewhere else that zero-day was overused and in essense ANY previously unknown vulnerability in open source software is technically zero day&#8230; the intent here though is to use the word in this context&#8230;. &#8220;vulnerability has been released without giving the vendor an opportunity to patch&#8230;&#8221; Yes, the fun vulnerability weekend seems [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>I saw a comment somewhere else that zero-day was overused and in essense ANY previously unknown vulnerability in open source software is technically zero day&#8230; the intent here though is to use the word in this context&#8230;. &#8220;vulnerability has been released without giving the vendor an opportunity to patch&#8230;&#8221;  Yes, the fun vulnerability weekend seems to be continuing &#8211; there&#8217;s a javascript  <a href="http://news.zdnet.com/2100-1009_22-6121608.html" class="broken_link" rel="nofollow">zdnet has coverage</a> it&#8217;s &#8220;impossible to patch&#8221;  (?) from the individuals that have publicized it.  The announcement came at Toorcon.</p>
<p><span id="more-1415"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>It affects firefox on all Operating Systems it looks like and can allow for remote code execution.  The only workarounds suggested are the noscript extension and the possibility of browsing in a Virtual Machine.</p>
<p>(10/2/06 update)</p>
<p>It&#8217;s starting to look like THIS story may be <a href="http://developer.mozilla.org/devnews/index.php/2006/10/02/update-possible-vulnerability-reported-at-toorcon">falling apart&#8230;.</a></p>
<blockquote><p>The main purpose of our talk was to be humorous.</p>
<p>As part of our talk we mentioned that there was a previously known Firefox vulnerability that could result in a stack overflow ending up in remote code execution. However, the code we presented did not in fact do this, and I personally have not gotten it to result in code execution, nor do I know of anyone who has.</p>
<p>I have not succeeded in making this code do anything more than cause a crash and eat up system resources, and I certainly haven’t used it to take over anyone else’s computer and execute arbitrary code.</p>
<p>I do not have 30 undisclosed Firefox vulnerabilities, nor did I ever make this claim. I have no undisclosed Firefox vulnerabilities. The person who was speaking with me made this claim, and I honestly have no idea if he has them or not.</p>
<p>I apologize to everyone involved, and I hope I have made everything as clear as possible.<br />
Sincerely,<br />
Mischa Spiegelmock</p></blockquote>
<p>So, currently &#8211; the only flaw seems to be a remote browser crash.  Still an issue, but not as bad as first claimed.  Stay tuned.</p>
<p>&#8211;Update 10/3/06&#8211;</p>
<p>Now, I&#8217;m not prepared to say don&#8217;t worry about this&#8230;. as incidents.org notes <a href="http://isc.sans.org/diary.php?storyid=1756">DoS attacks against IE in the past have had a tendency to resurface as remote code execution vulnerabities&#8230;. so I wouldn&#8217;t be quite content with where things stand at the moment.</a>  That much said, there are <a href="http://it.slashdot.org/article.pl?sid=06/10/03/1628257">many reports out now that this is a hoax.</a></p>
<p>Right now, I can say that the code presented at Toorcon apparently only leads to DoS and there have been no verifications of &#8220;30 exploits&#8221; for firefox&#8217;s javascript.</p>
<p>So, is firefox impervious to any and all web attacks &#8211; NO, just like any other software it has flaws, but the truth be told this does NOT appear to be the big problem we were initially led to believe.  <a href="http://blog.washingtonpost.com/securityfix/2006/10/zeroday_firefox_exploit_claime.html">The SecurityFix has an angle on this that isn&#8217;t being covered too many other outlets.</a>  &#8220;We pretty much just wanted to have fun up there&#8221; and some other notes about their presentation and &#8220;research&#8221; on the flaw.</p>
<p>This leads me to conclude that they&#8217;ve pretty much succeeded in some ways towards one thing that they apparently urged people to do&#8230;.</p>
<blockquote><p>They ardently urged those in attendance to use their knowledge to &#8220;ruin things&#8221; as much as possible for Internet users.</p></blockquote>
<p>The story of the boy that cried wolf comes to mind, ultimately crying wolf when there was none left the town defenseless when the wolf REALLY arrived.  The same with computer security, we all lead busy lives and it&#8217;s important that if there&#8217;s a security problem it&#8217;s not a &#8220;crying wolf&#8221; incident.  Too many incidents of JUST crying wolf over nothing and people ignore the warnings more and more.  In fact, I think one reason many &#8220;average&#8221; people have such a hard time keeping their computers updated/antivirus up-to-date is the fact that there is just TOO much to keep up with.  Windows, Office, Quicktime, Real player, Firefox, OpenOffice.org, AOL, Antivirus software, not to mention all the other add in toolbars and applications that people typically install.  ALL these need to be kept up with updates and for many users you&#8217;ll find AT LEAST the list above installed on the system.  Not to mention third party software that came with printers, digital cameras, etc.  MANY times those 3rd party applications will act as a web client of sorts as well (for update notifications or who KNOWS what.)  Add in to that the driver layer, like the Intel wireless drivers of recent note.</p>
<p>What they&#8217;ve done is muddy the waters and perhaps one more person has tuned out at this point, they found out firefox wasn&#8217;t safe and maybe it was a hoax, but many have the attitude they have nothing anyone would want to take anyway so they shouldn&#8217;t worry about computer security.</p>
<p>That much said, DoS vulnerabilities should be investigated and fixed, but this wasn&#8217;t quite the boogeyman it was built up to be.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1415&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/01/firefox-zero-day-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft vulnerability whack-a-mole continues&#8230;..</title>
		<link>http://www.averyjparker.com/2006/09/28/microsoft-vulnerability-whack-a-mole-continues/</link>
		<comments>http://www.averyjparker.com/2006/09/28/microsoft-vulnerability-whack-a-mole-continues/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 15:39:26 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[FINE]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/09/28/microsoft-vulnerability-whack-a-mole-continues/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Translation &#8211; Microsoft patched one vulnerability another surfaces&#8230;. Incidents.org brings us the frustrating news&#8230;. If you remember the month of browser bugs series of exploits back in July, there was a denial of service there that appears to have code execution after all. Coincidence or not, it got publicly released after the out of cycle [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Translation &#8211; Microsoft patched one vulnerability another surfaces&#8230;.  <a href="http://isc.sans.org/diary.php?storyid=1741">Incidents.org brings us</a> the frustrating news&#8230;.  </p>
<blockquote><p>If you remember the month of browser bugs series of exploits back in July, there was a denial of service there that appears to have code execution after all. Coincidence or not, it got publicly released after the out of cycle Microsoft patch for MSIE.</p></blockquote>
<p>So&#8230;. here are the possible workarounds&#8230;.</p>
<p><span id="more-1413"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Alternative browser &#8211; yeah I saw the analysis showing that they have had vulnerabilities too.  For the most part they&#8217;re different and at this point I don&#8217;t know of major unpatched vulnerabilities, the bottom line is there seems to be a very active exploit campaign to keep IE unsafe for daily use &#8211; ok FINE make THEM try to figure out which other browsers to attack&#8230;..  Short term though it should provide you with a safer haven (AND IF you&#8217;re running Windows 98SE or ME&#8230;. that alternative browser is pretty much your best bet at this point outside of a true upgrade of the base Operating System.)</p>
<p>OK &#8211; you could disable activeX, but&#8230; you need to allow it for Windows update.  (And of course, you may need it for any variety of custom uses.)  Killbits for this activeX control could be used&#8230;.{844F4806-E8A8-11d2-9652-00C04FC30871} and {E5DF9D10-3B52-11D1-83E8-00A0C90DC849}  (Incidents has <a href="http://isc.sans.org/diary.php?storyid=1742">prepared an application to take care of the killbit setting/unsetting for you here.</a>  The affected dll is webvw.dll</p>
<p>As always, keep the antivirus updated, and be cautious with links from unknown/unexpected/untrusted sources.  (Email links might be designed to entice you to a page that would exploit this for example.)</p>
<p>Anyone care to take bets that we&#8217;ll see another 0-day released within 3 days of October 10?</p>
<p>What all of this means (outside of the fact that Explorer has many problems&#8230;) is that there are those that distribute spyware and adware and keyloggers that DON&#8217;T want to go away quietly.  There are a lot of people making big money with sneak adware installs, probably from keylogger aggregations, etc.  Until the economics of that is &#8220;attacked&#8221; and their costs driven up to where it&#8217;s not worth the risk, then I suspect the flood will not end.  The incentive is not that there are software vulnerabilities.  The incentive is that people can make money from them.</p>
<p>&#8211;update 10/1/06&#8211;<br />
<a href="http://www.f-secure.com/weblog/#00000983">f-secure</a> has info on this too.</p>
<p>AND <a href="http://isc.sans.org/diary.php?storyid=1749">Incidents.org</a> is at &#8220;yellow alert&#8221; as an exploit for this has been seen in the wild. &#8211; workarounds as of right now are, up-to-date antivirus, the above mentioned killbits and possible alternative browsers &#8211; although there&#8217;s a current zero-day against firefox to keep in mind&#8230;. (no exploits in the wild have been reported yet on THAT one.)</p>
<p><a href="http://isotf.org/zert/">Unofficial patches for this are available as well.</a>  As usual, unofficial patches are not officially recommended&#8230;. (that makes sense..)</p>
<p>&#8211;update 10/2/06&#8211;<br />
<a href="http://blog.washingtonpost.com/securityfix/2006/10/microsoft_warns_of_attacks_on.html">The SecurityFix</a> tells us that Microsoft is now warning about the setslice vulnerability, ANOTHER IE vulnerability and the Powerpoint issue that&#8217;s been covered here among other places.  It&#8217;s certainly a busy week for incident response&#8230;.</p>
<p>One note that Brian brings us is a suggestion to move to IE7 which so far has proven resistant to these recent Internet Explorer flaws.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1413&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/09/28/microsoft-vulnerability-whack-a-mole-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft releases official VML patch!!</title>
		<link>http://www.averyjparker.com/2006/09/26/microsoft-releases-official-vml-patch/</link>
		<comments>http://www.averyjparker.com/2006/09/26/microsoft-releases-official-vml-patch/#comments</comments>
		<pubDate>Tue, 26 Sep 2006 21:03:28 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-updates]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[Brian Krebs]]></category>
		<category><![CDATA[DRM]]></category>
		<category><![CDATA[Microsoft Windows Media]]></category>
		<category><![CDATA[RC]]></category>
		<category><![CDATA[Security Fix]]></category>
		<category><![CDATA[VML]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/09/26/microsoft-releases-official-vml-patch/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
The big news this afternoon is that Microsoft HAS gone out of the routine patch cycle to release a security fix for the VML vulnerability that&#8217;s been actively exploited in recent days for everything from sneak keylogger installs to massive spyware installs. Sans has a few links, if you de-registered the affected DLL you should [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>The big news this afternoon is that Microsoft HAS gone out of the routine patch cycle to release a security fix for the VML vulnerability that&#8217;s been actively exploited in recent days for everything from sneak keylogger installs to massive spyware installs.  <a href="http://isc.sans.org/diary.php?storyid=1738">Sans has a few links</a>, if you de-registered the affected DLL you should consider re-registering the same so that you&#8217;ll be able to view/access vml content in the future.  <a href="http://www.microsoft.com/technet/security/Bulletin/MS06-055.mspx">Here&#8217;s Microsoft&#8217;s technet Security Bulletin on the matter.</a>  (Visit <a href="http://update.microsoft.com">update.microsoft.com</a> if it&#8217;s not automatically downloaded for you.)  It should be noted that the RC of IE 7 was not affected by this vulnerability.</p>
<p><span id="more-1412"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>A few days ago, I speculated that the way to get this patched by 9/25/06 was if it were discovered that the vulnerability were being used to strip DRM from Microsoft&#8217;s Windows Media audio/video files&#8230;. I&#8217;m glad to see that they did it early without their DRM future at stake&#8230;.</p>
<p>Also, I should mention if you&#8217;ve installed the unofficial patch, uninstall that at this time as well.  <a href="http://blog.washingtonpost.com/securityfix/2006/09/microsoft_issues_emergency_pat.html">Brian Krebs at the Security Fix</a> also has coverage on this.</p>
<p>Good job Microsoft, thanks for going &#8220;out of cycle&#8221; to get this update out there.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1412&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/09/26/microsoft-releases-official-vml-patch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update on the Internet Explorer VML vulnerability</title>
		<link>http://www.averyjparker.com/2006/09/22/update-on-the-internet-explorer-vml-vulnerability/</link>
		<comments>http://www.averyjparker.com/2006/09/22/update-on-the-internet-explorer-vml-vulnerability/#comments</comments>
		<pubDate>Sat, 23 Sep 2006 00:19:51 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[Brian Krebs]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[keylogger]]></category>
		<category><![CDATA[VML]]></category>
		<category><![CDATA[ZERT]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/09/22/update-on-the-internet-explorer-vml-vulnerability/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Just catching up on the days VML vulnerability news from today&#8230;. It looks as though&#8230; the exploit is now MUCH more widespread this blog has some video of an infection, what&#8217;s notable is that the first take was VERY UNEVENTFUL, it was used to stealthily install a keylogger. (So that they can harvest paypal/bank/etc. passwords&#8230;) [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p>Just catching up on the days VML vulnerability news from today&#8230;.  It looks as though&#8230; the exploit is now MUCH more widespread <a href="http://www.websense.com/securitylabs/blog/blog.php?BlogID=82" class="broken_link" rel="nofollow">this blog has some video of an infection</a>, what&#8217;s notable is that the first take was VERY UNEVENTFUL, it was used to stealthily install a keylogger.  (So that they can harvest paypal/bank/etc. passwords&#8230;)  So, there might not be a big red &#8220;you&#8217;re owned&#8221; sign pop up.  Sunbelt reported <a href="http://sunbeltblog.blogspot.com/2006/09/test-page-for-vml-exploit_22.html">on a test page to visit to see if you&#8217;re vulnerable</a>.  The direct link is <a href="http://www.isotf.org/zert/testvml.htm">http://www.isotf.org/zert/testvml.htm</a>  (Will crash IE if it&#8217;s vulnerable.)</p>
<p><span id="more-1411"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>There is an <a href="http://sunbeltblog.blogspot.com/2006/09/temporary-patch-available-for-vml-zero.html">unofficial patch available from a new group known as ZERT</a>  <a href="http://isotf.org/zert/">(zeroday emergency response team.)</a>  (Microsoft is not recommending the unofficial patch of course.)  Microsoft DID come out and suggest that an out of cycle patch is a possibility.  They don&#8217;t seem to see the presense of the exploit as widespread yet.  <a href="http://isc.sans.org/diary.php?storyid=1727">Incidents.org went to yellow</a> as the exploit became more widespread&#8230;.  Someone, I&#8217;m sure will pass that along to Microsoft&#8230;  It should be noted that email clients are also vulnerable (Outlook 2003 for instance), so be careful with unexpected emails&#8230;</p>
<p>And on the &#8220;widespread&#8221; use of the exploit there&#8217;s this from SANS as well..</p>
<blockquote><p>Ken Dunham from iDefense claims they have seen a significant increase in attacks over the last 24 hours and &#8220;[at] least  one domain hosts provider has suffered a large-scale attack leading to index file modifications on over 500 domains&#8221;. Those domains pointed visitors to a VML exploit. We&#8217;re happy to note they join us in recommending &#8220;implementing a workaround ASAP&#8221; and see the upcoming weekend as a factor in it.</p></blockquote>
<p>Disturbing to say the least.  Watch out for the possibility then of legitimite sites hacked to include very subtle exploit induced keylogger installs.  Either unregister the dll affected or think about using the unofficial patch (or an alternative browser) until Microsoft sees the need to go out of cycle and get a patch out the door.  </p>
<p>(Editorial note &#8211; Still no word on any exploits being used to remove DRM from windows media files&#8230;. that would speed things up.  Sorry, I couldn&#8217;t resist.)</p>
<p><a href="http://blog.washingtonpost.com/securityfix/2006/09/unofficial_patch_released_for_1.html">Brian Krebs at the Security fix</a> brings us more details on the hosting provider attack, saying that Host Gator had numerous accounts altered in the attack, they&#8217;re cleaning up.  There&#8217;s also this&#8230;</p>
<blockquote><p>AusCERT, the Australian Computer Emergency Response Team, said it has seen widespread e-mails urging users to click on links to Web sites that exploit the flaw to install malicious software. </p>
<p>Some malicious sites appear to be using the exploit to silently install spyware and adware, while others are seeding visitors&#8217; Windows machines with hard-to-remove keystroke loggers or &#8220;form grabbers&#8221; designed to steal username, password and financial data when users enter data at bank or e-commerce Web sites.</p></blockquote>
<p>So confirmation of the email vector and the silent installs.  In other words, it may take a while to become aware of the full impact of this (keyloggers may remain undetected on some systems for a LONG time.)</p>
<p>There&#8217;s also an investigation of Webattacker which is a tool sold for $20 that has all sorts of ill uses.  (Fake sites for identity theft, spyware/adware delivery, etc.)</p>
<p>In many ways, the analysis of Webattacker gives a really bleak view of the current state of the internet/malware/spam&#8230;..</p>
<p>Finally, websense <a href="http://www.websense.com/securitylabs/alerts/alert.php?AlertID=632" class="broken_link" rel="nofollow">has posted a report verifying an increase in activity.</a>  Unfortunately, there may be many botnets growing this weekend.</p>
<p>Oh and YES Internet Explorer 7 RC is immune to the vml vulnerability.</p>
<p>&#8211;update 9/25/06&#8211;</p>
<p>Let&#8217;s see&#8230;. from the weekend the Hostgater crack was due to a cpanel vulnerability.</p>
<p>Also, Sunbelt reminds us, this is <a href="http://sunbeltblog.blogspot.com/2006/09/another-zero-day-on-loose-keyframe.html">not the only zero-day floating around for IE right now.</a></p>
<p>And <a href="http://blogs.securiteam.com/?p=640">there is a FAQ on the VML 0-day for IE here</a>.  (I&#8217;m trying to think how many other acronyms I could work into the last sentence&#8230;. get the FAQ for the IE VML 0D PDQ here&#8230;.  oh well..)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1411&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/09/22/update-on-the-internet-explorer-vml-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICQ client and toolbar vulnerabilities</title>
		<link>http://www.averyjparker.com/2006/09/08/icq-client-and-toolbar-vulnerabilities/</link>
		<comments>http://www.averyjparker.com/2006/09/08/icq-client-and-toolbar-vulnerabilities/#comments</comments>
		<pubDate>Fri, 08 Sep 2006 16:09:31 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security-Vulnerabilities]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[Windows Tech Support]]></category>
		<category><![CDATA[AOL]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/09/08/icq-client-and-toolbar-vulnerabilities/</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>
Sans brings this from AOL, advising of vulnerabilities in the ICQ client and the ICQ toolbar for IE. The latest version of ICQ client is 5.1 and is claimed to not be vulnerable. (Toolbar version 1.3 is said to be vulnerable as well. No more recent version of that is available &#8211; you might consider [...]]]></description>
			<content:encoded><![CDATA[<style type="text/css">
#leftcontainerBox {
	float:left;
	position: fixed;
	top: 60%;
	left: 70px;
}
#leftcontainerBox .buttons {
	float:left;
	clear:both;
	margin:4px 4px 4px 4px;
	padding-bottom:2px;
}
#bottomcontainerBox {
	width: 50%;
	padding-top: 1px;
}
#bottomcontainerBox .buttons {
	float: left;
	margin: 4px 4px 4px 4px;
}
</style>

<!-- google_ad_section_start -->
<!--INFOLINKS_ON-->
<p><p><a href="http://isc.sans.org/diary.php?storyid=1680">Sans brings this</a> from AOL, advising of vulnerabilities in the ICQ client and the ICQ toolbar for IE.  The latest version of ICQ client is 5.1 and is claimed to not be vulnerable.  (Toolbar version 1.3 is said to be vulnerable as well.  No more recent version of that is available &#8211; you might consider disabling the toolbar.)</p>

<!--INFOLINKS_OFF-->
<!-- google_ad_section_end -->
<img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1390&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/09/08/icq-client-and-toolbar-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

