Re: PayPal security flaw
From: Ives Steglich (news_at_dalini.de)
Date: 12/20/03
- Next message: Rowdy Yates: "Re: CISSP certification"
- Previous message: Barry Margolin: "Re: PayPal security flaw"
- In reply to: Barry Margolin: "Re: PayPal security flaw"
- Next in thread: Todd H.: "Re: PayPal security flaw"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 20 Dec 2003 11:32:48 +0100
Barry Margolin wrote:
> In article <m0ad5o3hbk.fsf@rcn.com>, comphelp@toddh.net (Todd H.)
> wrote:
>>True, but it doesn't excuse the poor coding practice if the page is
>>coded as the poster reports. There's no reason the password should
>>ever be stuck in a hidden form unhashed.
> Why does it matter that it's unhashed? Even if it's hashed, someone can
> copy it and send it in another browser session.
depends on the hash... if you hash the pwd+sessionid you can't ever use
it in another session... or with a timestamp or both - so you also have
timeout barriers inside a running session
ok, this scenario requires plain-text pwd on the server side, but this
problem is already solved - we have those - if one get it plaintext in a
hidden field...
anyway - usally should be enough to give the user its session id in a
hidden field... no password at all - the server should know if he is
already identifiedauthenticated
> Unless you want to make the user go through the password entry page
> again, the authentication info has to be saved on the client machine
> somewhere. It could be put in a cookie rather than a hidden field, but
> most browsers have a way to view all the cookies so that wouldn't really
> be any more protected.
>
if you inside a session - you can store those things server-side
and if a have a new session, the user have to provide the password
again...
- Next message: Rowdy Yates: "Re: CISSP certification"
- Previous message: Barry Margolin: "Re: PayPal security flaw"
- In reply to: Barry Margolin: "Re: PayPal security flaw"
- Next in thread: Todd H.: "Re: PayPal security flaw"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|