
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 improperly reassigns ownership of dependent statistics objects to the current (table owner) user. This wrongly grants the table owner the ability to execute DROP STATISTICS and ALTER STATISTICS on statistics objects they do not legitimately own, while simultaneously denying those operations to the prior, legitimate statistics object owner. Affected versions span 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. The vulnerability was published on August 13, 2026, with patches released alongside the announcement. It carries a CVSS v3.1 base score of 3.8 (Low) (PostgreSQL Advisory).
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 any dependent extended statistics objects to the executing user rather than preserving the original owner. This is a logic flaw in the ownership propagation logic within the DDL command handler. Exploitation requires an authenticated database user with table ownership privileges (high privilege level) and network access to the PostgreSQL instance. No public proof-of-concept code has been identified (PostgreSQL Advisory).
A table owner can exploit this flaw to execute DROP STATISTICS or ALTER STATISTICS on statistics objects they do not legitimately own, bypassing PostgreSQL's normal ownership-based access controls. The impact is limited in scope: confidentiality is unaffected, while integrity and availability are only marginally impacted (e.g., dropping or altering query planner statistics could degrade query performance or alter planner behavior). Notably, DROP TABLE already allows removal of statistics objects, so in many common ownership arrangements the practical impact of this exploit is negligible (PostgreSQL Advisory).
There is no evidence of active in-the-wild exploitation or a public proof-of-concept for CVE-2026-6469. The NVD SSVC assessment confirms exploitation status as "none" and technical impact as "partial." The EPSS score is approximately 0.318%, indicating a low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires high privileges (table ownership), further limiting the realistic attack surface (PostgreSQL Advisory).
pg_statistic_ext to identify extended statistics objects owned by a different user that are associated with the attacker-owned table.ALTER TABLE <table_name> ALTER COLUMN <col> TYPE <new_type> (or equivalent type-altering DDL) on the owned table. This causes PostgreSQL to incorrectly reassign ownership of dependent statistics objects to the current user.DROP STATISTICS <stats_name> or ALTER STATISTICS <stats_name> on the now-owned statistics object, actions that would otherwise be denied.postgresql.log) showing ALTER TABLE ... ALTER COLUMN ... TYPE commands executed by table owners, followed shortly by DROP STATISTICS or ALTER STATISTICS commands on objects not previously owned by that user.pg_statistic_ext showing unexpected ownership changes — compare stxowner values before and after ALTER TABLE ALTER TYPE operations.DROP STATISTICS or ALTER STATISTICS audit events from users who were not the original creators/owners of those statistics objects.PostgreSQL has released patched versions addressing this vulnerability: 14.24, 15.19, 16.15, 17.11, and 18.5. Administrators should upgrade to the appropriate patched release for their branch as the primary remediation. As an interim measure, review recent ALTER TABLE ALTER TYPE operations performed by table owners to identify any unauthorized modifications to statistics objects, and consider restricting table ownership permissions in sensitive environments. No configuration-based workaround is available that fully mitigates the flaw without upgrading (PostgreSQL Advisory, PostgreSQL Release News).
The vulnerability was covered by standard security aggregators and Linux distribution security teams, including Ubuntu (USN-8653-1), Debian, FreeBSD, and Alpine Linux, all issuing updated packages. Tenable published Nessus detection plugins (IDs 335238, 335950, 335430) for the vulnerability. No notable independent researcher commentary or significant social media discussion has been identified, consistent with the low severity rating (Ubuntu Advisory, Tenable Nessus).
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."