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

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

缺陷编号:wooyun-2014-063987

漏洞标题:shop7z 注入漏洞

相关厂商:shop7z

漏洞作者: Matt

提交时间:2014-07-01 11:56

修复时间:2014-09-29 18:14

公开时间:2014-09-29 18:14

漏洞类型:SQL注射漏洞

危害等级:高

自评Rank:20

漏洞状态:已交由第三方合作机构(cncert国家互联网应急中心)处理

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2014-07-01: 细节已通知厂商并且等待厂商处理中
2014-07-06: 厂商已经确认,细节仅向厂商公开
2014-07-09: 细节向第三方安全合作伙伴开放
2014-08-30: 细节向核心白帽子及相关领域专家公开
2014-09-09: 细节向普通白帽子公开
2014-09-19: 细节向实习白帽子公开
2014-09-29: 细节向公众公开

简要描述:

shop7z 注入漏洞

详细说明:

Advsearchadmin.asp
kindnum=trim(request("kindnum"))
pipai=trim(request("pipai"))
model=trim(request("model"))
productname=trim(request("productname"))
price11=trim(request("price11"))
price12=trim(request("price12"))
price21=trim(request("price21"))
price22=trim(request("price22"))
if price11="" then price11="0"
if price12="" then price12="9999999"
if price21="" then price21="0"
if price22="" then price22="9999999"
sqlcon=" where pkid>0 and updown='1' "
if kindnum<>"" then
sqlcon = sqlcon &" and kind like '"&kindnum&"%' "//都没过滤
end if
if pipai<>"" then
sqlcon = sqlcon &" and pipai like '%"&pipai&"%' "
end if
if model<>"" then
sqlcon = sqlcon &" and model like '%"&model&"%' "
end if
if productname<>"" then
sqlcon = sqlcon &" and productname like '%"&productname&"%' "
end if
sql="select pkid,model,productname,smallpicpath,price1,price"&session("customkind")&",kindname,pipai,addtime from view_product "&sqlcon&" order by pkid desc"
'response.write sql

漏洞证明:

测试URL 192.168.236.131/Advsearchadmin.asp?kindnum=1'

QQ截图20131103142401.png

修复方案:

你猜

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


漏洞回应

厂商回应:

危害等级:高

漏洞Rank:15

确认时间:2014-07-06 10:36

厂商回复:

CNVD确认并复现所述情况(代码核验,未进行多个实例测试),已经由CNVD联系软件生产厂商,电话至***,将通报发送至网站邮箱Sho*** 中处置。

最新状态:

暂无