CVE-2026-6469

PostgreSQL ALTER TABLE ALTER TYPE resets extended statistics ownership

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 prior statistics object owner. DROP TABLE remains able to remove statistics objects, so this exploit achieves nothing in many ownership arrangements. Versions before PostgreSQL 18.5, 17.11, 16.15, 15.19, and 14.24 are affected.

Version Information

Affected Version Fixed In Fix Published
18 18.5 2026-08-13
17 17.11 2026-08-13
16 16.15 2026-08-13
15 15.19 2026-08-13
14 14.24 2026-08-13

For more information about PostgreSQL versioning, please visit the versioning page.

CVSS 3.0

Overall Score 3.8
Component core server
Vector AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:L/A:L

Reporting Security Vulnerabilities

If you wish to report a new security vulnerability in PostgreSQL, please send an email to security@postgresql.org.

For reporting non-security bugs, please see the Report a Bug page.