Re: You're on SecurityFocus.com for the cleartext passwords.

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: You're on SecurityFocus.com for the cleartext passwords.
Date: 2000-05-05 23:39:15
Message-ID: Pine.BSO.4.10.10005051936120.28169-100000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Fri, 5 May 2000, The Hermit Hacker wrote:
> You've lost me here ... the only person(s) that can get at those passwords
> are those that have compromised the system already. Even if the passwords
> *weren't* in cleartext, there is nothing that stops me from downloading
> the data/* directory down to my computer and running pg_upgrade to "make
> it my own", removing the passwords ...

You don't get it. Its one of most basic things about security of the
password databases: Cleartext must not be available for anyone, not even
the administrators. The damage one can do with list of 10000 passwords
far exceeds damage you can do to the database which contain these
passwords. Why? Because people tend to use same password everywhere.

(Yes, I know that they shouldn't, however, you must take good care of
passwords users entrusted to you).

There is no excuse for not storing it as a hash or at least in crypt(3)
way.

-alex

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John Sanabria 2000-05-06 00:51:37 Please remove me from this list....
Previous Message The Hermit Hacker 2000-05-05 23:25:10 Re: You're on SecurityFocus.com for the cleartext passwords.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2000-05-06 01:00:26 Re: --enable-locale and SET command ...
Previous Message The Hermit Hacker 2000-05-05 23:25:10 Re: You're on SecurityFocus.com for the cleartext passwords.