Connection hijacking in SQL Server 2000
From: Wes Gamble (w.gamble@pentasafe.com)Date: 06/27/02
- Next message: sjk: "Re: Sec. Vulnerability in OpenSSH on HP-UX"
- Previous message: Security Alert: "Sec. Vulnerability in OpenSSH on HP-UX"
- Next in thread: Bernd Eckenfels: "Re: Connection hijacking in SQL Server 2000"
- Reply: Bernd Eckenfels: "Re: Connection hijacking in SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: w.gamble@pentasafe.com (Wes Gamble) Date: 27 Jun 2002 13:57:20 -0700
All,
Thanks in advance for any help on this.
I am curious to find out if anyone has any good information on
connection hijacking exploits within SQL Server. Assume an
application which uses a connection pooling mechanism to allow for
database access, wherein several connections are opened and then left
open for the use of other clients. The purpose of this is to reduce
the overhead involved in opening/closing many connections.
The connections in the connection pool are authenticated once upon
opening. They are not closed until the application process ends. How
easy is it for someone to "hijack" one of these connections in the
pool. I would assume that an exploiter would have to know the
protocol used by SQL Server so that they could construct reasonable
looking packets to send to SQL Server.
Does anyone have a feel for how easy it is to perform such a
connection hijacking exploit, and what defenses may be mounted against
it? Does a reasonable defense require encryption on every
transmission between the SQL Server client and the SQL Server? Does
it require re-authentication every time? Is there a way to keep the
physical connection open, but re-authenticate with SQL Server?
Hope this makes sense.
Thanks,
Wes Gamble
w.gamble@pentasafe.com
- Next message: sjk: "Re: Sec. Vulnerability in OpenSSH on HP-UX"
- Previous message: Security Alert: "Sec. Vulnerability in OpenSSH on HP-UX"
- Next in thread: Bernd Eckenfels: "Re: Connection hijacking in SQL Server 2000"
- Reply: Bernd Eckenfels: "Re: Connection hijacking in SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|