当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2011-01543

漏洞标题:5UCMS <= v1.2.2024 另一处SQL注入问题

相关厂商:无忧网络

漏洞作者: 路人甲

提交时间:2011-03-09 20:07

修复时间:2011-03-10 13:00

公开时间:2011-03-10 13:00

漏洞类型:SQL注射漏洞

危害等级:低

自评Rank:5

漏洞状态:未联系到厂商或者厂商积极忽略

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2011-03-09: 积极联系厂商并且等待厂商认领中,细节不对外公开
2011-03-10: 厂商已经主动忽略漏洞,细节向公众公开

简要描述:

某文件存在未过滤导致sql注入问题

详细说明:

plus/count/js.asp
全文源码如下:
Dim ID
ID = Request("ID") ' 文章编号
If IsNumeric(ID) and len(ID) > 0 and len(ID) < 10 Then
Dim Plus
Set Plus = New Cls_Plus
Plus.Open("count") ' 打开配置文件
If Plus.Config("state") = 0 Then Response.End
On Error Resume Next
Call DB("Update [{pre}Content] Set [Views]=[Views]+1 Where [ID]=" & ID,0) ' 更新统计
If Plus.Config("show") = 1 then
Dim Rs : Set Rs = DB("Select [Views] From [{pre}Content] Where [ID]=" & ID,1)
If Not Rs.Eof Then Response.Write "document.write('" & Rs(0) & "');"
Rs.Close : Set Rs = Nothing
End If
Conn.Close : Set Conn = Nothing
Set Plus = Nothing
End If
%>
不解释

漏洞证明:

plus/count/js.asp?id={sql code}

修复方案:

开发者需要对整体源程序进行审核检查

版权声明:转载请注明来源 路人甲@乌云


漏洞回应

厂商回应:

未能联系到厂商或者厂商积极拒绝