djbaxter
Administrator
- Joined
- Jun 28, 2012
- Messages
- 3,778
- Solutions
- 2
- Reaction score
- 1,877
An Important Announcement For WordPress Users
by Brent Saner, A Small Orange
December 24, 2012
On Christmas Eve, knowledge of a rather serious security hole for ordpress was released.
The security hole, or ?vulnerability?, only affects users that are using the W3 Total Cache plugin for WordPress.
The details can be found here (and the technical details here).
However, no official patch has been provided yet, even in the most up-to-date version.
To combat this, go to the wp-content directory of every WordPress install you may have that has this plugin installed, and create a file named .htaccess in the w3tc directory there:
and in this .htaccess file, add the lines:
This will prevent outside access to the directory containing sensitive information. Alternatively, you may also want to configure W3TC to disallow cache directory listings.
by Brent Saner, A Small Orange
December 24, 2012
On Christmas Eve, knowledge of a rather serious security hole for ordpress was released.
The security hole, or ?vulnerability?, only affects users that are using the W3 Total Cache plugin for WordPress.
The details can be found here (and the technical details here).
However, no official patch has been provided yet, even in the most up-to-date version.
To combat this, go to the wp-content directory of every WordPress install you may have that has this plugin installed, and create a file named .htaccess in the w3tc directory there:
Code:
[Wordpress installation directory]
+wp-content
-+w3tc
?.htaccess
Code:
Order Allow,Deny
Deny from all