Vulnerability from bitnami_vulndb
Published
2025-11-21 08:47
Modified
2025-11-21 09:06
Summary
PostgreSQL CREATE STATISTICS does not check for schema CREATE privilege
Details
Missing authorization in PostgreSQL CREATE STATISTICS command allows a table owner to achieve denial of service against other CREATE STATISTICS users by creating in any schema. A later CREATE STATISTICS for the same name, from a user having the CREATE privilege, would then fail. Versions before PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 are affected.
{
"affected": [
{
"package": {
"ecosystem": "Bitnami",
"name": "postgresql",
"purl": "pkg:bitnami/postgresql"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "13.23.0"
},
{
"introduced": "14.0.0"
},
{
"fixed": "14.20.0"
},
{
"introduced": "15.0.0"
},
{
"fixed": "15.15.0"
},
{
"introduced": "16.0.0"
},
{
"fixed": "16.11.0"
},
{
"introduced": "17.0.0"
},
{
"fixed": "17.7.0"
},
{
"introduced": "18.0.0"
},
{
"fixed": "18.1.0"
}
],
"type": "SEMVER"
}
],
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L",
"type": "CVSS_V3"
}
]
}
],
"aliases": [
"CVE-2025-12817"
],
"database_specific": {
"cpes": [
"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*"
],
"severity": "Low"
},
"details": "Missing authorization in PostgreSQL CREATE STATISTICS command allows a table owner to achieve denial of service against other CREATE STATISTICS users by creating in any schema. A later CREATE STATISTICS for the same name, from a user having the CREATE privilege, would then fail. Versions before PostgreSQL 18.1, 17.7, 16.11, 15.15, 14.20, and 13.23 are affected.",
"id": "BIT-postgresql-2025-12817",
"modified": "2025-11-21T09:06:15.683Z",
"published": "2025-11-21T08:47:36.690Z",
"references": [
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12817"
},
{
"type": "WEB",
"url": "https://www.postgresql.org/support/security/CVE-2025-12817/"
}
],
"schema_version": "1.6.2",
"summary": "PostgreSQL CREATE STATISTICS does not check for schema CREATE privilege"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…