dedecms 5.7 mytag_js.php的漏洞解决方法 2021-07-20 14:38:38 浏览数 (1) 其实是安全检查的时候没有限制敏感变量找到文件/include/common.inc.php将这行 大概在58行代码语言:txt复制if( strlen($_k)>0 && preg_match('/^(cfg_|GLOBALS)/',$_k) )改为代码语言:txt复制if( strlen($_k)>0 && preg_match('/^(cfg_|GLOBALS|_GET|_POST|_COOKIE)/',$_k) ) php include 变量 0 人点赞 上一篇:分享雷军22年前编写的代码