So, I've been hearing about this scary vulnerability in timthumb.php. How do I upgrade my asked 21 Aug '11, 12:54 seanf |
Awesome question, Sean! :D First, you need to find your existing
The result of the command will look something like this:
You can then replace each one with the following commands:
If you're feeling brave, you can replace them all at once with a single command (you might want to back up your existing scripts first):
Sometimes the script is named something else, like "thumb.php" - in that case, just modify the above commands to match whatever filename you need. You'll also want to look in the thumnbnail cache directory, for example If your images aren't appearing after upgrading the script, then try setting the PHP
permanent link
This answer is marked "community wiki".
answered 21 Aug '11, 13:08 seanf |