EasyTalk Sql Injection 11-15

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

### 简要描述: 过滤不严。 ### 详细说明: 注入11: 在friendsaction.class.php中 public function _initialize() { parent::init(); parent::tologin(); import("@.ORG.Page"); $this->fModel=D('Friend'); $this->uModel=D('Users'); $username=$this->_get('username'); $this->keyword=trim($this->_get('keyword')); $this->keyword=$this->keyword==L('inputfollowaccount')?'':$this->keyword; if (!$username || $username==$this->my['user_name']) { $this->user=$this->my; } else { $this->user=$this->uModel->where("user_name='$username'")->find(); } $username=$this->_get('username'); 未过滤 $this->user=$this->uModel->where("user_name='$username'")->find(); 查询。 [<img src="https://images.seebug.org/upload/201402/06171546db7f7ed65aee9709c9ca96ff59c645df.jpg" alt="1.jpg" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201402/06171546db7f7ed65aee9709c9ca96ff59c645df.jpg) 所执行的语句。 [<img src="https://images.seebug.org/upload/201402/0617155784468cb4a2481daf97c34b7db7391ca9.jpg" alt="2.jpg" width="600"...

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