Re: User authentication over the web (was: Secure Password in database)
From: Robie Basak (r.basak@cs.man.ac.uk)Date: 09/08/01
- Previous message: Kurt Seifried: "Re: User authentication over the web (was: Secure Password in database)"
- In reply to: Rossen Raykov: "Re: User authentication over the web (was: Secure Password in database)"
- Next in thread: Jacob Kenner: "Re: User authentication over the web (was: Secure Password in database)"
- Next in thread: Kurt Seifried: "Re: User authentication over the web (was: Secure Password in database)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 8 Sep 2001 00:10:31 +0100 From: Robie Basak <r.basak@cs.man.ac.uk> To: secprog@securityfocus.com Subject: Re: User authentication over the web (was: Secure Password in database) Message-ID: <20010908001030.A1053@cs.man.ac.uk>
On Fri, Sep 07, 2001 at 05:28:06PM -0400, Rossen Raykov wrote:
[...]
> Putting the IP address in the session is not a good idea!
> What about multi-parent and multi-sibling proxy servers?
Good point. I stand corrected :)
A couple of thoughts, though you're still right and this doesn't help.
It'd be nice if proxy servers in that kind of setup arranged to use the
same originating IP for the same client IP. Is there any reason not to?
Of course, that's a client-side issue and the server software author has
no control over it.
Second, clients may typically keep a persistent connection open with the
server, which would keep the originating IP the same. Again, in practice
this can't be relied upon :-(
Also, a very evil hack, which probably won't work very well: allow IPs
in the same /24 or /16 subnet. A Bad Thing to do, I think.
But then the problem remains; someone could grab a session id off
someone's URL if it's propogated that way and use it :-(
Robie.
- Previous message: Kurt Seifried: "Re: User authentication over the web (was: Secure Password in database)"
- In reply to: Rossen Raykov: "Re: User authentication over the web (was: Secure Password in database)"
- Next in thread: Jacob Kenner: "Re: User authentication over the web (was: Secure Password in database)"
- Next in thread: Kurt Seifried: "Re: User authentication over the web (was: Secure Password in database)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|