CVE-2025-8713

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-8713
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-8713.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-8713
Aliases
Downstream
Related
Published
2025-08-14T13:15:37Z
Modified
2025-09-06T13:01:50Z
Summary
[none]
Details

PostgreSQL optimizer statistics allow a user to read sampled data within a view that the user cannot access. Separately, statistics allow a user to read sampled data that a row security policy intended to hide. PostgreSQL maintains statistics for tables by sampling data available in columns; this data is consulted during the query planning process. Prior to this release, a user could craft a leaky operator that bypassed view access control lists (ACLs) and bypassed row security policies in partitioning or table inheritance hierarchies. Reachable statistics data notably included histograms and most-common-values lists. CVE-2017-7484 and CVE-2019-10130 intended to close this class of vulnerability, but this gap remained. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.

References

Affected packages