阿里云提示织梦会员系统的album_add.php文件SQL注入漏洞修复方法
Dedecms会员系统的album_add.php文件SQL注入漏洞修复方法对输入参数mtypesid未进行int整型转义sql注入漏洞修复方法。
找到文件member下的album_add.php下大概在220行下方加入如下加粗代码即可:
$description = HtmlReplace($description, -1);//2011.06.30 增加html过滤 (by:织梦的鱼)
$mtypesid = intval($mtypesid);//补漏洞2019.12.17
保存!去阿里云后台验证一下即可,漏洞已修复。
标签解析:{list action=category module=share pid=0}
当前地址:https://www.xuejiqiao.com/index.php?s=article&c=html&m=show&catids=&pp=71
当前路由:article/show/index
变量前缀:t
开发模式:已开启
数据缓存:后台未开启缓存
总记录数:10
分页功能:未开启
可用字段:id、tid、pid、mid、pids、name、dirname、pdirname、child、childids、domain、mobile_domain、thumb、show、content、displayorder、pcatpost、topid、catids、is_post、url、total
-
用微信 “扫一扫”
将文章分享到朋友圈。
关注公众号:xue-jiqiao
本文版权归原作者所有,转载请注明原文来源出处,学技巧网站制作感谢您的支持!