XYCMS建站系统SQL注入#2

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

### 简要描述: XYCMS建站系统SQL注入#2 ### 详细说明: 同第一个 XYCMS建站系统SQL注入#1 这里提交的在wooyun没有提交过!这里提交不重复,证明: [<img src="https://images.seebug.org/upload/201412/28214924b517af2e9cc79e33f1ff57634b0f4639.png" alt="1228_t_10.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201412/28214924b517af2e9cc79e33f1ff57634b0f4639.png) 除了:fwxm_detail.asp,news.asp,team_detail.asp这些外。。。 job_detail.asp未对id进行任何过滤就直接带入数据库查询 ``` id=request.QueryString("id") set rs=server.createobject("adodb.recordset") exec="select * from zpxx where id="& id rs.open exec,conn,1,1 if rs.eof then response.Write "<div style=""padding:10px"">没有相关信息!</a>" response.End() end if ``` [<img src="https://images.seebug.org/upload/201412/282151004d62c15db7b2200afe99935918d95caf.png" alt="1228_t_11.png" width="600" onerror="javascript:errimg(this);">](https://images.seebug.org/upload/201412/282151004d62c15db7b2200afe99935918d95caf.png) ### 漏洞证明: 搜索特征: inurl:job_detail.asp?id= 实例:...

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