<?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>The Four-eyed Journal &#187; Bugs</title>
	<atom:link href="http://jrocas.com.ph/archives/tag/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrocas.com.ph</link>
	<description>A geek&#039;s musings on technology, politics, the web &#38; life</description>
	<lastBuildDate>Sat, 19 May 2012 09:46:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>How I fixed the WP 2.5.1 upgrade issue</title>
		<link>http://jrocas.com.ph/archives/how-i-fixed-the-wp-251-upgrade-issue/</link>
		<comments>http://jrocas.com.ph/archives/how-i-fixed-the-wp-251-upgrade-issue/#comments</comments>
		<pubDate>Thu, 01 May 2008 13:42:03 +0000</pubDate>
		<dc:creator>jhay</dc:creator>
				<category><![CDATA[WordPress & Blogging]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP 2.5.1]]></category>

		<guid isPermaLink="false">http://jrocas.com.ph/?p=787</guid>
		<description><![CDATA[When I updated this blog to WordPress 2.5.1 five days ago, a problem propped up. That &#8220;Please upgrade&#8221; strip wouldn&#8217;t go away and has become an annoyance. Blogged about it and posted a support question in the WordPress support forums and soon enough possible explanations and solutions to this issue were given by other friendly [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When I updated this blog to WordPress 2.5.1 five days ago, a problem propped up. That &#8220;Please upgrade&#8221; strip wouldn&#8217;t go away and has become an annoyance. <a target="_blank" href="http://jrocas.com.ph/archives/please-update-now-strip-still-shows-up-after-wp-251-upgrade/">Blogged about it</a> and posted a <a target="_blank" href="http://wordpress.org/support/topic/171923?">support question in the WordPress support forums</a> and soon enough possible explanations and solutions to this issue were given by other friendly WP users.</p>
<p>A user who goes by the name Rosie M Banks pointed me to a post by <a target="_blank" href="http://wordpress.org/support/profile/480839">Ultrasonic</a> who had the <a target="_blank" href="http://wordpress.org/support/topic/168964/page/2?replies=37#post-744924">same problem after upgrading his blog to WP 2.5.1</a>. As it turns out, this is caused by a vulnerability in WordPress 2.5.x where hackers can wreak havoc in a WP blog by inserting PHP scripts or files that could further exploit your WordPress-powered blog.</p>
<p>ia has written a good overview and guide to check whether your <a target="_blank" href="http://wordpressphilippines.org/blog/has-your-wordpress-been-hacked-recently/">blog has been hacked or not over at WordPress Philippines</a>. Gave it a good read and used it like a checklist in my investigation to root out and solve this issue.</p>
<p>Luckily for me, my blog&#8217;s internal folders and directories were not littered with new files ending in _new, _old, .pngg, .jpgg, .giff. As ia wrote:</p>
<blockquote><p>These files will be executables that when called from a browser will display a fake “404 Not Found” error, but if called from a script with the matching hash from one of the hacked PHP scripts, will display system info about the server your site is sitting on.</p></blockquote>
<p>The solution of course, is to delete these files.</p>
<h3>A phantom WP user</h3>
<p>But when I checked my blog&#8217;s database using phpMyAdmin, I found out that there is a phantom &#8220;WordPress&#8221; user in my blog. Again ia sheds light on this phantom WordPress user:</p>
<blockquote><p>One other thing I noticed, and this happened on the new 2.5 installs as well as the older ones that hadn’t been upgraded yet, was the silent addition of the user “WordPress”, with no info save a password, and an add date of all zeroes. There’s also no indication of user level in the database, and the user doesn’t show up in the User menu. However, when I was going through and deleting unnecessary “admin” logins, “WordPress” came up as one of the user options to reassign posts to… otherwise it might have been a while before I’d found that buried in the database.</p></blockquote>
<p><center><img src="http://turbo.jrocas.com.ph/wp-content/uploads/2008/05/ghost_wp_user.jpg" alt="the phantom WP user" title="ghost_wp_user" /></center></p>
<p>Again, the solution is to delete this user using <a target="_blank" href="http://www.phpmyadmin.net/">phpMyAdmin</a> which can be accessed from your site&#8217;s CPanel.</p>
<h3>A plugin that&#8217;s not supposed to be there</h3>
<p>Continuing with my investigation, I followed Ultrasonic&#8217;s advice and checked out my &#8216;wp_options&#8217; table and looked at these VALUES &#8216;active_plugins&#8217; and &#8216;deactivated_plugins&#8217;. In it I also found a plugin entry about a plugin that is not supposed to be there. The suspicious entry looked like this:</p>
<blockquote><p>i:0;s:117:&#8221;../../../../../../../../../../../../../../../../../../../../../../tmp/tmpon81ev/<br />
sess_197dd29a88afb90e3a9d82b3227c3369&#8243;;</p></blockquote>
<p>I simply deleted that section of line entry. Of course you must BACKUP your database before fiddling with it using phpMyAdmin as Ultrasonic warns that <strong>this solution has not been verified to work for everyone</strong>.</p>
<p>It worked on my blog and I simply had to re-activate all of the plugins I regularly use once back inside the dashboard. Since applying this fix, my blog has returned to normal and that annoying update reminder strip has gone away my dashboard tells me that I am indeed running WP 2.5.1</p>
<p>Right now, I&#8217;m still in the process of checking my blog for other vulnerabilities. I hope the solutions I shared here would be useful to others who are experiencing the same problems. If not, I strongly recommend posting a support question in the <a target="_blank" href="http://wordpress.org/support/forum/4">WordPress forums</a>, the wonderful folks from the WP community will always lend a helping hand. </p>
<img src="http://jrocas.com.ph/0838b5e6/266bb3f4/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><ul class="related_post"><li><a href="http://jrocas.com.ph/archives/please-update-now-strip-still-shows-up-after-wp-251-upgrade/" title="&#8220;Please update now&#8221; strip still shows up after WP 2.5.1 upgrade">&#8220;Please update now&#8221; strip still shows up after WP 2.5.1 upgrade</a> (5)</li><li><a href="http://jrocas.com.ph/archives/wordpress-security-upgrade-openads/" title="Blog updates 2.08: WordPress security upgrade and Openads">Blog updates 2.08: WordPress security upgrade and Openads</a> (0)</li><li><a href="http://jrocas.com.ph/archives/automatically-backup-your-blog-db-using-wordpress-database-backup-plugin/" title="Automatically backup your blog DB using WordPress Database Backup Plugin">Automatically backup your blog DB using WordPress Database Backup Plugin</a> (5)</li><li><a href="http://jrocas.com.ph/archives/thesis-1-8-2-jetpack-and-few-other-updates/" title="Thesis 1.8.2, Jetpack and few other updates">Thesis 1.8.2, Jetpack and few other updates</a> (2)</li><li><a href="http://jrocas.com.ph/archives/finally-integrated-facebook-twitter-login-to-wordpress-comments/" title="Finally, integrated Facebook &#038; Twitter Login to WordPress comments">Finally, integrated Facebook &#038; Twitter Login to WordPress comments</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jrocas.com.ph/archives/how-i-fixed-the-wp-251-upgrade-issue/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>&#8220;Please update now&#8221; strip still shows up after WP 2.5.1 upgrade</title>
		<link>http://jrocas.com.ph/archives/please-update-now-strip-still-shows-up-after-wp-251-upgrade/</link>
		<comments>http://jrocas.com.ph/archives/please-update-now-strip-still-shows-up-after-wp-251-upgrade/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 07:34:16 +0000</pubDate>
		<dc:creator>jhay</dc:creator>
				<category><![CDATA[WordPress & Blogging]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[WP 2.5.1]]></category>

		<guid isPermaLink="false">http://jrocas.com.ph/?p=784</guid>
		<description><![CDATA[Since I didn&#8217;t made it to the iBlog 4 today, I went ahead and downloaded WordPress 2.5.1 to update this blog and my other blogs as well. According to the WP Development blog: It [WP 2.5.1] includes a number of bug fixes, performance enhancements, and one very important security fix. We recommend everyone update immediately, [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Since I didn&#8217;t made it to the iBlog 4 today, I went ahead and downloaded WordPress 2.5.1 to update this blog and my other blogs as well.</p>
<p>According to the <a target="_blank" href="http://wordpress.org/development/2008/04/wordpress-251/">WP Development blog</a>:</p>
<blockquote><p>It [WP 2.5.1] includes a number of bug fixes, performance enhancements, and one very important security fix. We recommend everyone update immediately, particularly if your blog has open registration. The vulnerability is not public but it will be shortly.</p></blockquote>
<p>This release has over 70 fixes that deals with the most annoying bugs and is said to improve performance of our favorite blogging software.</p>
<h3>An annoying WP 2.5.1 bug already?!</h3>
<p>Unfortunately, I may have stumbled upon a new bug, a very annoying bug with WP 2.5.1, already!</p>
<p>After updating to WP 2.5.1 &#8220;Please update now!&#8221; strip is still showing up in the dashboard.</p>
<p><img class="right" src='http://usera.imagecave.com/jhaykage/Wordpress/annoyingwp251.jpg' alt='Annoying update reminder strip' />I thought the current theme I&#8217;m using, Structure theme by Justin Tadlock, had something to do with it but the same annoyance appeared in <a target="_blank" href="http://juliusrocas.com">my</a> <a target="_blank" href="http://sumilang.jrocas.com.ph">other</a> WP blogs after updating to WP 2.5.1. Thinking I made some mistakes in uploading the new WP files via FTP, I repeated the entire update process three times (3x) but still, that annoying strip is still showing up. </p>
<p>Anyone else experiencing the same problem? Please leave a comment behind or add your experience to the <a target="_blank" href="http://wordpress.org/support/topic/171923?replies=1">support thread I opened in the WP support forums</a>. If you have a fix for this, by all means share it with the rest of us. It would be greatly appreciated.</p>
<p>If you want to go ahead and update to WP 2.5.1 you could do so by <a target="_blank" href="http://wordpress.org/download/">downloading the latest version here</a>.</p>
<img src="http://jrocas.com.ph/0838b5e6/266bb3f4/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><ul class="related_post"><li><a href="http://jrocas.com.ph/archives/how-i-fixed-the-wp-251-upgrade-issue/" title="How I fixed the WP 2.5.1 upgrade issue">How I fixed the WP 2.5.1 upgrade issue</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://jrocas.com.ph/archives/please-update-now-strip-still-shows-up-after-wp-251-upgrade/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 19/40 queries in 0.037 seconds using disk: basic
Object Caching 731/741 objects using memcached
Content Delivery Network via Amazon Web Services: CloudFront: turbo.jrocas.com.ph

Served from: jrocas.com.ph @ 2012-05-24 17:24:55 -->
