2 matches found
qibocms地方门户系统注入(多处类似,demo测试)
简要描述: 初始化啊 初始化。 详细说明: 很多类似的 随便找个地方把。 首先注册个会员。 在dianping/post.php中 if$action=="postnew" if$webdbForbidPostMore if$db-getone"SELECT FROM $precontent WHERE uid='$lfjuid' LIMIT 1" showerr"系统设置每人只能发布一个商铺!"; if!checkrandnum$POST"$webdbrandnuminputname" showerr"系统随机码失效,请返回,刷新一下页面,再重新输入数据,重新提交!";...
phpcms 9.2.7 phpcms/modules/dianping/index.php SQL注入漏洞
0x01 漏洞背景 phpcms 9.2.7 的phpcms/modules/dianping/index.php处存在SQL注入漏洞。 受影响版本:PHPCMS V9 - GBK 漏洞文件:/phpcms/modules/dianping/index.php 漏洞函数: init 未过滤参数:$contentid = $GET'contentid'; 0x02 漏洞分析 先看代码: 可以很清楚看到$contentid没有过虑,gbk下运用宽字符应该可以注入的。 0x03 修复方案 对参数$contentid进行过滤。...