Missing Authorization in PostgreSQL - CVE-2026-6472
Published: May 14, 2026
PostgreSQL
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary SQL functions in victim queries.
The vulnerability exists due to improper access control in the CREATE TYPE command when creating a multirange type without checking schema CREATE privilege. A remote user can create a crafted type to execute arbitrary SQL functions in victim queries.
The issue can hijack queries that use search_path to find user-defined types, including extension-defined types.