[COMMITTERS] pgsql: Require update permission for the large object written bylo_put - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Require update permission for the large object written bylo_put
Date
Msg-id E1deise-0003La-Lb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Require update permission for the large object written by lo_put().

lo_put() surely should require UPDATE permission, the same as lowrite(),
but it failed to check for that, as reported by Chapman Flack.  Oversight
in commit c50b7c09d; backpatch to 9.4 where that was introduced.

Tom Lane and Michael Paquier

Security: CVE-2017-7548

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8d9881911f0d30e0783a6bb1363b94a2c817433d

Modified Files
--------------
src/backend/libpq/be-fsstubs.c           | 12 ++++++++++++
src/test/regress/expected/privileges.out | 10 ++++++++++
src/test/regress/sql/privileges.sql      |  4 ++++
3 files changed, 26 insertions(+)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: [COMMITTERS] pgsql: Again match pg_user_mappings toinformation_schema.user_mapping_
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix local/remote attribute mix-up in logical replication