ShopXP admin/pinglun.asp SQL注入漏洞

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

http://bbs.anquan.org/forum.php?mod=viewthread&amp;tid=22021&amp;page=1#pid55222漏洞存在于/admin/pinglun.asp 文件 ``` <!--#include file="xp.asp"--> <html><head><title><%=webname%>--用户评论</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <link href="../img_shopxp/css.css" rel="stylesheet" type="text/css"> </head> <body leftmargin="0" topmargin="5" marginwidth="0" bgcolor="#D9E6FF"> <%dim shopxpptid,action pinglunid=request.QueryString("id") action=request.QueryString("action") if action="save" then set rs=server.CreateObject("adodb.recordset") rs.open "select * from shopxp_pinglun where pinglunid="&pinglunid,conn,1,3 rs("huifu")=HTMLEncode2(trim(request("huifu"))) rs("huifudate")=now() rs.update rs.close set rs=nothing …………………/*省略*/………………….. <%set rs=server.CreateObject("adodb.recordset") rs.open "select * from shopxp_pinglun where pinglunid="&pinglunid,conn,1,3 %> ``` 首先看到<!–#include file=”xp.asp”–> 引用了xp.asp文件, ``` <!--#include file="database_name.asp" --> <%...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息