KPPW最新版 6处注入

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

### 简要描述: 洞太多啦 ### 详细说明: KPPW 最新版20150327 第一处注入: 漏洞文件:/control/tasklist.php ``` $m = intval($m); $i = intval($i); $s = intval($s); $r = intval($r); $o = intval($o); $pd = intval($pd); ``` ``` $m and $strUrl .="&m=".$m; $s and $strUrl .="&s=".$s; $r and $strUrl .="&r=".$r; $i and $strUrl .="&i=".$i; $pd and $strUrl .="&pd=".$pd; $o and $strUrl .="&o=".$o; $p and $strUrl .="&p=".intval($p); $ky and $strUrl .="&ky=".$ky; ``` 2处代码未对$p 参数进行intval ``` if (intval ( $p )) { $strWhere .= " and a.province = ".intval($p); $two=db_factory::get_table_data("*","witkey_district","upid=".$p); } ``` intval判断 轻松绕过造成注入 证明: http://127.0.0.1/kppw0327/index.php?do=tasklist&m=2&s=2&r=2&o=5&p=1 || sleep(5) [<img src="https://images.seebug.org/upload/201504/28161214a74e189b812ccf40ef1332bdcaffdf09.png" alt="1.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201504/28161214a74e189b812ccf40ef1332bdcaffdf09.png) 第二处注入: /control/goodslist.php ``` $m and $strUrl...

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