Empty search_path in logical replication apply worker and walsender.
authorNoah Misch
Mon, 10 Aug 2020 16:22:54 +0000 (09:22 -0700)
committerNoah Misch
Mon, 10 Aug 2020 16:22:58 +0000 (09:22 -0700)
commit412c5c4010c0bec294f60a10cd56929680d3f95b
treed6003b92269a55fd48363726ff56bdeb5b72b1a3
parent41dae35532d40041297ee728eac1f4584af05570
Empty search_path in logical replication apply worker and walsender.

This is like CVE-2018-1058 commit
582edc369cdbd348d68441fc50fa26a84afd0c1a.  Today, a malicious user of a
publisher or subscriber database can invoke arbitrary SQL functions
under an identity running replication, often a superuser.  This fix may
cause "does not exist" or "no schema has been selected to create in"
errors in a replication process.  After upgrading, consider watching
server logs for these errors.  Objects accruing schema qualification in
the wake of the earlier commit are unlikely to need further correction.
Back-patch to v10, which introduced logical replication.

Security: CVE-2020-14349
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c
src/backend/replication/logical/worker.c
src/test/subscription/t/001_rep_changes.pl