Posts tagged: exploit

WordPress and Gumblar – a significant problem

You’ve got a problem – all your WordPress pages show an error message something like this
Fatal error: Cannot redeclare xfm() (previously declared in /path/to/site/index.php(1) : eval()’d code:1)
in /xxx/yyy/site/wp-config.php(1) : eval()’d code on line 1
the eval()’d code is the significant part.
So you have a look – and you’ve got a whole heap of rubbish in all [...]