PHPOK最新版CSRF 永久GETSHELL

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

### 简要描述: PHPOK CSRF 永久GETSHELL ### 详细说明: PHPOK 最新版中,在线升级系统配置 可以被CSRF恶意串改。导致更新程序指向黑客的网站。 [<img src="https://images.seebug.org/upload/201504/19202027f86ca8e205dc6b0921b28109672c2b58.png" alt="1.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201504/19202027f86ca8e205dc6b0921b28109672c2b58.png) 查看源码不难逆向出XML的构造格式。 \phpok\framework\admin\update_control.php ``` //在线升级 function main_f() { if(!$this->popedom['update']){ error('您没有在线升级权限',$this->url('update'),'error'); } $info = $this->service(4); $rs = $this->lib('json')->decode($info); if($rs['status'] != 'ok'){ error('没有找到升级包信息',$this->url('update'),'error'); } if(!$rs['content'] || count($rs['content']) < 1){ error('没有符合您要求的升级包',$this->url('update'),'error'); } if(is_file($this->dir_root.'data/update.php')){ include($this->dir_root.'data/update.php'); $this->assign('uconfig',$uconfig); } $rslist = array(); foreach($rs['content'] as $key=>$value){ $id = $value['phpok-id']; $version =...

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