精讯cms sql注入 和 任意刷钱和积分漏洞

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

### 简要描述: 精讯cms sql注入 和 任意刷钱和积分漏洞 ### 详细说明: ``` public function reg() { if ($this -> obj -> isLogin()) { $go = $this -> referer && !strstr($this -> referer, 'login')?$this -> referer:Url :: getUrl('member'); $this -> showMsg(L('ALREADY_IS_MEMBER'), $go); } if ($this -> isSubmit) { if ($this -> obj -> reg()) { $this -> obj -> login($_POST['info']['username'], $_POST['info']['password']); $go = $this -> forward?$this -> forward:Url :: getUrl('member'); $this -> showMsg(L('REGISTER_SUCCESS'), $go); } else $this -> showMsg($this -> obj -> error); } $this -> assign('title', L('USER_REG')); $this -> display('member_reg'); } public function profile() { $this -> obj -> isLogin() or $this -> showMsg(L('LOGIN_FIRST'), Url :: getUrl('member', 'login')); if ($this -> isSubmit) { if ($this -> obj -> edit()) { $this -> showMsg(L('OPERATE_SUCCESS'), $this -> referer); } else $this -> showMsg($this -> obj -> error); } $member = $this -> obj -> find(get_cookie('userid')); $tmp = explode('-',...

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