Re: CVE-2019-9193 about COPY FROM/TO PROGRAM

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Brad Nicholson <bradn(at)ca(dot)ibm(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Daniel Verite <daniel(at)manitou-mail(dot)org>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: CVE-2019-9193 about COPY FROM/TO PROGRAM
Date: 2019-04-02 18:08:15
Message-ID: CABUevEwDh-ZAQ8gE1xCygNN0VhUrQuqtQA1kQtq2VV8t3rQ4BQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Apr 2, 2019 at 5:31 PM Andres Freund <andres(at)anarazel(dot)de> wrote:

> Hi,
>
> On 2019-04-02 07:35:02 -0500, Brad Nicholson wrote:
> > Michael Paquier <michael(at)paquier(dot)xyz> wrote on 04/02/2019 01:05:01 AM:
> >
> > > From: Michael Paquier <michael(at)paquier(dot)xyz>
> > > To: "Jonathan S. Katz" <jkatz(at)postgresql(dot)org>
> > > Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander
> > > <magnus(at)hagander(dot)net>, Daniel Verite <daniel(at)manitou-mail(dot)org>,
> > > pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
> > > Date: 04/02/2019 01:05 AM
> > > Subject: Re: CVE-2019-9193 about COPY FROM/TO PROGRAM
> > >
> > > On Mon, Apr 01, 2019 at 10:04:32AM -0400, Jonathan S. Katz wrote:
> > > > +1, though I’d want to see if people get noisier about it before we
> > rule
> > > > out an official response.
> > > >
> > > > A blog post from a reputable author who can speak to security should
> > > > be good enough and we can make noise through our various channels.
> > >
> > > Need a hand? Not sure if I am reputable enough though :)
> > >
> > > By the way, it could be the occasion to consider an official
> > > PostgreSQL blog on the main website. News are not really a model
> > > adapted for problem analysis and for entering into technical details.
> >
> > A blog post would be nice, but it seems to me have something about this
> > clearly in the manual would be best, assuming it's not there already. I
> > took a quick look, and couldn't find anything.
>
> https://www.postgresql.org/docs/devel/sql-copy.html
>
> "Note that the command is invoked by the shell, so if you need to pass
> any arguments to shell command that come from an untrusted source, you
> must be careful to strip or escape any special characters that might
> have a special meaning for the shell. For security reasons, it is best
> to use a fixed command string, or at least avoid passing any user input
> in it."
>
> "Similarly, the command specified with PROGRAM is executed directly by
> the server, not by the client application, must be executable by the
> PostgreSQL user. COPY naming a file or command is only allowed to
> database superusers or users who are granted one of the default roles
> pg_read_server_files, pg_write_server_files, or
> pg_execute_server_program, since it allows reading or writing any file
> or running a program that the server has privileges to access."
>
> Those seem reasonable to me?
>

Agreed, that part can't really be much clearer.

But perhaps we should add a warning box to
https://www.postgresql.org/docs/11/sql-createrole.html that basically says
"creating a superuser means they can x, y and z"?

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jonathan S. Katz 2019-04-02 18:51:02 Re: CVE-2019-9193 about COPY FROM/TO PROGRAM
Previous Message Moreno Andreo 2019-04-02 15:50:20 Re: [SPAM] Re: Key encryption and relational integrity