Iwebsns最新版SQL注入第四枚

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

### 简要描述: Iwebsns最新版SQL注入第四枚 ### 详细说明: 在wooyun上看到雨牛提了5个iwebsns的漏洞了( [WooYun: Iwebsns sql 第五枚。](http://www.wooyun.org/bugs/wooyun-2014-061267) ),我来捡捡漏儿吧,已对比,不重复,下载Iwebsns最新的1.1.0来看看。 为了使审核的大大们容易确认是否有重复,我先把存在漏洞的文件和注入参数分别写在这里:/action/event/upload_photo.action.php sess_code= 下面看看漏洞是怎么产生的 /action/event/upload_photo.action.php ``` 无关代码 $event_id=intval(get_argg('id')); $session_code=get_argp('sess_code'); $success = "false"; $data =''; $data_ser=''; $affair_ser=''; $code_array=array(); $errors = array(); $album_row=array(); $fs=array(); $data_array=array(); $affair_array=array(); $session_data=array(); //数据表 $t_event=$tablePreStr."event"; $t_event_photo = $tablePreStr."event_photo"; $t_online = $tablePreStr."online"; $t_tmp_file = $tablePreStr."tmp_file"; $dbo = new dbex; //读写分离定义函数 dbtarget('r',$dbServs); //验证用户权限 if(empty($session_code)){ $success = "false"; exit; } $code_array=explode("|",$session_code); $sql="select user_id,user_name,user_ico,session_code from $t_online where...

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