The awesome folks at WooThemes have issued a security update, we’re going through our list of sites and figuring out which ones need upgrading. It turns out we have a couple of hundred customers that use WooThemes, so we’re trying to figure out how to execute these updates en masse. If you got the email and have updated your framework already, great, if not, we’ll have it done by COB today.
To find out if you host WooThemes sites yourself, you can issue the following command, and it’ll give you an idea of whether you need to upgrade or not.
find /-type f -exec grep -i ‘Author: WooThemes’ ‘{}’ \; -print
This will give you a line by list of folders where you need to upgrade. I recommend you replace / with the base path of where most of your sites are, it’ll speed it up considerably.