<?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>tech.MichaelErb.net&#187; kallout</title>
	<atom:link href="http://tech.michaelerb.net/tag/kallout/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.michaelerb.net</link>
	<description></description>
	<lastBuildDate>Sat, 04 Feb 2012 07:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Was I hacked? &#8220;kosa-target-image&#8221; issue</title>
		<link>http://tech.michaelerb.net/featured/was-i-hacked-kosa-target-image-issue/</link>
		<comments>http://tech.michaelerb.net/featured/was-i-hacked-kosa-target-image-issue/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 01:08:07 +0000</pubDate>
		<dc:creator>Michael R Erb</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[kallout]]></category>
		<category><![CDATA[kosa-target-image]]></category>

		<guid isPermaLink="false">http://tech.michaelerb.net/?p=109</guid>
		<description><![CDATA[One of my client websites was built using CMSmadesimple. It&#8217;s a robust content management system that I enjoy using for the most part. While editing a page on my client site, I discovered some odd code that I did not knowingly insert. The code was as follows&#8230; &#60;img id="kosa-target-image" style="position: absolute; visibility: hidden; z-index: 2147483647; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Ftech.michaelerb.net%2Ffeatured%2Fwas-i-hacked-kosa-target-image-issue%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Ftech.michaelerb.net%2Ffeatured%2Fwas-i-hacked-kosa-target-image-issue%2F&amp;source=merb&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of my client websites was built using <a href="http://cmsmadesimple.org">CMSmadesimple</a>. It&#8217;s a robust content management system that I enjoy using for the most part. While editing a page on my client site, I discovered some odd code that I did not knowingly insert. The code was as follows&#8230;<span id="more-109"></span></p>
<p><code>&lt;img id="kosa-target-image" style="position: absolute; visibility: hidden; z-index: 2147483647; left: 325px; top: 28px;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAYAAACJfM0wAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAAB90RVh0U29mdHdhcmUATWFjcm9tZWRpYSBGaXJld29ya3MgOLVo0ngAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDQvMDQvMDhrK9wWAAACA0lEQVQ4jbXVz0sUYRjA8e+u6xqlKJUaBZuUh6AfhyCEpUN/QIR0skMh6iHwsKe6lFu4HjpJhy5BS1CsZtDSrYMYdPHUZauDbhcpi7bEH2DOtjvP83aY3dFxxi1hfeAd3nlhPu/zPjPvOyHgKnsQEQDz60kaaKuTuRpqHxqMAKBWvVCoJOjAxqqj60Q1Y3fg05dWki/OMjt3+L+A+KklRvs+cia2VhtOTsYpN5wgl4nReTCM6s7o96UyA6kFkpNK9tZMEFx0B2bnO8hlYky/L5N9V2TDsinbgohi207fFqGxwZDoO0T67nEu9FseAyAMODWuNqC9LczUTBGrKIgqqgYRQdSgqogovy2b8YkCxzqiBBlOxuJ/earqIqqKbMfVsLYuGGMIMnb8KkTUk60HNwapTOqGCYLVDzdGDH9Km1mKiDOBMe4qmqJbl+g1wu5gtQGFZWHw8gFam/GXoILubwpxf+go336WCDJ8pYh35xkYayZ9J8aVi52+lZgt18VCif7RBeLd+X+XItX7nJHXyvkb6wD8eHOOqekVEuNffZM4icyR6s34SuGDTx/Jk715D4CTIy959XaFB0/n+Tw2TMu+jUDcMby3vg2yPW4/WuTxtYe0RJd9D9eKmodQT1eOxKVn9HR9qJZ1l3DABgGYuD7sdGR36CZsrFXqeNADhNijX9NfAyI+Sz1Sug0AAAAASUVORK5CYII=" alt=""&gt;</code></p>
<p>Quite odd I thought. Where could this have come from? Was I hacked?</p>
<p>I experimented with the code a little bit. First thing I did was to change the visibility from &#8220;hidden&#8221; to &#8220;visible&#8221; and to change the &#8220;top: 28px&#8221; to a value of &#8220;top: 628 px&#8221; simply to move whatever image it was to a position on the screen below the rest of my content so I could easily see it. And lo and behold, here is what showed up&#8230;</p>
<p><a href="http://tech.michaelerb.net/wp-content/uploads/2009/11/kosa-target-image-1-1.png"><img class="alignnone size-full wp-image-131" title="kosa-target-image-1-1" src="http://tech.michaelerb.net/wp-content/uploads/2009/11/kosa-target-image-1-1.png" alt="kosa-target-image-1-1" width="502" height="43" /></a></p>
<p>Now isn&#8217;t that a little strange? It is nothing more than, what I would call, a speech bubble icon. It didn&#8217;t have a link around it, just a lonely, invisible, speech bubble icon.</p>
<p>So I went to <a href="http://tinyurl.com/ygsyfl2">Google and searched for &#8220;kosa-target-image&#8221;</a>. Based on what I read, it seems that the base64 code is the actual speech balloon imaged embedded right into the block of HTML code. It was <a href="http://tinyurl.com/yhx62ce">suggested in one thread</a> that this code was the result of at one time having the <a href="http://www.kallout.com/">Google extension Kallout</a> installed. I&#8217;d never heard of that extension and had never installed it so that could not be the explanation for my particular situation.</p>
<p>I&#8217;m still miffed by this. I had recently upgraded my CMSMS installation from an earlier version and am wondering if it could have anything to do with either FCKeditor or tinyMCE.</p>
<p>I&#8217;ve snooped through my database with phpAdmin and could only find a single instance of the weird code. So it does not seem like a hack job. I don&#8217;t know what it is or was. I&#8217;ve deleted the code and will remain vigilant. I&#8217;d sure like to know if you&#8217;ve seen this and what your thoughts are.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.michaelerb.net/featured/was-i-hacked-kosa-target-image-issue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

