PHPAPP注入第五枚(无视过滤)

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

### 简要描述: PHPAPP注入第五枚(无视过滤) ### 详细说明: 在wooyun上看到了有人提了PHPAPP的漏洞: http://wooyun.org/bugs/wooyun-2010-055604,然后去官网看了看,前几天刚有更新,就在官网下了PHPAPP最新的v2.6来看看(2014-12-11更新的)。 PSOT注入点:wwww.xxx.com /member.php?app=82&action=1 , 存在漏洞的文件在/phpapp/apps/sellerservice/member_phpapp.php 来看看漏洞是如何产生的/phpapp/apps/sellerservice/member_phpapp.php ``` public function AddServiceAction(){ 无关代码 if($this->POST['submit']){ if($this->CheckSecurityForm($this->POST['SecurityForm'])){ 无关代码 //上传文件 $files=$this->UploadFile(); if($files){ foreach($files as $fid){ $this->Insert('apps_file',array('appid'=>$this->app,'fid'=>$fid,'uid'=>$this->uid,'id'=>$this->sid,'type'=>1),array()); } $this->ReplaceFileContent($files,'task_seller_service',$this->POST['content']," WHERE sid='$this->sid' "); } }else{ //echo '<p>'.$allow.'</p>'; $this->SubmitServiceForm($allow); } $this->UpdateCategoryCount('task_seller_service',$this->POST['catid'],'',''); $servicenum=$this->IsSQL('task_seller_service',"WHERE status=0 AND uid='$this->uid'");...

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