SQL injection in PostgreSQL - CVE-2026-6476
Published: May 14, 2026
PostgreSQL
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary SQL as a superuser.
The vulnerability exists due to SQL injection in pg_createsubscriber when processing a subscription name. A remote privileged user can supply a crafted subscription name to execute arbitrary SQL as a superuser.
The attack takes effect when pg_createsubscriber next runs.