Lucene search
K

17 matches found

myhack58
myhack58
added 2010/07/02 12:0 a.m.25 views

BBSGood Forum program moprepost. asp variable HTTP_X_FORWARDED_FOR injection vulnerability-vulnerability warning-the black bar safety net

BBSGOOD is domestic first using the cache technology Forum, BBSGOOD posts and list home can generate a static HTML file. In the file moprepost. asp: if Request. ServerVariables"HTTPXFORWARDEDFOR"="" then ipdress=Request. ServerVariables"REMOTEADDR" else ipdress=Request...

0.1AI score
Exploits0
seebug.org
seebug.org
added 2010/07/01 12:0 a.m.14 views

BBSGood论坛程序moprepost.asp 变量HTTP_X_FORWARDED_FOR注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件moprepost.asp中: if Request.ServerVariables"HTTPXFORWARDEDFOR"="" then ipdress=Request.ServerVariables"REMOTEADDR" else ipdress=Request.ServerVariables"HTTPXFORWARDEDFOR" end if //第351行 …… sql="insert into LxTelTopic...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2010/06/29 12:0 a.m.6 views

BBSGood论坛程序moprepost.asp 变量BuyExplanation注入漏洞

在文件moprepost.asp中: BuyExplanation=TrimRequest.Form"BuyExplanation" //第307行 …… sql="insert into LxTelTopic...

7.1AI score
Exploits0
myhack58
myhack58
added 2010/06/29 12:0 a.m.15 views

BBSGood Forum program indexlabel. asp and labelsave. the asp page has SQL injection vulnerability-vulnerability warning-the black bar safety net

BBSGOOD is domestic first using the cache technology Forum, BBSGOOD posts and list home can generate a static HTML file. Vulnerability analysis: In the file indexlabel. asp: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request. Cookiesbbsinfo&"adminuser"&"' "...

0.2AI score
Exploits0
seebug.org
seebug.org
added 2010/06/28 12:0 a.m.10 views

BBSGood论坛程序labelsave.asp页面SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件labelsave.asp中: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request.Cookiesbbsinfo&"adminuser"&"' " //第115行 程序没有验证用户是否登陆,导致cookies的值没有过滤而产生注入漏洞。 BBSGood 5.0/5.0.2 厂商补丁: BBSGood.Speed -------...

7AI score
Exploits0
seebug.org
seebug.org
added 2010/06/28 12:0 a.m.11 views

BBSGood论坛程序indexlabel.asp页面SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件indexlabel.asp中: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request.Cookiesbbsinfo&"adminuser"&"' " //第115行 Set rs = Server.CreateObject"ADODB.Recordset" 程序没有验证用户是否登陆,导致cookies的值没有过滤而产生注入漏洞 BBSGood 5.0/5.0....

7AI score
Exploits0
myhack58
myhack58
added 2010/06/19 12:0 a.m.19 views

BBSGood Forum program a plurality of page there is SQL injection vulnerability-vulnerability warning-the black bar safety net

BBSGOOD is domestic first using the cache technology Forum, BBSGOOD posts and list home can generate a static HTML file. 1. In the file indexedit. asp: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request. Cookiesbbsinfo&"adminuser"&"' " //Article 4 of 8 4 line Se...

7.2AI score
Exploits0
seebug.org
seebug.org
added 2010/06/17 12:0 a.m.20 views

BBSGood论坛程序indexedit.asp页面SQL注入漏洞

在文件indexedit.asp中: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request.Cookiesbbsinfo&"adminuser"&"' " //第484行 Set rs = Server.CreateObject"ADODB.Recordset" 程序没有验证用户是否登陆,导致cookies的值没有过滤而产生注入漏洞 BBSGood 5.0/5.0.2 厂商补丁: BBSGood.Speed -------...

7AI score
Exploits0
seebug.org
seebug.org
added 2010/06/17 12:0 a.m.12 views

BBSGood 5.0/5.0.2 indexlabel.asp SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件indexlabel.asp中: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request.Cookiesbbsinfo&"adminuser"&"' " //第115行 Set rs = Server.CreateObject"ADODB.Recordset" 程序没有验证用户是否登陆,导致cookies的值没有过滤而产生注入漏洞 BBSGood 5.0/5.0....

7AI score
Exploits0
seebug.org
seebug.org
added 2010/06/17 12:0 a.m.15 views

BBSGood 5.0/5.0.2 UserInfo.asp页面SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件UserInfo.asp中: case 6 //第1289行 dim selectid selectid=trimRequestCStringSafeRequest.Form"selectid" if selectid="" then Response.Write "brbrcenterli所选内容不能为空!/li /centerbrbrbrbr" else if instr1,selectid,", "0 then selectid = Replaceselectid, ",...

7.1AI score
Exploits0
myhack58
myhack58
added 2010/05/14 12:0 a.m.21 views

BBSGood Forum program multi-page SQL injection vulnerability-vulnerability warning-the black bar safety net

BBSGOOD is domestic first using the cache technology Forum, BBSGOOD posts and list home can generate a static HTML file. 1. In the file DelShortInFo. asp: selectid=trimRequestCStringSafeRequest"selectid" //the 1 Line 1 If selectid"" then selectid = replaceselectid, ", ", " or ID=" selectid="Where...

7.2AI score
Exploits0
seebug.org
seebug.org
added 2010/05/13 12:0 a.m.9 views

BBSGood论坛程序DelShortInFo.asp页面越权漏洞

在文件DelShortInFo.asp中: sql="select from LxTelshortinfo "&selectid&" "' //第20行 rs.open sql,conn,1,3 if notrs.BOF and rs.EOF then while not rs.EOF select case trimRequestCStringSaferequest"shortinfo" case "收件箱" rs"收件人删除标记"="Y" 程序在修改短信标记的时候没有对用户的合法权限做验证导致越权漏洞的产生 BBSGood 5.0/5.0.2 厂商补丁: BBSGood.Speed...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2010/05/13 12:0 a.m.14 views

BBSGood论坛程序DelShortInFo.asp页面SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件DelShortInFo.asp中: selectid=trimRequestCStringSafeRequest"selectid" //第11行 If selectid"" then selectid = replaceselectid, ", ", " or ID=" selectid="Where ID="&selectid else selectid="where ID=0" end if Set rs =...

7.1AI score
Exploits0
seebug.org
seebug.org
added 2010/05/13 12:0 a.m.6 views

BBSGood论坛程序bottom.asp页面SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件bottom.asp中: key=trimRequest"key" //第25行 key2=key key3=key select case mode case 1 if instr1,key," "0 then str=Splitkey," " key="" key3="" For ii=0 to UBoundstr key=key+"Subject LIKE '%"&strii&"%' and " key3=key3+""&strii&" - " Next...

7AI score
Exploits0
seebug.org
seebug.org
added 2010/05/13 12:0 a.m.19 views

BBSGood论坛程序create_index_html.asp页面SQL注入漏洞

BBSGOOD是国内首创使用缓存技术的论坛,BBSGOOD的帖子和列表首页是可以生成静态HTML文件的。 在文件createindexhtml.asp中: sql="select top 1 Admin,UserName,Password from BBSGoodAdmin where UserName='"&Request.Cookiesbbsinfo&"adminuser"&"' " //第127行 程序没有验证用户是否登陆,导致cookies的值没有过滤而产生注入漏洞 BBSGood 5.0/5.0.2 厂商补丁: BBSGood.Speed -------...

7AI score
Exploits0
myhack58
myhack58
added 2009/07/02 12:0 a.m.8 views

BBSGood. Speed Version 4.0 injection vulnerability-vulnerability warning-the black bar safety net

| Version: BBSGood. Speed Version 4.0 Vulnerability file: The UserInfo. asp Vulnerability description: Variable Blogurl unfiltered into an sql statement, leading toSql injectionvulnerability --- Code example: Line 1 7 2 9-1 8 5 3. | case 1 4 if Request. QueryString"save"=1 then if trimRequest...

0.8AI score
Exploits0
seebug.org
seebug.org
added 2009/04/28 12:0 a.m.89 views

BBSGood论坛程序UserInfo.asp页面Blogurl变量过滤不严导致SQL注入漏洞

BBSGood是国内首创使用缓存技术的论坛 在UserInfo.asp页面代码当中,我们可以看到变量Blogurl未经过滤带入sql语句,导致Sql注入漏洞。 代码举例: 行1729-1853. 1. case 14 2. if Request.QueryString"save"=1 then 3. if trimRequest.Form"blogurl""" then 4. Set rsdj = Server.CreateObject"ADODB.Recordset" 5. rsdj2="select id from LxTelUser where...

7.1AI score
Exploits0
Rows per page
Query Builder