当前位置: 移动技术网 > 网络运营>安全>企业安全 > 711企业网站管理程序V6.0存在Cookies注入漏洞

711企业网站管理程序V6.0存在Cookies注入漏洞

2018年03月01日  | 移动技术网网络运营  | 我要评论
んㄗ葑訫鎖愛一:dim keyworddim sort_idkeyword=request("keyword")sort_id=request("sort_id")if sort_id<


一:
dim keyword
dim sort_id
keyword=request("keyword")
sort_id=request("sort_id")
if sort_id<>"" then sqlwhere=sqlwhere &" and sort_id="&sort_id&""
if keyword<>"" then sqlwhere=sqlwher &" and shop_name like %"&keyword&"%"
Set rs=Server.CreateObject("ADODB.RecordSet")
strsql="select * from Product where shop_id<>0 "&sqlwhere&" order by dateandtime desc"

sort_id变量直接获取,未指明获取方式,导致Cookies注入。

二:
<% sql="select * from product where shop_id="&request("shop_id")
res.open sql,con,1,3
res("click")=res("click")+1


Google:inurl:inurl:List.asp?Shop_ID
用注入中转

如您对本文有疑问或者有任何想说的,请点击进行留言回复,万千网友为您解惑!

相关文章:

验证码:
移动技术网