<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Follow-Up To The WordPress Exploit and Tips to Protect Your Blog</title>
	<atom:link href="http://www.centernetworks.com/wordpress-exploit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.centernetworks.com/wordpress-exploit</link>
	<description>Web 2 and Social Media News and Reviews</description>
	<lastBuildDate>Sun, 12 Feb 2012 21:27:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Allen Stern</title>
		<link>http://www.centernetworks.com/wordpress-exploit#comment-70131</link>
		<dc:creator>Allen Stern</dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.centernetworks.com/?p=16556#comment-70131</guid>
		<description>so that would prevent what you suggested right?</description>
		<content:encoded><![CDATA[<p>so that would prevent what you suggested right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://www.centernetworks.com/wordpress-exploit#comment-70105</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.centernetworks.com/?p=16556#comment-70105</guid>
		<description>If the uploads folder is not writable, then the media uploads won&#039;t work.</description>
		<content:encoded><![CDATA[<p>If the uploads folder is not writable, then the media uploads won&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen Stern</title>
		<link>http://www.centernetworks.com/wordpress-exploit#comment-69985</link>
		<dc:creator>Allen Stern</dc:creator>
		<pubDate>Tue, 22 Sep 2009 17:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.centernetworks.com/?p=16556#comment-69985</guid>
		<description>damn otto you are good :)

i dont use the media uploads either - maybe i need to delete those files - i store everything on s3</description>
		<content:encoded><![CDATA[<p>damn otto you are good :)</p>
<p>i dont use the media uploads either &#8211; maybe i need to delete those files &#8211; i store everything on s3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Otto</title>
		<link>http://www.centernetworks.com/wordpress-exploit#comment-69868</link>
		<dc:creator>Otto</dc:creator>
		<pubDate>Tue, 22 Sep 2009 14:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.centernetworks.com/?p=16556#comment-69868</guid>
		<description>Just a note: Locking down your theme files won&#039;t help you. Not really. If somebody gets access to your site as an admin, then you&#039;re already pwned. Admins can execute arbitrary code, even with the theme &quot;locked&quot;.

Example: Say I&#039;m an admin on your site, and you have it fully locked down. How do I hack you?

Answer: I go to the Media section, and upload a file. That file contains PHP code. I then access that code via a direct request to it at example.com/wp-content/uploads/whatever.php . Voila, I have written PHP code to your site and run it in the server context. The theme editor lets you do nothing more than that, really. And my PHP code can do more or less anything, including unlocking your theme and inserting spam links, etc, etc. 

It&#039;s not any more complicated to script this process, and I have indeed seen it done this way a lot. So making the theme read-only, while it makes sense from a certain perspective, doesn&#039;t actually protect you from an attack that happens via the WP administration screens. If they have access to the theme editor, then they have admin rights already and don&#039;t need it.

On the other hand, making files read-only will indeed protect against a direct attack from other users on a shared hosting environment. But that attack vector doesn&#039;t involve WordPress at all.</description>
		<content:encoded><![CDATA[<p>Just a note: Locking down your theme files won&#8217;t help you. Not really. If somebody gets access to your site as an admin, then you&#8217;re already pwned. Admins can execute arbitrary code, even with the theme &#8220;locked&#8221;.</p>
<p>Example: Say I&#8217;m an admin on your site, and you have it fully locked down. How do I hack you?</p>
<p>Answer: I go to the Media section, and upload a file. That file contains PHP code. I then access that code via a direct request to it at example.com/wp-content/uploads/whatever.php . Voila, I have written PHP code to your site and run it in the server context. The theme editor lets you do nothing more than that, really. And my PHP code can do more or less anything, including unlocking your theme and inserting spam links, etc, etc. </p>
<p>It&#8217;s not any more complicated to script this process, and I have indeed seen it done this way a lot. So making the theme read-only, while it makes sense from a certain perspective, doesn&#8217;t actually protect you from an attack that happens via the WP administration screens. If they have access to the theme editor, then they have admin rights already and don&#8217;t need it.</p>
<p>On the other hand, making files read-only will indeed protect against a direct attack from other users on a shared hosting environment. But that attack vector doesn&#8217;t involve WordPress at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat</title>
		<link>http://www.centernetworks.com/wordpress-exploit#comment-69384</link>
		<dc:creator>Pat</dc:creator>
		<pubDate>Tue, 22 Sep 2009 03:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.centernetworks.com/?p=16556#comment-69384</guid>
		<description>Thanks for following up on the exploit -- all sound advice for WP.  Hadn&#039;t seen Otto&#039;s tutorial yet.

So how were the links hidden in your footer CSS-wise?  And what kind of link &quot;goodness&quot; did they leave for you?  :)</description>
		<content:encoded><![CDATA[<p>Thanks for following up on the exploit &#8212; all sound advice for WP.  Hadn&#8217;t seen Otto&#8217;s tutorial yet.</p>
<p>So how were the links hidden in your footer CSS-wise?  And what kind of link &#8220;goodness&#8221; did they leave for you?  :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/5 queries in 0.006 seconds using disk: basic
Object Caching 377/378 objects using disk: basic

Served from: www.centernetworks.com @ 2012-02-12 22:53:58 -->
