Zoomla 1.5 /guest/ask/MyAskList.aspx SQL注入漏洞

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

<p>/Guest/ask/MyAskList.aspx</p><pre class="">protected void Page_Load(object sender, EventArgs e) { string str = ""; if (!base.IsPostBack) { DataTable table; if (this.b_User.CheckLogin()) { this.user.Text = this.b_User.GetLogin().UserName; string userName = this.b_User.GetLogin().UserName; str = " And UserName&lt;&gt;'" + userName + "'"; } if (!string.IsNullOrEmpty(base.Request["strWhere"])) { table = this.b_Ask.Sel("Qcontent LIKE '%" + base.Request["strWhere"] + "%'" + str + " And Status=1", " AddTim e desc"); } else if (string.IsNullOrEmpty(base.Request["strWhere"]) &amp;&amp; !string.IsNullOrEmpty(base.Request["QueType"])) { table = this.b_Ask.Sel("QueType LIKE '%" + base.Request["QueType"] + "%' " + str + " And Status=1", " AddTime desc"); } else { table = this.b_Ask.Sel("Status=1 " + str, " AddTime desc"); } string str3 = ""; string item = ""; IList&lt;string&gt; list = new List&lt;string&gt;(); Repeater repeater = new Repeater(); if (table != null) { foreach (DataRow row in...

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