3 matches found
CVE-2026-6469
Incorrect ownership assignment in PostgreSQL ALTER TABLE ALTER TYPE command reassigns ownership of dependent statistics objects to the current user. This wrongly allows the table owner to run DROP STATISTICS and ALTER STATISTICS via this improper ownership. It wrongly denies those commands to the...
CVE-2026-6469
The CVE concerns PostgreSQL: the ALTER TABLE ALTER TYPE command incorrectly reassigns ownership of dependent statistics objects to the current user, allowing the table owner to DROP STATISTICS and ALTER STATISTICS via this faulty ownership, while denying these commands to the prior statistics obj...
postgresql: CREATE STATISTICS does not check for schema CREATE privilege
A vulnerability has been identified in PostgreSQL’s CREATE STATISTICS command where the database does not check that the user has the required schema CREATE privilege. A table owner user could create a statistics object in any schema, blocking other users who legitimately hold CREATE STATISTICS...