Incorrect permission assignment for critical resource in PostgreSQL - CVE-2026-6469

 

Incorrect permission assignment for critical resource in PostgreSQL - CVE-2026-6469

Published: August 15, 2026


Vulnerability identifier: #VU142645
CSH Severity: Low
CVSS v4: 5.1 [CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-6469
CWE-ID: CWE-732
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to gain unauthorized control over statistics objects.

The vulnerability exists due to improper ownership assignment in the ALTER TABLE ALTER TYPE command when altering a table column type. A remote privileged user can run ALTER TABLE ALTER TYPE to reassign ownership of dependent statistics objects and gain unauthorized control over statistics objects.

This can allow the table owner to run DROP STATISTICS and ALTER STATISTICS on affected dependent statistics objects, while denying those commands to the prior statistics object owner.


Affected software

PostgreSQL
Debian Linux
postgresql-17 (Debian package)

How to mitigate CVE-2026-6469

Install security update from vendor's website.

PostgreSQL - addressed in versions 14.24, 15.19, 16.15, 17.11, 18.5
postgresql-17 (Debian package) - update to 17.11-0+deb13u1

External References

Related Security Bulletins