Re: Spoofing as the postmaster

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Spoofing as the postmaster
Дата
Msg-id 200712231318.lBNDIiG14378@momjian.us
обсуждение исходный текст
Ответ на Re: Spoofing as the postmaster  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander wrote:
> Well, the question is not about sensitive information, is it? It's about
>  password disclosure due to spoofing. Which would affect *all* services
> that accept passwords over any kind of local connections - both unix
> sockets and TCP localhost.
> 
> I'm just saying that pretty much everybody has to be affected by this.
> And you can't claim it's very common to use SSL to secure localhost
> connections. Maybe it should be, but I hardly ever see it...

Yep.  I think the big issue is most people think unix domain sockets and
localhost are secure, but they are not if the server is down, unless SSL
is used or the socket file is in a privileged directory.

> The best way to avoid it is of course not to give untrusted users access
> to launch arbitrary processes on your server. Something about that
> should perhaps be added to that new docs section?

Yep, doing that now.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://postgres.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Spoofing as the postmaster
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Spoofing as the postmaster