<?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: Should You Upgrade WordPress?</title>
	<atom:link href="http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/</link>
	<description>Better Looking Blogs Grow Faster</description>
	<lastBuildDate>Fri, 19 Mar 2010 12:58:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5543</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Tue, 24 Jun 2008 01:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5543</guid>
		<description>Well that&#039;s scary! xD

Well done. You clearly know the security issues well! :D

*Adds upgrading WP to to-do list*</description>
		<content:encoded><![CDATA[<p>Well that&#8217;s scary! xD</p>
<p>Well done. You clearly know the security issues well! <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>*Adds upgrading WP to to-do list*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5505</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 16 Jun 2008 06:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5505</guid>
		<description>Don&#039;t sing it, just bring it:

I won&#039;t disclose any private information, but this one will convince you that your WP installation is vulnerable (I did not do anything harmful, just got the data):

* WP Table prefix: wpbbd_;
* site&#039;s home directory is /nfs/c02/h05/mnt/22870/domains/problogdesign.com/html/;
* enough for now ;)</description>
		<content:encoded><![CDATA[<p>Don&#8217;t sing it, just bring it:</p>
<p>I won&#8217;t disclose any private information, but this one will convince you that your WP installation is vulnerable (I did not do anything harmful, just got the data):</p>
<p>* WP Table prefix: wpbbd_;<br />
* site&#8217;s home directory is /nfs/c02/h05/mnt/22870/domains/problogdesign.com/html/;<br />
* enough for now <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5504</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Mon, 16 Jun 2008 06:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5504</guid>
		<description>&lt;blockquote&gt;But does it actually work faster? Or more stable?&lt;/blockquote&gt;
Can&#039;t say about &quot;more stable&quot; - I didn&#039;t have a chance to use WP 2.3 for a long time.

Faster - yes (they have finally added several indices to the tables, although there are a few they have forgotten about). Of course, if you have a fast server, you won&#039;t probably notice these changes.

They also have upgraded TinyMCE to 3.0.6 (personally I don&#039;t use WYSIWYG, but 3.0.6 produces more clean code and less buggy than its 2.x ancestor).

WordPress became more secure (you are using 2.3.1, aren&#039;t you). E.g., 2.3.x branch (at least up to 2.3.3) is vulnerable to directory traversal (because of insufficient handling of $_GET[&#039;cat&#039;] in index.php befoire calling get_category_template() in wp-includes/theme.php. remote user could see any file on the system. Although this works only for Windows); WP 2.3.x due to a bug in xmlrpc.php allows to edit someone else&#039;s post; in WP 2.3.1 if I have administrative privileges (can access wp-admin) I can view another user&#039;s (even administrator) drafts; in 2.3.1, index.php?exact=1&amp;sentence=1&amp;s=%b3%27)))[SQL] allows to execute an arbitrary SQL statement (only Chinese blogs are affected, though); because wp-admin/edit-post-rows.php does not handle $_REQUEST[&#039;posts_columns&#039;], this allows an XSS attack.

Finally, if I have read only access to wp_users table (I can do this by exploiting SQL injection vulnerability - let us leave the details), I can log in as you even without knowing your password. BTW, this vulnerability is widely exploited ;) - you have probably heard about so called &quot;wp_footer exploit&quot; (search google for &quot;search engine marketeers are the new script kiddies&quot;).

So, have I convinced you to upgrade? :-)</description>
		<content:encoded><![CDATA[<blockquote><p>But does it actually work faster? Or more stable?</p></blockquote>
<p>Can&#8217;t say about &#8220;more stable&#8221; &#8211; I didn&#8217;t have a chance to use WP 2.3 for a long time.</p>
<p>Faster &#8211; yes (they have finally added several indices to the tables, although there are a few they have forgotten about). Of course, if you have a fast server, you won&#8217;t probably notice these changes.</p>
<p>They also have upgraded TinyMCE to 3.0.6 (personally I don&#8217;t use WYSIWYG, but 3.0.6 produces more clean code and less buggy than its 2.x ancestor).</p>
<p>WordPress became more secure (you are using 2.3.1, aren&#8217;t you). E.g., 2.3.x branch (at least up to 2.3.3) is vulnerable to directory traversal (because of insufficient handling of $_GET['cat'] in index.php befoire calling get_category_template() in wp-includes/theme.php. remote user could see any file on the system. Although this works only for Windows); WP 2.3.x due to a bug in xmlrpc.php allows to edit someone else&#8217;s post; in WP 2.3.1 if I have administrative privileges (can access wp-admin) I can view another user&#8217;s (even administrator) drafts; in 2.3.1, index.php?exact=1&amp;sentence=1&amp;s=%b3%27)))[SQL] allows to execute an arbitrary SQL statement (only Chinese blogs are affected, though); because wp-admin/edit-post-rows.php does not handle $_REQUEST['posts_columns'], this allows an XSS attack.</p>
<p>Finally, if I have read only access to wp_users table (I can do this by exploiting SQL injection vulnerability &#8211; let us leave the details), I can log in as you even without knowing your password. BTW, this vulnerability is widely exploited <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  &#8211; you have probably heard about so called &#8220;wp_footer exploit&#8221; (search google for &#8220;search engine marketeers are the new script kiddies&#8221;).</p>
<p>So, have I convinced you to upgrade? <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5503</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Sat, 14 Jun 2008 23:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5503</guid>
		<description>Adam,
Glad you like the interface. It looks nice, but I use Windows Live Writer to write my posts.

Vladimir,
But does it actually work faster? Or more stable? If it did, I&#039;d upgrade! That would be an incentive.

It&#039;s not that I dislike 2.5. It&#039;s that I like 2.3 just as much as I like 2.5. For me, 2.5 is no better than 2.3 (Bar the fact I&#039;ll need one less plugin for Gravatars).</description>
		<content:encoded><![CDATA[<p>Adam,<br />
Glad you like the interface. It looks nice, but I use Windows Live Writer to write my posts.</p>
<p>Vladimir,<br />
But does it actually work faster? Or more stable? If it did, I&#8217;d upgrade! That would be an incentive.</p>
<p>It&#8217;s not that I dislike 2.5. It&#8217;s that I like 2.3 just as much as I like 2.5. For me, 2.5 is no better than 2.3 (Bar the fact I&#8217;ll need one less plugin for Gravatars).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vladimir</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5500</link>
		<dc:creator>Vladimir</dc:creator>
		<pubDate>Thu, 12 Jun 2008 02:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5500</guid>
		<description>Same as Adam :-)

As for security - if the development team does not announce that there were a hole in a previous release, it doesn&#039;t mean that the previous release didn&#039;t have it :-) As we say here, &quot;the less you know, the better you sleep&quot;.

&lt;blockquote&gt;If your blog is working the way you want it to, why try to fix it?&lt;/blockquote&gt;
And if it will work better (faster, more stable etc)? Why not make a backup and give it a try? You can always revert back if you dislike something ;-)</description>
		<content:encoded><![CDATA[<p>Same as Adam <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>As for security &#8211; if the development team does not announce that there were a hole in a previous release, it doesn&#8217;t mean that the previous release didn&#8217;t have it <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  As we say here, &#8220;the less you know, the better you sleep&#8221;.</p>
<blockquote><p>If your blog is working the way you want it to, why try to fix it?</p></blockquote>
<p>And if it will work better (faster, more stable etc)? Why not make a backup and give it a try? You can always revert back if you dislike something <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5496</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 11 Jun 2008 13:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5496</guid>
		<description>I&#039;ve upgraded to 2.5 because I really like the new interface.  I think that it looks really nice and makes me much more efficient in my writing and such.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve upgraded to 2.5 because I really like the new interface.  I think that it looks really nice and makes me much more efficient in my writing and such.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Martin</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5443</link>
		<dc:creator>Michael Martin</dc:creator>
		<pubDate>Fri, 23 May 2008 11:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5443</guid>
		<description>Loans,
You can download the latest version here: http://wordpress.org/download/ :)</description>
		<content:encoded><![CDATA[<p>Loans,<br />
You can download the latest version here: <a href="http://wordpress.org/download/" rel="nofollow">http://wordpress.org/download/</a> <img src='http://www.problogdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: loans</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5442</link>
		<dc:creator>loans</dc:creator>
		<pubDate>Fri, 23 May 2008 08:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5442</guid>
		<description>Havent upgrade, mind to post the direct url of the upgrade addr?</description>
		<content:encoded><![CDATA[<p>Havent upgrade, mind to post the direct url of the upgrade addr?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: space code</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5410</link>
		<dc:creator>space code</dc:creator>
		<pubDate>Wed, 21 May 2008 00:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5410</guid>
		<description>I usually just upgrade to the newest version but it all depends on whether its compatible with the plugins that i really use. If most aren&#039;t compatible then I usually dont upgrade</description>
		<content:encoded><![CDATA[<p>I usually just upgrade to the newest version but it all depends on whether its compatible with the plugins that i really use. If most aren&#8217;t compatible then I usually dont upgrade</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blisters</title>
		<link>http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5405</link>
		<dc:creator>blisters</dc:creator>
		<pubDate>Tue, 20 May 2008 13:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.problogdesign.com/wordpress/should-you-upgrade-wordpress/#comment-5405</guid>
		<description>It&#039;s good to see that WordPress is still churning out updates and improvements. Its a good sign that its alive and kicking!</description>
		<content:encoded><![CDATA[<p>It&#8217;s good to see that WordPress is still churning out updates and improvements. Its a good sign that its alive and kicking!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
