WordPress 2.3.3 Security Fix
A new Version of WordPress (2.3.3) is available for Download.
This release fixes one vulnerability, which allows any authenticated user access to edit any post from any user on that Blog. This is possible by sending a malicious request via the XML-RPC interface.
Replacing the xmlrpc.php file will resolve this problem: xmlrpc.php (from WP 2.3.3).
Anyway 2.3.3 fixes some minor Bugs as well, so an entire install may be beneficial.
Original entry on WP-Dev.
Random Posts
If you enjoyed this post, please leave a comment or subscribe to the feed and get future articles delivered to your feed reader.




I’ve been wanting to write a small plugin that disables the XMLRPC interface and permits only limited/no functionality.
There have been a few problems with WP XMLRPC, and I wouldn’t be surprised if we see more problems in the future.