易思ESPCMS sql注入(demo成功)

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

### 简要描述: rt V6.0.14.07.07 UTF8 ### 详细说明: 看了大牛们提交的 [WooYun: ESPCMS最新 V5.8.14.03.03 UTF8 正式版暴力注入](http://www.wooyun.org/bugs/wooyun-2014-062528) 下了最新版来看看,发现 加密函数 还是老样子啊- - 不过 ,查询换成 了 id 而不是 username了, 但是 id 是 intval的。 ``` function member_cookieview($keyword = false) { $retrunstr = array(); $retrunstr['username'] = $this->fun->eccode($this->fun->accept('ecisp_member_username', 'C'), 'DECODE', db_pscode); $user_info = explode('|', $this->fun->eccode($this->fun->accept('ecisp_member_info', 'C'), 'DECODE', db_pscode)); list($retrunstr['userid'], $retrunstr['alias'], $retrunstr['integral'], $retrunstr['mcid'], $retrunstr['email'], $retrunstr['lastip'], $retrunstr['ipadd'], $retrunstr['useragent'], $retrunstr['adminclassurl']) = $user_info; $retrunstr['userid'] = intval($retrunstr['userid']); $retrunstr['integral'] = intval($retrunstr['integral']); $retrunstr['mcid'] = intval($retrunstr['mcid']); return !$keyword ? $retrunstr : $retrunstr[$keyword]; } ``` 前台利用cookie注入的地方 彩笔我是没找到了, 但是...

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