CVE-2026-6469
PostgreSQL vulnerability analysis and mitigation

Overview

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).

Technical details

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).

Impact

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).

Exploitability

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.

Exploitation steps

  1. Authenticate: Connect to a vulnerable PostgreSQL instance (versions before 14.24, 15.19, 16.15, 17.11, or 18.5) as a user who owns a table but does not own a statistics object created by another user on that table.
  2. Trigger ownership reassignment: Execute 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.
  3. Abuse improper ownership: With the incorrectly assigned ownership, execute DROP STATISTICS <stats_object_name>; or ALTER STATISTICS <stats_object_name> ...; on the statistics object that was previously owned by another user.
  4. Effect: The statistics object is dropped or modified, potentially degrading query planner performance for queries relying on those statistics (PostgreSQL Advisory).

Indicators of compromise

  • Logs: PostgreSQL server logs (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.
  • Database Audit: Query 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.
  • Catalog Changes: Unexpected changes in pg_statistic_ext ownership fields — check pg_statistic_ext.stxowner for statistics objects whose owner has changed to a table owner unexpectedly.
  • Missing Statistics: Absence of previously existing extended statistics objects in pg_statistic_ext that were not intentionally dropped by their legitimate owner.

Mitigation and workarounds

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).

Community reactions

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).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Fixed

bookworm

postgresql-15: 15.19-0+deb12u1

Fixed

sid

postgresql-18: 18.6-1

Fixed

trixie

postgresql-17: 17.11-0+deb13u1

Fixed

Ubuntu

Fixed

bionic (esm-infra)

postgresql-10

Unknown

devel

postgresql-18: 18.6-3

Affected

focal (esm-infra)

postgresql-12

Unknown

jammy

postgresql-14: 14.24-0ubuntu0.22.04.1

Fixed

noble

postgresql-16: 16.15-0ubuntu0.24.04.1

Fixed

resolute

postgresql-18: 18.6-0ubuntu0.26.04.1

Fixed

trusty (esm-infra-legacy)

postgresql-9.3

Deferred

xenial (esm-infra-legacy)

postgresql-9.5

Unknown

RHEL / CentOS

Affected

RHEL 8

postgresql:12/postgresql.src

Affected

RHEL 9

postgresql.src

Affected

RHEL 10

postgresql16.src

Affected

Alpine

Fixed

edge

postgresql16: 16.15-r0

Fixed

v3.21

postgresql15: 15.19-r0

Fixed

v3.22

postgresql15: 15.19-r0

Fixed

v3.23

postgresql16: 16.15-r0

Fixed

SourceThis report was generated using AI

Related PostgreSQL vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-6464HIGH8.1
  • PostgreSQL logoPostgreSQL
  • postgresql16-upgrade-debuginfo
NoYesAug 13, 2026
CVE-2026-73515HIGH7.2
  • PostgreSQL logoPostgreSQL
  • postgresql:16::postgis
NoYesAug 13, 2026
CVE-2026-6471HIGH7.2
  • PostgreSQL logoPostgreSQL
  • postgresql18-server-devel-debuginfo
NoYesAug 13, 2026
CVE-2026-6470MEDIUM4.3
  • PostgreSQL logoPostgreSQL
  • postgresql17-pltcl-debuginfo
NoYesAug 13, 2026
CVE-2026-6469LOW3.8
  • PostgreSQL logoPostgreSQL
  • postgresql15-static
NoYesAug 13, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management