Socket security
From: - (cbdeja_at_my-deja.com)
Date: 11/21/03
- Next message: joe durusau: "Re: Socket security"
- Previous message: all mail refused: "Re: Need some advice on an IDS solution"
- Next in thread: joe durusau: "Re: Socket security"
- Reply: joe durusau: "Re: Socket security"
- Reply: Volker Birk: "Re: Socket security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 21 Nov 2003 03:43:50 -0800
I have a UNIX client program which connects to a port of a server
program (running on a Windows NT machine if it matters). My client
program sends a string of text through the socket and then performs a
read() to get a response string back from the server program. The
client program then closes the connection.
It is possible for an unrelated program (not running on the client
machine) to send garbage to the client program via its client socket,
or is the connection completely private between the client and server
program?
I'm trying to ascertain whether a malicious program can pose a threat
to the client machine by sending "garbage" to the client program via
an already established socket connection to a benign server program.
If it is possible, what can I do to reduce the threat?
Thanks
- Next message: joe durusau: "Re: Socket security"
- Previous message: all mail refused: "Re: Need some advice on an IDS solution"
- Next in thread: joe durusau: "Re: Socket security"
- Reply: joe durusau: "Re: Socket security"
- Reply: Volker Birk: "Re: Socket security"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|