
WordPress 2.9.2 Security Update

WordPress 2.9.2 Security Update
wp_blogs
database table. We will use blog ID attribute (blog_id field value) from this table. WPMU stores every blog data in the separate database tables set. Every blog data set differs with its blog ID in the name of the database tables, e.g. blog with ID=1 has wp_1_options
table, blog with ID=2 has wp_2_options
table, etc. So, to get the blog id=1 user roles capabilities from the database we can use this SQL query
User Roles
2.8.6 fixes two security problems that can be exploited by registered, logged in users who have posting privileges. If you have untrusted authors on your blog, upgrading to 2.8.6 is recommended. The first problem is an XSS vulnerability in Press This. The second problem is an issue with sanitizing uploaded file names that can be exploited in certain Apache configurations.
Plugin Name: Limit Login Attempts v.1.4.1
Date of review: 10th November 2009
Rating:
Author profile: Johan Eenfeldt
WordPress plugin directory link: Limit Login Attempts
“Limit Login Attempts” WordPress plugin limits the number of wrong login attempts possible through normal login dialog as well as (for WordPress 2.7+) for cookies authentication mechanism.
This review is made for Login LockDown v.1.5 WordPress plugin.
Date of review: 19th September 2009
Rating:
Author profile: Michael VanDeMar
WordPress plugin directory link: Login LockDown
According to author’s description Login LockDown WordPress plugin adds some extra security to WordPress by restricting the rate at which failed logins can be re-attempted from a given IP range. Plugin records the IP address and timestamp of every failed login attempt. If more than a certain number of attempts are detected within a short period of time from the same IP range, then the login function is disabled for all requests from that IP range. This helps to prevent brute force password discovery.
After testing and using it on live site I confirm that Login LockDown WordPress plugin really has functionality declared by its author. But plugin has some security and usability issues.