WordPress 2.6.2 released

by Paul Cunningham on September 9, 2008

WordPress 2.6.2 has been released for download.  This is an important security update for any WordPress sites that allow open registration.  From the WordPress development blog:

With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user’s password to a randomly generated password. The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit. However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.

This release also includes some other bug fixes outlined here.

How to update your WordPress blog

If you’re not sure how to update your WordPress blog then check out my recent post The pros and cons of WordPress upgrades.

Related posts:

Did you find this post useful? If so please leave a comment below. You may also subscribe to the RSS feed to receive new posts automatically.

{ 2 comments… read them below or add one }

sean September 12, 2008 at 4:11 pm

that seems like a very strange security hole to me. Creating a username that resets the password of another user. wtf!?

Reply

Paul (@paulcunningham) September 12, 2008 at 9:52 pm

It sure is creative. The big risk is when its coupled with the other flaw, allowing the attacker a shot at predicting the new password. That can lead to account compromise.

Reply

Leave a Comment