kppw最新版前台sql注入

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: 我这么认真,你们还是给我点对应的rank吧 ### 详细说明: 算上关联的函数,本来还有很多的,我自己也没有找了, 我测试的是utf版本的,你们gbk版本由于这个问题已经炸了,希望好好审查 下面我拿 control\user\message_send.php文件举例,同样问题的我找的还有 message.php,yijia.php ``` <?php defined ( 'IN_KEKE' ) or exit('Access Denied'); $strUrl = 'index.php?do=user&view=message&op=send'; if (isset ( $formhash ) && kekezu::submitcheck ( $formhash )) { $title = kekezu::str_filter ( kekezu::escape (strip_tags(htmlspecialchars_decode($title) ))) ; $content = kekezu::str_filter ( kekezu::escape (strip_tags(htmlspecialchars_decode($content) ))) ; $objMsgM = new Keke_witkey_msg_class (); if (strtoupper ( CHARSET ) == 'GBK') { $to_username = kekezu::utftogbk($to_username ); } $arrSpaceInfo = kekezu::get_user_info ( $to_username, 1 ); if (! $arrSpaceInfo) { $tips['errors']['to_username'] = '用户不存在'; kekezu::show_msg($tips,NULL,NULL,NULL,'error'); } if ($arrSpaceInfo ['uid'] == $gUid) { $tips['errors']['to_username'] = '无法给自己发送'; kekezu::show_msg ( $tips, NULL, NULL, NULL, 'error' ); } if...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息