#VU45748 Untrusted search path in PostgreSQL - CVE-2020-14349
Published: August 18, 2020
PostgreSQL
PostgreSQL Global Development Group
Description
The vulnerability allows a remote user to escalate privileges within the database.
The vulnerability exists due to the way PostgreSQL handles search_path during replications. Users of a
replication publisher or subscriber database can create objects in the public
schema and harness them to execute arbitrary SQL functions under the identity
running replication, often a superuser.