Document search_path security with untrusted dbowner or CREATEROLE.
authorNoah Misch <noah@leadboat.com>
Sun, 8 Dec 2019 19:06:26 +0000 (11:06 -0800)
committerNoah Misch <noah@leadboat.com>
Sun, 8 Dec 2019 19:06:30 +0000 (11:06 -0800)
commit6909742976612e45a68e765618bb88dacd6da758
treee0c7ac50e565782a2ac79af96d6b34cad2704e85
parent46ce37b67a5144458adb0789eb4e9169a61881fd
Document search_path security with untrusted dbowner or CREATEROLE.

Commit 5770172cb0c9df9e6ce27c507b449557e5b45124 wrote, incorrectly, that
certain schema usage patterns are secure against CREATEROLE users and
database owners.  When an untrusted user is the database owner or holds
CREATEROLE privilege, a query is secure only if its session started with
SELECT pg_catalog.set_config('search_path', '', false) or equivalent.
Back-patch to 9.4 (all supported versions).

Discussion: https://postgr.es/m/20191013013512.GC4131753@rfd.leadboat.com
doc/src/sgml/ddl.sgml