fkie_cve-2025-8713
Vulnerability from fkie_nvd
Published
2025-08-14 13:15
Modified
2025-08-15 13:13
Severity ?
Summary
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
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "descriptions": [ { "lang": "en", "value": "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." }, { "lang": "es", "value": "Las estad\u00edsticas del optimizador de PostgreSQL permiten al usuario leer datos muestreados dentro de una vista a la que no puede acceder. Por otro lado, las estad\u00edsticas permiten al usuario leer datos muestreados que una pol\u00edtica de seguridad de filas pretend\u00eda ocultar. PostgreSQL mantiene las estad\u00edsticas de las tablas mediante el muestreo de los datos disponibles en las columnas; estos datos se consultan durante el proceso de planificaci\u00f3n de consultas. Antes de esta versi\u00f3n, un usuario pod\u00eda manipular un operador con fugas que omit\u00eda las listas de control de acceso (ACL) de las vistas y las pol\u00edticas de seguridad de filas en las jerarqu\u00edas de particionamiento o herencia de tablas. Los datos estad\u00edsticos accesibles inclu\u00edan, en particular, histogramas y listas de valores m\u00e1s comunes. Las vulnerabilidades CVE-2017-7484 y CVE-2019-10130 pretend\u00edan subsanar esta clase de vulnerabilidad, pero esta brecha persist\u00eda. Las versiones anteriores a PostgreSQL 17.6, 16.10, 15.14, 14.19 y 13.22 est\u00e1n afectadas." } ], "id": "CVE-2025-8713", "lastModified": "2025-08-15T13:13:07.817", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 3.1, "baseSeverity": "LOW", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 1.6, "impactScore": 1.4, "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "type": "Secondary" } ] }, "published": "2025-08-14T13:15:37.543", "references": [ { "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "url": "https://www.postgresql.org/support/security/CVE-2025-8713/" } ], "sourceIdentifier": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-1230" } ], "source": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007", "type": "Secondary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…