mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2025-08-12 11:06:04 +00:00
928 B
928 B
WDJACMS1.5.2模板注入漏洞
根据官网啊的漏洞公告和GitHub提交记录对比
WDJA1.5.2漏洞公告:
在会员中心的地址管理中添加地址未进行过滤,会造成任意文件写入漏洞.
github提交记录:
可以看到注意改动文件为php/passport/address/common/incfiles/manage_config.inc.php
和 php/passport/address/common/incfiles/module_config.inc.php
文件都加了 ii_htmlencode
函数进行过滤。