
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-6469 is an incorrect ownership assignment vulnerability in PostgreSQL's ALTER TABLE ALTER TYPE command that allows a table owner to improperly execute DROP STATISTICS and ALTER STATISTICS on statistics objects they do not legitimately own. The flaw also wrongly denies those commands to the prior, legitimate statistics object owner. Affected versions include PostgreSQL 14.x before 14.24, 15.x before 15.19, 16.x before 16.15, 17.x before 17.11, and 18.x before 18.5. It was published on August 13, 2026, and carries a CVSS v3.1 base score of 3.8 (Low) (PostgreSQL Advisory, Microsoft MSRC).
The root cause is classified as CWE-708 (Incorrect Ownership Assignment). When a table owner executes ALTER TABLE ALTER TYPE, PostgreSQL incorrectly reassigns ownership of dependent extended statistics objects to the current user rather than preserving the original owner. This authorization bypass allows the table owner to subsequently invoke DROP STATISTICS or ALTER STATISTICS on those objects without legitimate ownership rights, while simultaneously blocking the rightful owner from performing those same operations. The attack vector is network-accessible but requires high privileges (table ownership), and the technical impact is limited — DROP TABLE can still remove statistics objects regardless, reducing the practical impact in many configurations (PostgreSQL Advisory).
Exploitation allows a PostgreSQL table owner to drop or alter extended statistics objects they do not own, potentially disrupting query planner behavior by removing or modifying statistics that the database relies on for optimal execution plans. There is no confidentiality impact, and integrity and availability impacts are both rated Low. The vulnerability does not enable privilege escalation, remote code execution, or data exfiltration, and its practical effect is further constrained because DROP TABLE already allows removal of associated statistics objects in many ownership arrangements (PostgreSQL Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the publication date (PostgreSQL Advisory). The EPSS score is approximately 0.00318, indicating a very low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires an authenticated database user with table ownership privileges, making opportunistic or unauthenticated attacks infeasible.
ALTER TABLE <table_name> ALTER COLUMN <column_name> TYPE <new_type>; on the target table. This causes PostgreSQL to incorrectly reassign ownership of dependent statistics objects to the current user.DROP STATISTICS <stats_object_name>; or ALTER STATISTICS <stats_object_name> ...; on the statistics object that was previously owned by another user.postgresql.log) showing ALTER TABLE ... ALTER COLUMN ... TYPE commands executed by table owners, followed by DROP STATISTICS or ALTER STATISTICS commands on objects not originally owned by that user.pg_stat_activity or audit logs for sequences of ALTER TABLE ALTER TYPE immediately followed by DROP STATISTICS/ALTER STATISTICS from the same session or user.pg_statistic_ext ownership fields — check pg_statistic_ext.stxowner for statistics objects whose owner has changed to a table owner unexpectedly.pg_statistic_ext that were not intentionally dropped by their legitimate owner.Upgrade PostgreSQL to a patched version: 14.24 or later, 15.19 or later, 16.15 or later, 17.11 or later, or 18.5 or later. No configuration-based workaround is available; patching is the only remediation. Administrators should also review recent ALTER TABLE ALTER TYPE operations to identify any unauthorized modifications to statistics objects, and consider auditing pg_statistic_ext ownership for anomalies (PostgreSQL Advisory, PostgreSQL Release News).
The PostgreSQL Global Development Group disclosed the vulnerability as part of a coordinated release of multiple version updates on August 13, 2026. Ubuntu issued security notice USN-8653-1, SUSE published SUSE-SU-2026:3793-1, and openSUSE issued corresponding advisories. Tenable released multiple Nessus detection plugins (335238, 335950, 341013, 341035) and a container security plugin. The vulnerability received routine coverage from Linux security aggregators and vendor patch trackers, with no notable controversy or significant social media discussion given its low severity rating (PostgreSQL Release News, Ubuntu Advisory, SUSE Advisory).
Fix availability across major Linux distributions and their releases.
bookworm
postgresql-15: 15.19-0+deb12u1
sid
postgresql-18: 18.6-1
trixie
postgresql-17: 17.11-0+deb13u1
bionic (esm-infra)
postgresql-10
devel
postgresql-18: 18.6-3
focal (esm-infra)
postgresql-12
jammy
postgresql-14: 14.24-0ubuntu0.22.04.1
noble
postgresql-16: 16.15-0ubuntu0.24.04.1
resolute
postgresql-18: 18.6-0ubuntu0.26.04.1
trusty (esm-infra-legacy)
postgresql-9.3
xenial (esm-infra-legacy)
postgresql-9.5
RHEL 8
postgresql:12/postgresql.src
RHEL 9
postgresql.src
RHEL 10
postgresql16.src
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."