EasyTalk 官网疑似被入侵及原因分析

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

### 简要描述: 官网被入侵 ### 详细说明: 有于微博漏洞造成官网被入侵。 [<img src="https://images.seebug.org/upload/201402/1015385891ea76f695d66f977b3800c0a1a5c08e.png" alt="QQ截图20140210153219.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201402/1015385891ea76f695d66f977b3800c0a1a5c08e.png) 出现问题在这 ``` public function index() { parent::tologin(); $appname=trim($this->_get('appname')); $action=$this->_get('action');//直接调用方法 $out=urldecode($_GET['out']); //未过滤,直接提交。 //是否开启应用 $app=M('Plugins')->where("directory='$appname' AND available=1")->find(); $this->assign('app',$app); if (!$app) { $this->display('apperror'); exit; } //是否添加 if ($app['type']=='app') { $myapp=M('Myapps')->where("user_id='".$this->my['user_id']."' AND appid='$app[id]'")->find(); if (!$myapp) { $this->display('addapp'); exit; } if (time()-$myapp['lasttime']>600) { M('Myapps')->where("id='$myapp[id]'")->setField('lasttime',time()); } } //获取内容 if (@file_exists(ET_ROOT .'/Apps/'.$appname.'/index.class.php')) {...

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