首页 >

织梦DedeCMS留言板注入漏洞edit.inc.php修复方法

关于DedeCMS注入漏洞的修复的方案,现在转给大伙,DedeCMS注入漏洞,
路径:/plus/guestbook/edit.inc.php,修复方法如下:

织梦DedeCMS留言板注入漏洞edit.inc.php修复方法

编辑edit.inc.php找到以下代码,大约在第55行 | 56行:

$dsql->ExecuteNoneQuery("UPDATE `dede_guestbook` SET `msg`='$msg', `posttime`='".time()."' WHERE id='$id' ");ShowMsg("成功更改或回复一条留言!", $GUEST_BOOK_POS);

修改为

$dsql->ExecuteNoneQuery("UPDATE `dede_guestbook` SET `msg`='$msg', `posttime`='".time()."' WHERE id='$id' ");$msg  = addslashes($msg); $dsql->ExecuteNoneQuery("UPDATE `dede_guestbook`  SET `msg`='$msg', `posttime`='".time()."' WHERE id='$id' ");;ShowMsg("成功更改或回复一条留言!", $GUEST_BOOK_POS);

保存覆盖即可。


织梦DedeCMS留言板注入漏洞edit.inc.php修复方法
  • 织梦DedeCMS首页调用频道封面页、单页面{dede:field:content/}内
  • 织梦DedeCMS首页调用频道封面页、单页面{dede:field:content/}内 | 织梦DedeCMS首页调用频道封面页、单页面{dede:field:content/}内 ...

    织梦DedeCMS留言板注入漏洞edit.inc.php修复方法
  • 织梦DedeCMS按销量价格自定义模型字段排序列表方法
  • 织梦DedeCMS按销量价格自定义模型字段排序列表方法 | 织梦DedeCMS按销量价格自定义模型字段排序列表方法 ...

    织梦DedeCMS留言板注入漏洞edit.inc.php修复方法
  • 修改文章时出现更新数据库archives表时出错,请检查搞定方式
  • 修改文章时出现更新数据库archives表时出错,请检查搞定方式 | 修改文章时出现更新数据库archives表时出错,请检查搞定方式 ...