子沫
thinkPHP漏洞修复
12/18
本文最后更新于2019年12月18日,已超过1858天没有更新。如果文章内容或图片资源失效,请留言反馈,我会及时处理,谢谢!
thinkPHP 本身函数漏洞解决办法
1,nginx过滤url (invokefunction|call_user_func_array|\\think\\)
2,thinkPHP App.php 374行添加
if (!preg_match('/^[A-Za-z](\w|\.)*$/', $controller)) {
throw new HttpException(404, 'controller not exists:' . $controller);
}
版权属于:
Strjson博客-专注于各种精品源码、精品软件、技术教程分享、黑客技术、破解教程(爱你在心口难开、没事写一写)
本文链接:
https://jpgke.com/jiaocheng/139.html(转载时请注明本文出处及文章链接)
作品采用: