Re: Spoofing as the postmaster

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Spoofing as the postmaster
Дата
Msg-id 476E526F.2020906@hagander.net
обсуждение исходный текст
Ответ на Re: Spoofing as the postmaster  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Spoofing as the postmaster  (Bruce Momjian <bruce@momjian.us>)
Re: Spoofing as the postmaster  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut wrote:
> Magnus Hagander wrote:
>> Out of curiosity, does any of the other databases out there "solve" this
>> somehow? Or any non-databases too, really. To me this seems like a
>> general problem for *any* kind of server processes
> 
> Most kinds of server processes where you'd send sensitive information do 
> support SSL.  Most of these server processes don't run over Unix-domain 
> sockets, though.

Well, the question is not about sensitive information, is it? It's aboutpassword disclosure due to spoofing. Which
wouldaffect *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...

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?

//Magnus


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

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