ASP网站漏洞在哪?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><!--#include file="conn.asp"-->
<!--#include file="webconfig.asp"-->
<%
dim id
id=request("id")
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from news where id="&id,conn,1,3
lm=rs("lm1")
%>
<HTML><HEAD><TITLE><%=rs("title")%>-<%=title%></TITLE>
<META content=<%=des%> name=description>
<META content=<%=key%> name=keywords>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="images/style.css" type=text/css rel=stylesheet>
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<style type="text/css">
<!--
.h10 {LINE-HEIGHT: 10px
}
-->
</style>
</HEAD>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<!--#include file="head.asp"-->
<table width="1002" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="230" valign="top"><!--#include file="left.asp"--></td>
<td valign="top"><TABLE id=table14 height=8 cellSpacing=0 cellPadding=0 width=100
border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE>
<TABLE id=__01 cellSpacing=0 cellPadding=0 width=99% align=center
border=0>
<TBODY>
<TR>
<TD><IMG id=in_01 height=7 alt=""
src="images/in_01.jpg" width=7></TD>
<TD background=images/in_02.jpg><IMG id=in_02 height=7
alt="" src="images/in_02.jpg" width=185></TD>
<TD><IMG id=in_03 height=7 alt=""
src="images/in_03.jpg" width=8></TD>
</TR>
<TR>
<TD background=images/in_04.jpg><IMG id=in_04
height=40 alt="" src="images/in_04.jpg" width=7></TD>
<TD><table width="571" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td height="650" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="table-layout:fixed;word-break:break-all"><div align="center">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from news where id="&id,conn,1,3
if rs.eof and rs.bof then
response.write "目前还没有内容!"
else
rs("hit")=rs("hit")+1
rs.update
%>
<br>
<span style="font-size:18px"> <font color=<%=rs("titlecolor")%>><b><%= rs("title") %></b></font></span> <br>
<span style="font-size:14px"> <%= rs("htitle") %></span> <br>
时间:<%= rs("time") %> 来源:<%= rs("zz") %>
<hr width="550" size="1">
<br>
<table style='table-layout:fixed' width="100%" border="0" cellpadding="00" cellspacing="0">
<tr>
<td valign="top" style='word-wrap : break-word'><%= rs("content") %>
<%
end if
rs.close
set rs=nothing %></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></TD>
<TD background=images/in_06.jpg><IMG id=in_06
height=40 alt="" src="images/in_06.jpg" width=8></TD>
</TR>
<TR>
<TD><IMG id=in_07 height=7 alt=""
src="images/in_07.jpg" width=7></TD>
<TD background=images/in_08.jpg><IMG id=in_08 height=7
alt="" src="images/in_08.jpg" width=185></TD>
<TD><IMG id=in_09 height=7 alt=""
src="images/in_09.jpg" width=8></TD>
</TR>
</TBODY>
</TABLE>
<TABLE id=table14 height=7 cellSpacing=0 cellPadding=0 width=100
border=0>
<TBODY>
<TR>
<TD></TD>
</TR>
</TBODY>
</TABLE></td>
<td width="200" valign="top"><!--#include file="rightnews.asp"--></td>
</tr>
</table>
<!--#include file="foot.asp"-->
</BODY></HTML>
请高手帮忙检查一下,这段代码漏洞在哪呀?用工具检查出有注入点。。。。