EasyTalk后台2处鸡肋sql注入

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

### 简要描述: 操蛋捏... ### 详细说明: 注意我测试的是2月16号下载的x2.4版本,可能不是最新的,感觉会重复... 找到https://images.seebug.org/upload/Admin/Lib/Action/TopicAction.class.php第41行 ``` $topicname=$_POST['topicname'];//这里接受post过来的参数 if ($topicname) { $count=$tModel->where("topicname LIKE '%$topicname%'")->count();//统计 } else { $count=$tModel->count(); } $p= new Page($count,20); $page = $p->show("admin.php?s=/Topic/index/order/$order/p/"); if ($topicname) {//判断是否传入topicname参数 $content = $tModel->where("topicname LIKE '%$topicname%'")->order($condition)->limit($p->firstRow.','.$p->listRows)->select();//带入查询 } else { $content = $tModel->order($condition)->limit($p->firstRow.','.$p->listRows)->select(); ``` 本地搭建然后去后台 [<img src="https://images.seebug.org/upload/201402/18184954d5af659eebf7823c2b3bd0910293ea85.jpg" alt="QQ图片20140218184853.jpg" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201402/18184954d5af659eebf7823c2b3bd0910293ea85.jpg) 搜索时抓包丢sqlmap [<img...

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