Permissions, Privileges, and Access Controls in PostgreSQL - CVE-2019-10208
Published: August 8, 2019
PostgreSQL
PostgreSQL Global Development Group
Description
The vulnerability allows a remote attacker to escalate privileges on the system.
The vulnerability exists due to way PostreSQL processes SECURITY DEFINER functions. A privileged attacker with EXECUTE permission, which must itself contain a function call having inexact argument type match, can execute arbitrary SQL query under the identity of the function owner.