Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-8713 (GCVE-0-2025-8713)
Vulnerability from cvelistv5 – Published: 2025-08-14 13:00 – Updated: 2025-08-14 19:51
VLAI
EPSS
Title
PostgreSQL optimizer statistics can expose sampled data within a view, partition, or child table
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.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-1230 - Exposure of Sensitive Information Through Metadata
Assigner
References
1 reference
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| n/a | PostgreSQL |
Affected:
17 , < 17.6
(rpm)
Affected: 16 , < 16.10 (rpm) Affected: 15 , < 15.14 (rpm) Affected: 14 , < 14.19 (rpm) Affected: 0 , < 13.22 (rpm) |
Credits
The PostgreSQL project thanks Dean Rasheed for reporting this problem.
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2025-8713",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-08-14T19:50:52.127054Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-08-14T19:51:04.708Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "PostgreSQL",
"vendor": "n/a",
"versions": [
{
"lessThan": "17.6",
"status": "affected",
"version": "17",
"versionType": "rpm"
},
{
"lessThan": "16.10",
"status": "affected",
"version": "16",
"versionType": "rpm"
},
{
"lessThan": "15.14",
"status": "affected",
"version": "15",
"versionType": "rpm"
},
{
"lessThan": "14.19",
"status": "affected",
"version": "14",
"versionType": "rpm"
},
{
"lessThan": "13.22",
"status": "affected",
"version": "0",
"versionType": "rpm"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "The PostgreSQL project thanks Dean Rasheed for reporting this problem."
}
],
"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."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1230",
"description": "Exposure of Sensitive Information Through Metadata",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-08-14T13:00:05.807Z",
"orgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007",
"shortName": "PostgreSQL"
},
"references": [
{
"url": "https://www.postgresql.org/support/security/CVE-2025-8713/"
}
],
"title": "PostgreSQL optimizer statistics can expose sampled data within a view, partition, or child table"
}
},
"cveMetadata": {
"assignerOrgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007",
"assignerShortName": "PostgreSQL",
"cveId": "CVE-2025-8713",
"datePublished": "2025-08-14T13:00:05.807Z",
"dateReserved": "2025-08-07T16:39:46.270Z",
"dateUpdated": "2025-08-14T19:51:04.708Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-8713",
"date": "2026-06-06",
"epss": "0.00053",
"percentile": "0.16923"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-8713\",\"sourceIdentifier\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"published\":\"2025-08-14T13:15:37.543\",\"lastModified\":\"2025-08-15T13:13:07.817\",\"vulnStatus\":\"Awaiting Analysis\",\"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.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":3.1,\"baseSeverity\":\"LOW\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.6,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1230\"}]}],\"references\":[{\"url\":\"https://www.postgresql.org/support/security/CVE-2025-8713/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-8713\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-08-14T19:50:52.127054Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-08-14T19:51:00.684Z\"}}], \"cna\": {\"title\": \"PostgreSQL optimizer statistics can expose sampled data within a view, partition, or child table\", \"credits\": [{\"lang\": \"en\", \"value\": \"The PostgreSQL project thanks Dean Rasheed for reporting this problem.\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 3.1, \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N\"}}], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"PostgreSQL\", \"versions\": [{\"status\": \"affected\", \"version\": \"17\", \"lessThan\": \"17.6\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"16\", \"lessThan\": \"16.10\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.14\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.19\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"13.22\", \"versionType\": \"rpm\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2025-8713/\"}], \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1230\", \"description\": \"Exposure of Sensitive Information Through Metadata\"}]}], \"providerMetadata\": {\"orgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"shortName\": \"PostgreSQL\", \"dateUpdated\": \"2025-08-14T13:00:05.807Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-8713\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-08-14T19:51:04.708Z\", \"dateReserved\": \"2025-08-07T16:39:46.270Z\", \"assignerOrgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"datePublished\": \"2025-08-14T13:00:05.807Z\", \"assignerShortName\": \"PostgreSQL\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2025:03005-1
Vulnerability from csaf_suse - Published: 2025-09-11 10:21 - Updated: 2025-09-11 10:21Summary
Security update for postgresql16
Severity
Important
Notes
Title of the patch: Security update for postgresql16
Description of the patch: This update for postgresql16 fixes the following issues:
Upgraded to 16.10:
* CVE-2025-8713: Fixed optimizer statistics exposing
sampled data within a view, partition, or child table
(bsc#1248120)
* CVE-2025-8714: Fixed untrusted data inclusion in pg_dump
allows superuser of origin server to execute arbitrary code
in psql client (bsc#1248122)
* CVE-2025-8715: Fixed improper neutralization of newlines
in pg_dump leading to arbitrary code execution in the psql
client and in the restore target server (bsc#1248119)
Patchnames: SUSE-2025-3005,SUSE-SLE-Module-Basesystem-15-SP6-2025-3005,SUSE-SLE-Module-Legacy-15-SP7-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP6-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP7-2025-3005,openSUSE-SLE-15.6-2025-3005
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
118 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
118 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
118 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql16 fixes the following issues:\n\nUpgraded to 16.10:\n * CVE-2025-8713: Fixed optimizer statistics exposing\n sampled data within a view, partition, or child table\n (bsc#1248120)\n * CVE-2025-8714: Fixed untrusted data inclusion in pg_dump \n allows superuser of origin server to execute arbitrary code\n in psql client (bsc#1248122)\n * CVE-2025-8715: Fixed improper neutralization of newlines \n in pg_dump leading to arbitrary code execution in the psql\n client and in the restore target server (bsc#1248119)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3005,SUSE-SLE-Module-Basesystem-15-SP6-2025-3005,SUSE-SLE-Module-Legacy-15-SP7-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP6-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP7-2025-3005,openSUSE-SLE-15.6-2025-3005",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03005-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03005-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503005-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03005-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041369.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql16",
"tracking": {
"current_release_date": "2025-09-11T10:21:41Z",
"generator": {
"date": "2025-09-11T10:21:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03005-1",
"initial_release_date": "2025-09-11T10:21:41Z",
"revision_history": [
{
"date": "2025-09-11T10:21:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-server-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-test-16.10-150600.16.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-server-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-test-16.10-150600.16.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"product": {
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"product_id": "postgresql16-docs-16.10-150600.16.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-server-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-test-16.10-150600.16.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-server-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-test-16.10-150600.16.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-server-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-test-16.10-150600.16.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch"
},
"product_reference": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch"
},
"product_reference": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T10:21:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T10:21:41Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T10:21:41Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03005-2
Vulnerability from csaf_suse - Published: 2025-09-11 10:21 - Updated: 2025-09-11 10:21Summary
Security update for postgresql16
Severity
Important
Notes
Title of the patch: Security update for postgresql16
Description of the patch: This update for postgresql16 fixes the following issues:
Upgraded to 16.10:
* CVE-2025-8713: Fixed optimizer statistics exposing
sampled data within a view, partition, or child table
(bsc#1248120)
* CVE-2025-8714: Fixed untrusted data inclusion in pg_dump
allows superuser of origin server to execute arbitrary code
in psql client (bsc#1248122)
* CVE-2025-8715: Fixed improper neutralization of newlines
in pg_dump leading to arbitrary code execution in the psql
client and in the restore target server (bsc#1248119)
Patchnames: SUSE-2025-3005,SUSE-SLE-Module-Basesystem-15-SP6-2025-3005,SUSE-SLE-Module-Legacy-15-SP7-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP6-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP7-2025-3005,openSUSE-SLE-15.6-2025-3005
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
118 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
118 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
118 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql16",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql16 fixes the following issues:\n\nUpgraded to 16.10:\n * CVE-2025-8713: Fixed optimizer statistics exposing\n sampled data within a view, partition, or child table\n (bsc#1248120)\n * CVE-2025-8714: Fixed untrusted data inclusion in pg_dump \n allows superuser of origin server to execute arbitrary code\n in psql client (bsc#1248122)\n * CVE-2025-8715: Fixed improper neutralization of newlines \n in pg_dump leading to arbitrary code execution in the psql\n client and in the restore target server (bsc#1248119)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3005,SUSE-SLE-Module-Basesystem-15-SP6-2025-3005,SUSE-SLE-Module-Legacy-15-SP7-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3005,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP6-2025-3005,SUSE-SLE-Module-Server-Applications-15-SP7-2025-3005,openSUSE-SLE-15.6-2025-3005",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03005-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03005-2",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503005-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03005-2",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041652.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql16",
"tracking": {
"current_release_date": "2025-09-11T10:21:41Z",
"generator": {
"date": "2025-09-11T10:21:41Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03005-2",
"initial_release_date": "2025-09-11T10:21:41Z",
"revision_history": [
{
"date": "2025-09-11T10:21:41Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-server-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"product_id": "postgresql16-test-16.10-150600.16.21.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-server-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.i586",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.i586",
"product_id": "postgresql16-test-16.10-150600.16.21.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"product": {
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"product_id": "postgresql16-docs-16.10-150600.16.21.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-server-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"product_id": "postgresql16-test-16.10-150600.16.21.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-server-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.s390x",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x",
"product_id": "postgresql16-test-16.10-150600.16.21.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-contrib-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-devel-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-plperl-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-plpython-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-server-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"product": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"product_id": "postgresql16-test-16.10-150600.16.21.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch"
},
"product_reference": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.10-150600.16.21.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch"
},
"product_reference": "postgresql16-docs-16.10-150600.16.21.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.10-150600.16.21.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
},
"product_reference": "postgresql16-test-16.10-150600.16.21.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T10:21:41Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T10:21:41Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql16-test-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-16.10-150600.16.21.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-contrib-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-docs-16.10-150600.16.21.1.noarch",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-llvmjit-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plperl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-plpython-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-pltcl-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-server-devel-16.10-150600.16.21.1.x86_64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.aarch64",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.ppc64le",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.s390x",
"openSUSE Leap 15.6:postgresql16-test-16.10-150600.16.21.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-11T10:21:41Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03018-1
Vulnerability from csaf_suse - Published: 2025-08-29 08:31 - Updated: 2025-08-29 08:31Summary
Security update for postgresql15
Severity
Important
Notes
Title of the patch: Security update for postgresql15
Description of the patch: This update for postgresql15 fixes the following issues:
Upgrade to 15.14:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3018,SUSE-SLE-Module-Legacy-15-SP6-2025-3018,SUSE-SLE-Module-Legacy-15-SP7-2025-3018,openSUSE-SLE-15.6-2025-3018
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
110 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
110 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
110 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql15",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql15 fixes the following issues:\n\nUpgrade to 15.14:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3018,SUSE-SLE-Module-Legacy-15-SP6-2025-3018,SUSE-SLE-Module-Legacy-15-SP7-2025-3018,openSUSE-SLE-15.6-2025-3018",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03018-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03018-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503018-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03018-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041421.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2025-08-29T08:31:14Z",
"generator": {
"date": "2025-08-29T08:31:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03018-1",
"initial_release_date": "2025-08-29T08:31:14Z",
"revision_history": [
{
"date": "2025-08-29T08:31:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-server-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-test-15.14-150600.16.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-server-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-test-15.14-150600.16.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.14-150600.16.20.1.noarch",
"product": {
"name": "postgresql15-docs-15.14-150600.16.20.1.noarch",
"product_id": "postgresql15-docs-15.14-150600.16.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-server-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-test-15.14-150600.16.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-server-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-test-15.14-150600.16.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-server-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-test-15.14-150600.16.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150600.16.20.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150600.16.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150600.16.20.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150600.16.20.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-test-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-test-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-test-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-test-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:31:14Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:31:14Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.14-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.14-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:31:14Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03018-2
Vulnerability from csaf_suse - Published: 2025-09-03 14:29 - Updated: 2025-09-03 14:29Summary
Security update for postgresql15
Severity
Important
Notes
Title of the patch: Security update for postgresql15
Description of the patch: This update for postgresql15 fixes the following issues:
Upgrade to 15.14:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3018,SUSE-SLE-Module-Legacy-15-SP7-2025-3018
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
32 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql15",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql15 fixes the following issues:\n\nUpgrade to 15.14:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3018,SUSE-SLE-Module-Legacy-15-SP7-2025-3018",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03018-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03018-2",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503018-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03018-2",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-September/041500.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2025-09-03T14:29:44Z",
"generator": {
"date": "2025-09-03T14:29:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03018-2",
"initial_release_date": "2025-09-03T14:29:44Z",
"revision_history": [
{
"date": "2025-09-03T14:29:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-server-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.aarch64",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.aarch64",
"product_id": "postgresql15-test-15.14-150600.16.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-server-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.i586",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.i586",
"product_id": "postgresql15-test-15.14-150600.16.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.14-150600.16.20.1.noarch",
"product": {
"name": "postgresql15-docs-15.14-150600.16.20.1.noarch",
"product_id": "postgresql15-docs-15.14-150600.16.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-server-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.ppc64le",
"product_id": "postgresql15-test-15.14-150600.16.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-server-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.s390x",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.s390x",
"product_id": "postgresql15-test-15.14-150600.16.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-contrib-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-devel-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-llvmjit-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-plperl-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-plpython-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-server-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150600.16.20.1.x86_64",
"product": {
"name": "postgresql15-test-15.14-150600.16.20.1.x86_64",
"product_id": "postgresql15-test-15.14-150600.16.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-03T14:29:44Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-03T14:29:44Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-contrib-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-devel-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plperl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-plpython-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-pltcl-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-15.14-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql15-server-devel-15.14-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-09-03T14:29:44Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03019-1
Vulnerability from csaf_suse - Published: 2025-08-29 08:31 - Updated: 2025-08-29 08:31Summary
Security update for postgresql14
Severity
Important
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
Upgrade to 14.19:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3019,SUSE-SLE-Module-Legacy-15-SP6-2025-3019,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3019,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3019,openSUSE-SLE-15.6-2025-3019
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql14 fixes the following issues:\n \nUpgrade to 14.19:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3019,SUSE-SLE-Module-Legacy-15-SP6-2025-3019,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2025-3019,SUSE-SLE-Module-Packagehub-Subpackages-15-SP7-2025-3019,openSUSE-SLE-15.6-2025-3019",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03019-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03019-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503019-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03019-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041420.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2025-08-29T08:31:52Z",
"generator": {
"date": "2025-08-29T08:31:52Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03019-1",
"initial_release_date": "2025-08-29T08:31:52Z",
"revision_history": [
{
"date": "2025-08-29T08:31:52Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-server-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-test-14.19-150600.16.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-server-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-test-14.19-150600.16.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"product": {
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"product_id": "postgresql14-docs-14.19-150600.16.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-server-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-test-14.19-150600.16.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-server-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-test-14.19-150600.16.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-server-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-test-14.19-150600.16.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp7"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:31:52Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:31:52Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.19-150600.16.20.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:31:52Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03019-2
Vulnerability from csaf_suse - Published: 2025-10-13 14:33 - Updated: 2025-10-13 14:33Summary
Security update for postgresql14
Severity
Important
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
Upgrade to 14.19:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3019,SUSE-SLE-Module-Legacy-15-SP7-2025-3019
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
36 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql14 fixes the following issues:\n \nUpgrade to 14.19:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3019,SUSE-SLE-Module-Legacy-15-SP7-2025-3019",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03019-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03019-2",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503019-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03019-2",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042113.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2025-10-13T14:33:39Z",
"generator": {
"date": "2025-10-13T14:33:39Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03019-2",
"initial_release_date": "2025-10-13T14:33:39Z",
"revision_history": [
{
"date": "2025-10-13T14:33:39Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-server-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.aarch64",
"product_id": "postgresql14-test-14.19-150600.16.20.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-server-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.i586",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.i586",
"product_id": "postgresql14-test-14.19-150600.16.20.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"product": {
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"product_id": "postgresql14-docs-14.19-150600.16.20.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-server-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"product_id": "postgresql14-test-14.19-150600.16.20.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-server-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.s390x",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.s390x",
"product_id": "postgresql14-test-14.19-150600.16.20.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-contrib-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-devel-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-llvmjit-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-plperl-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-plpython-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-server-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"product": {
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"product_id": "postgresql14-test-14.19-150600.16.20.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150600.16.20.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150600.16.20.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150600.16.20.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150600.16.20.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-13T14:33:39Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-13T14:33:39Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-contrib-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-docs-14.19-150600.16.20.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plperl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-plpython-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-pltcl-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-server-devel-14.19-150600.16.20.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP7:postgresql14-test-14.19-150600.16.20.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-13T14:33:39Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03020-1
Vulnerability from csaf_suse - Published: 2025-08-29 08:32 - Updated: 2025-08-29 08:32Summary
Security update for postgresql14
Severity
Important
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
Upgrade to 14.19:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3020,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3020,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3020
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
41 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
41 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
41 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql14 fixes the following issues:\n\nUpgrade to 14.19:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3020,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3020,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3020",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03020-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03020-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503020-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03020-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041419.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2025-08-29T08:32:23Z",
"generator": {
"date": "2025-08-29T08:32:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03020-1",
"initial_release_date": "2025-08-29T08:32:23Z",
"revision_history": [
{
"date": "2025-08-29T08:32:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-14.19-3.60.1.aarch64",
"product_id": "postgresql14-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.19-3.60.1.aarch64",
"product_id": "postgresql14-contrib-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-devel-14.19-3.60.1.aarch64",
"product_id": "postgresql14-devel-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.19-3.60.1.aarch64",
"product_id": "postgresql14-plperl-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.19-3.60.1.aarch64",
"product_id": "postgresql14-plpython-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.19-3.60.1.aarch64",
"product_id": "postgresql14-pltcl-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-server-14.19-3.60.1.aarch64",
"product_id": "postgresql14-server-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.19-3.60.1.aarch64",
"product_id": "postgresql14-server-devel-14.19-3.60.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-3.60.1.aarch64",
"product": {
"name": "postgresql14-test-14.19-3.60.1.aarch64",
"product_id": "postgresql14-test-14.19-3.60.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-14.19-3.60.1.i586",
"product_id": "postgresql14-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-contrib-14.19-3.60.1.i586",
"product_id": "postgresql14-contrib-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-devel-14.19-3.60.1.i586",
"product_id": "postgresql14-devel-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-plperl-14.19-3.60.1.i586",
"product_id": "postgresql14-plperl-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-plpython-14.19-3.60.1.i586",
"product_id": "postgresql14-plpython-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-pltcl-14.19-3.60.1.i586",
"product_id": "postgresql14-pltcl-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-server-14.19-3.60.1.i586",
"product_id": "postgresql14-server-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-server-devel-14.19-3.60.1.i586",
"product_id": "postgresql14-server-devel-14.19-3.60.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-3.60.1.i586",
"product": {
"name": "postgresql14-test-14.19-3.60.1.i586",
"product_id": "postgresql14-test-14.19-3.60.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.19-3.60.1.noarch",
"product": {
"name": "postgresql14-docs-14.19-3.60.1.noarch",
"product_id": "postgresql14-docs-14.19-3.60.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-contrib-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-devel-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-plperl-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-plpython-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-pltcl-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-server-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-server-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-server-devel-14.19-3.60.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-3.60.1.ppc64le",
"product": {
"name": "postgresql14-test-14.19-3.60.1.ppc64le",
"product_id": "postgresql14-test-14.19-3.60.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-14.19-3.60.1.s390",
"product_id": "postgresql14-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-contrib-14.19-3.60.1.s390",
"product_id": "postgresql14-contrib-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-devel-14.19-3.60.1.s390",
"product_id": "postgresql14-devel-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.s390",
"product_id": "postgresql14-llvmjit-devel-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-plperl-14.19-3.60.1.s390",
"product_id": "postgresql14-plperl-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-plpython-14.19-3.60.1.s390",
"product_id": "postgresql14-plpython-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-pltcl-14.19-3.60.1.s390",
"product_id": "postgresql14-pltcl-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-server-14.19-3.60.1.s390",
"product_id": "postgresql14-server-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-server-devel-14.19-3.60.1.s390",
"product_id": "postgresql14-server-devel-14.19-3.60.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-3.60.1.s390",
"product": {
"name": "postgresql14-test-14.19-3.60.1.s390",
"product_id": "postgresql14-test-14.19-3.60.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-14.19-3.60.1.s390x",
"product_id": "postgresql14-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-contrib-14.19-3.60.1.s390x",
"product_id": "postgresql14-contrib-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-devel-14.19-3.60.1.s390x",
"product_id": "postgresql14-devel-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-plperl-14.19-3.60.1.s390x",
"product_id": "postgresql14-plperl-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-plpython-14.19-3.60.1.s390x",
"product_id": "postgresql14-plpython-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.19-3.60.1.s390x",
"product_id": "postgresql14-pltcl-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-server-14.19-3.60.1.s390x",
"product_id": "postgresql14-server-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.19-3.60.1.s390x",
"product_id": "postgresql14-server-devel-14.19-3.60.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-3.60.1.s390x",
"product": {
"name": "postgresql14-test-14.19-3.60.1.s390x",
"product_id": "postgresql14-test-14.19-3.60.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-14.19-3.60.1.x86_64",
"product_id": "postgresql14-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.19-3.60.1.x86_64",
"product_id": "postgresql14-contrib-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-devel-14.19-3.60.1.x86_64",
"product_id": "postgresql14-devel-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-3.60.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.19-3.60.1.x86_64",
"product_id": "postgresql14-plperl-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.19-3.60.1.x86_64",
"product_id": "postgresql14-plpython-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.19-3.60.1.x86_64",
"product_id": "postgresql14-pltcl-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-server-14.19-3.60.1.x86_64",
"product_id": "postgresql14-server-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.19-3.60.1.x86_64",
"product_id": "postgresql14-server-devel-14.19-3.60.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-3.60.1.x86_64",
"product": {
"name": "postgresql14-test-14.19-3.60.1.x86_64",
"product_id": "postgresql14-test-14.19-3.60.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-3.60.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-3.60.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-3.60.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-3.60.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-server-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-3.60.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-3.60.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-3.60.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-3.60.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-3.60.1.noarch as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-3.60.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-3.60.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-3.60.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:32:23Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:32:23Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql14-server-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-contrib-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-devel-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-docs-14.19-3.60.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plperl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-plpython-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-pltcl-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-14.19-3.60.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql14-server-devel-14.19-3.60.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T08:32:23Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03030-1
Vulnerability from csaf_suse - Published: 2025-08-29 15:12 - Updated: 2025-08-29 15:12Summary
Security update for postgresql15
Severity
Important
Notes
Title of the patch: Security update for postgresql15
Description of the patch: This update for postgresql15 fixes the following issues:
Upgrade to 15.14:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3030,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2025-3030,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2025-3030,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3030,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3030,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3030,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3030,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3030,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3030,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3030,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3030,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3030,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3030,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3030,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3030,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3030,SUSE-Storage-7.1-2025-3030
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
307 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
307 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
307 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql15",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql15 fixes the following issues:\n\nUpgrade to 15.14:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3030,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2025-3030,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2025-3030,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3030,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3030,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3030,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3030,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3030,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3030,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3030,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3030,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3030,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3030,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3030,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3030,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3030,SUSE-Storage-7.1-2025-3030",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03030-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03030-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503030-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03030-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041427.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2025-08-29T15:12:06Z",
"generator": {
"date": "2025-08-29T15:12:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03030-1",
"initial_release_date": "2025-08-29T15:12:06Z",
"revision_history": [
{
"date": "2025-08-29T15:12:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-contrib-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-devel-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-plperl-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-plpython-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-server-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150200.5.44.1.aarch64",
"product": {
"name": "postgresql15-test-15.14-150200.5.44.1.aarch64",
"product_id": "postgresql15-test-15.14-150200.5.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-contrib-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-devel-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-devel-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-llvmjit-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-plperl-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-plpython-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-pltcl-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-server-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-server-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-server-devel-15.14-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150200.5.44.1.i586",
"product": {
"name": "postgresql15-test-15.14-150200.5.44.1.i586",
"product_id": "postgresql15-test-15.14-150200.5.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"product": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"product_id": "postgresql15-docs-15.14-150200.5.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-devel-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-server-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql15-test-15.14-150200.5.44.1.ppc64le",
"product_id": "postgresql15-test-15.14-150200.5.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-contrib-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-devel-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-devel-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-plperl-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-plpython-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-pltcl-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-server-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-server-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-server-devel-15.14-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150200.5.44.1.s390x",
"product": {
"name": "postgresql15-test-15.14-150200.5.44.1.s390x",
"product_id": "postgresql15-test-15.14-150200.5.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-contrib-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-devel-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-plperl-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-plpython-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-server-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-150200.5.44.1.x86_64",
"product": {
"name": "postgresql15-test-15.14-150200.5.44.1.x86_64",
"product_id": "postgresql15-test-15.14-150200.5.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-test-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-150200.5.44.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:12:06Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:12:06Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-llvmjit-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql15-test-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-contrib-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-devel-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-docs-15.14-150200.5.44.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plperl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-plpython-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-pltcl-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-15.14-150200.5.44.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql15-server-devel-15.14-150200.5.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:12:06Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
SUSE-SU-2025:03031-1
Vulnerability from csaf_suse - Published: 2025-08-29 15:13 - Updated: 2025-08-29 15:13Summary
Security update for postgresql14
Severity
Important
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
Upgrade to 14.19:
- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).
- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql
client (bsc#1248122).
- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and
in restore target server (bsc#1248119).
Patchnames: SUSE-2025-3031,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2025-3031,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2025-3031,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2025-3031,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3031,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3031,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3031,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3031,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3031,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3031,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3031,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3031,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3031,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3031,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3031,SUSE-Storage-7.1-2025-3031
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
4.3 (Medium)
Affected products
Recommended
289 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
289 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
289 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql14 fixes the following issues:\n\nUpgrade to 14.19:\n\n- CVE-2025-8713: optimizer statistics can expose sampled data within a view, partition, or child table (bsc#1248120).\n- CVE-2025-8714: untrusted data inclusion in `pg_dump` lets superuser of origin server execute arbitrary code in psql\n client (bsc#1248122).\n- CVE-2025-8715: improper neutralization of newlines in `pg_dump` allows execution of arbitrary code in psql client and\n in restore target server (bsc#1248119).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3031,SUSE-SLE-Module-Packagehub-Subpackages-15-SP3-2025-3031,SUSE-SLE-Module-Packagehub-Subpackages-15-SP4-2025-3031,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2025-3031,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-3031,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3031,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3031,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-3031,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3031,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3031,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-3031,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3031,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3031,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3031,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3031,SUSE-Storage-7.1-2025-3031",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_03031-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03031-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503031-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03031-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041426.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248119",
"url": "https://bugzilla.suse.com/1248119"
},
{
"category": "self",
"summary": "SUSE Bug 1248120",
"url": "https://bugzilla.suse.com/1248120"
},
{
"category": "self",
"summary": "SUSE Bug 1248122",
"url": "https://bugzilla.suse.com/1248122"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8714 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8714/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-8715 page",
"url": "https://www.suse.com/security/cve/CVE-2025-8715/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2025-08-29T15:13:48Z",
"generator": {
"date": "2025-08-29T15:13:48Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03031-1",
"initial_release_date": "2025-08-29T15:13:48Z",
"revision_history": [
{
"date": "2025-08-29T15:13:48Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-contrib-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-devel-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-plperl-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-plpython-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-server-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150200.5.61.1.aarch64",
"product": {
"name": "postgresql14-test-14.19-150200.5.61.1.aarch64",
"product_id": "postgresql14-test-14.19-150200.5.61.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-contrib-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-devel-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-devel-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-llvmjit-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-plperl-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-plpython-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-pltcl-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-server-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-server-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-server-devel-14.19-150200.5.61.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150200.5.61.1.i586",
"product": {
"name": "postgresql14-test-14.19-150200.5.61.1.i586",
"product_id": "postgresql14-test-14.19-150200.5.61.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"product": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"product_id": "postgresql14-docs-14.19-150200.5.61.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-devel-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-server-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150200.5.61.1.ppc64le",
"product": {
"name": "postgresql14-test-14.19-150200.5.61.1.ppc64le",
"product_id": "postgresql14-test-14.19-150200.5.61.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-contrib-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-devel-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-devel-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-plperl-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-plpython-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-pltcl-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-server-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-server-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-server-devel-14.19-150200.5.61.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150200.5.61.1.s390x",
"product": {
"name": "postgresql14-test-14.19-150200.5.61.1.s390x",
"product_id": "postgresql14-test-14.19-150200.5.61.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-contrib-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-devel-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-plperl-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-plpython-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-server-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.19-150200.5.61.1.x86_64",
"product": {
"name": "postgresql14-test-14.19-150200.5.61.1.x86_64",
"product_id": "postgresql14-test-14.19-150200.5.61.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:packagehub:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP3",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Module for Package Hub 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-test-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.s390x as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.19-150200.5.61.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch"
},
"product_reference": "postgresql14-docs-14.19-150200.5.61.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8713"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8713",
"url": "https://www.suse.com/security/cve/CVE-2025-8713"
},
{
"category": "external",
"summary": "SUSE Bug 1248120 for CVE-2025-8713",
"url": "https://bugzilla.suse.com/1248120"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:13:48Z",
"details": "moderate"
}
],
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8714"
}
],
"notes": [
{
"category": "general",
"text": "Untrusted data inclusion in pg_dump in PostgreSQL allows a malicious superuser of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands. pg_dumpall is also affected. pg_restore is affected when used to generate a plain-format dump. This is similar to MySQL CVE-2024-21096. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8714",
"url": "https://www.suse.com/security/cve/CVE-2025-8714"
},
{
"category": "external",
"summary": "SUSE Bug 1248122 for CVE-2025-8714",
"url": "https://bugzilla.suse.com/1248122"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:13:48Z",
"details": "important"
}
],
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-8715"
}
],
"notes": [
{
"category": "general",
"text": "Improper neutralization of newlines in pg_dump in PostgreSQL allows a user of the origin server to inject arbitrary code for restore-time execution as the client operating system account running psql to restore the dump, via psql meta-commands inside a purpose-crafted object name. The same attacks can achieve SQL injection as a superuser of the restore target server. pg_dumpall, pg_restore, and pg_upgrade are also affected. Versions before PostgreSQL 17.6, 16.10, 15.14, 14.19, and 13.22 are affected. Versions before 11.20 are unaffected. CVE-2012-0868 had fixed this class of problem, but version 11.20 reintroduced it.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-8715",
"url": "https://www.suse.com/security/cve/CVE-2025-8715"
},
{
"category": "external",
"summary": "SUSE Bug 1248119 for CVE-2025-8715",
"url": "https://bugzilla.suse.com/1248119"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP3:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP4:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-llvmjit-devel-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Proxy LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Proxy LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-contrib-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-devel-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-docs-14.19-150200.5.61.1.noarch",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plperl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-plpython-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-pltcl-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-14.19-150200.5.61.1.x86_64",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.ppc64le",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.s390x",
"SUSE Manager Server LTS 4.3:postgresql14-server-devel-14.19-150200.5.61.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-29T15:13:48Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
WID-SEC-W-2025-1842
Vulnerability from csaf_certbund - Published: 2025-08-14 22:00 - Updated: 2026-02-04 23:00Summary
PostgreSQL: Mehrere Schwachstellen
Severity
Hoch
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: PostgreSQL ist eine frei verfügbare Datenbank für unterschiedliche Betriebssysteme.
Angriff: Ein Angreifer kann mehrere Schwachstellen in PostgreSQL ausnutzen, um Informationen offenzulegen, und um beliebigen Programmcode auszuführen.
Betroffene Betriebssysteme: - Linux
- Sonstiges
- UNIX
- Windows
Affected products
Known affected
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source PostgreSQL <18 Beta 3
Open Source / PostgreSQL
|
<18 Beta 3 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source PostgreSQL <13.22
Open Source / PostgreSQL
|
<13.22 | ||
|
Splunk SOAR <7.1.0
Splunk / SOAR
|
<7.1.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source PostgreSQL <15.14
Open Source / PostgreSQL
|
<15.14 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source PostgreSQL <14.19
Open Source / PostgreSQL
|
<14.19 | ||
|
Open Source PostgreSQL <17.6
Open Source / PostgreSQL
|
<17.6 | ||
|
Open Source PostgreSQL <16.10
Open Source / PostgreSQL
|
<16.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source PostgreSQL <18 Beta 3
Open Source / PostgreSQL
|
<18 Beta 3 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source PostgreSQL <13.22
Open Source / PostgreSQL
|
<13.22 | ||
|
Splunk SOAR <7.1.0
Splunk / SOAR
|
<7.1.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source PostgreSQL <15.14
Open Source / PostgreSQL
|
<15.14 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source PostgreSQL <14.19
Open Source / PostgreSQL
|
<14.19 | ||
|
Open Source PostgreSQL <17.6
Open Source / PostgreSQL
|
<17.6 | ||
|
Open Source PostgreSQL <16.10
Open Source / PostgreSQL
|
<16.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
Affected products
Known affected
20 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Open Source PostgreSQL <18 Beta 3
Open Source / PostgreSQL
|
<18 Beta 3 | ||
|
Red Hat Enterprise Linux
Red Hat
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Open Source PostgreSQL <13.22
Open Source / PostgreSQL
|
<13.22 | ||
|
Splunk SOAR <7.1.0
Splunk / SOAR
|
<7.1.0 | ||
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
RESF Rocky Linux
RESF
|
cpe:/o:resf:rocky_linux:-
|
— | |
|
Dell Avamar
Dell
|
cpe:/a:dell:avamar:-
|
— | |
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Broadcom Brocade SANnav
Broadcom
|
cpe:/a:broadcom:brocade_sannav:-
|
— | |
|
Ubuntu Linux
Ubuntu
|
cpe:/o:canonical:ubuntu_linux:-
|
— | |
|
IBM QRadar SIEM
IBM
|
cpe:/a:ibm:qradar_siem:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Open Source PostgreSQL <15.14
Open Source / PostgreSQL
|
<15.14 | ||
|
Dell NetWorker Virtual Edition
Dell / NetWorker
|
cpe:/a:dell:networker:virtual_edition
|
Virtual Edition | |
|
Open Source PostgreSQL <14.19
Open Source / PostgreSQL
|
<14.19 | ||
|
Open Source PostgreSQL <17.6
Open Source / PostgreSQL
|
<17.6 | ||
|
Open Source PostgreSQL <16.10
Open Source / PostgreSQL
|
<16.10 | ||
|
Dell Secure Connect Gateway Appliance <5.32.00.18
Dell / Secure Connect Gateway
|
Appliance <5.32.00.18 |
References
77 references
{
"document": {
"aggregate_severity": {
"text": "hoch"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "PostgreSQL ist eine frei verf\u00fcgbare Datenbank f\u00fcr unterschiedliche Betriebssysteme.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein Angreifer kann mehrere Schwachstellen in PostgreSQL ausnutzen, um Informationen offenzulegen, und um beliebigen Programmcode auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- Sonstiges\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1842 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1842.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1842 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1842"
},
{
"category": "external",
"summary": "PostgreSQL 17.6, 16.10, 15.14, 14.19, 13.22, and 18 Beta 3 Release vom 2025-08-14",
"url": "https://www.postgresql.org/about/news/postgresql-176-1610-1514-1419-1322-and-18-beta-3-released-3118/"
},
{
"category": "external",
"summary": "PostgreSQL CVE-2025-8713 vom 2025-08-14",
"url": "https://www.postgresql.org/support/security/CVE-2025-8713/"
},
{
"category": "external",
"summary": "PostgreSQL CVE-2025-8714 vom 2025-08-14",
"url": "https://www.postgresql.org/support/security/CVE-2025-8714/"
},
{
"category": "external",
"summary": "PostgreSQL CVE-2025-8715 vom 2025-08-14",
"url": "https://www.postgresql.org/support/security/CVE-2025-8715/"
},
{
"category": "external",
"summary": "Debian Security Advisory DLA-4273 vom 2025-08-14",
"url": "https://lists.debian.org/debian-lts-announce/2025/08/msg00012.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15453-1 vom 2025-08-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/IY5Z7VXGGBWG3QGNNBFUJYBUX3TI7JFK/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15454-1 vom 2025-08-17",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/DFQFY67BVXRWCWWUPVB3QNQR7N73AO6J/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15452-1 vom 2025-08-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/QXTYUHIRP34TAJEDQHV2L42M3UA7IKEU/"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15451-1 vom 2025-08-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/O6GUASXT5LZ6ELLKCTA4Z34DT3T4HJK3/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02842-1 vom 2025-08-18",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022196.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02980-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022272.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02981-1 vom 2025-08-25",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022271.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02986-1 vom 2025-08-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022278.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02987-1 vom 2025-08-26",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022277.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03003-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022287.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02994-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022293.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03005-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022284.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03004-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022285.html"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15493-1 vom 2025-08-27",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/ZAT3HGA2COHZQLF2K7VPOO4PHSRHZAPQ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02995-1 vom 2025-08-27",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022292.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14826 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14826"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14827 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14827"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14862 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14862"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14899 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14899"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14878 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14878"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14870 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14870"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14827 vom 2025-08-29",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-August/018480.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14826 vom 2025-08-29",
"url": "https://oss.oracle.com/pipermail/el-errata/2025-August/018481.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:14869 vom 2025-08-28",
"url": "https://access.redhat.com/errata/RHSA-2025:14869"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14827 vom 2025-08-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-14827.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14826 vom 2025-08-28",
"url": "https://linux.oracle.com/errata/ELSA-2025-14826.html"
},
{
"category": "external",
"summary": "PoC auf GitHub vom 2025-08-31",
"url": "https://github.com/orderby99/CVE-2025-8714-POC"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03030-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022340.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03018-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022334.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03020-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022332.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14878 vom 2025-08-29",
"url": "https://linux.oracle.com/errata/ELSA-2025-14878.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03031-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022339.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-14899 vom 2025-08-29",
"url": "http://linux.oracle.com/errata/ELSA-2025-14899.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03019-1 vom 2025-08-29",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-August/022333.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15022 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15022"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15014 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15014"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15034 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15034"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15015 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15015"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15057 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15057"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15021 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15021"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15006 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15006"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15031 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15031"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15021 vom 2025-09-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-15021.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15022 vom 2025-09-03",
"url": "https://linux.oracle.com/errata/ELSA-2025-15022.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15062 vom 2025-09-02",
"url": "https://access.redhat.com/errata/RHSA-2025:15062"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15114 vom 2025-09-03",
"url": "https://access.redhat.com/errata/RHSA-2025:15114"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15115 vom 2025-09-03",
"url": "https://access.redhat.com/errata/RHSA-2025:15115"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-15115 vom 2025-09-04",
"url": "https://linux.oracle.com/errata/ELSA-2025-15115.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03018-2 vom 2025-09-03",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022385.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:15359 vom 2025-09-04",
"url": "https://access.redhat.com/errata/RHSA-2025:15359"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2POSTGRESQL14-2025-019 vom 2025-09-04",
"url": "https://alas.aws.amazon.com/AL2/ALAS2POSTGRESQL14-2025-019.html"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:15021 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:15021"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:15022 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:15022"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:14899 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:14899"
},
{
"category": "external",
"summary": "Ubuntu Security Notice USN-7741-1 vom 2025-09-08",
"url": "https://ubuntu.com/security/notices/USN-7741-1"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:14827 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:14827"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:14862 vom 2025-09-08",
"url": "https://errata.build.resf.org/RLSA-2025:14862"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03005-2 vom 2025-09-11",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-September/022494.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2025:16099 vom 2025-09-17",
"url": "https://access.redhat.com/errata/RHSA-2025:16099"
},
{
"category": "external",
"summary": "Rocky Linux Security Advisory RLSA-2025:14878 vom 2025-10-10",
"url": "https://errata.build.resf.org/RLSA-2025:14878"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:03019-2 vom 2025-10-13",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/022861.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS2-2025-3035 vom 2025-10-15",
"url": "https://alas.aws.amazon.com/AL2/ALAS2-2025-3035.html"
},
{
"category": "external",
"summary": "IBM Security Bulletin 7249276 vom 2025-10-27",
"url": "https://www.ibm.com/support/pages/node/7249276"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-404 vom 2025-10-31",
"url": "https://www.dell.com/support/kbdoc/000385435"
},
{
"category": "external",
"summary": "Dell Security Advisory DSA-2025-390 vom 2025-11-05",
"url": "https://www.dell.com/support/kbdoc/000385230"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-16099 vom 2025-11-20",
"url": "https://linux.oracle.com/errata/ELSA-2025-16099.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2025-28019 vom 2025-12-01",
"url": "https://linux.oracle.com/errata/ELSA-2025-28019.html"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20251205-0004 vom 2025-12-05",
"url": "https://security.netapp.com/advisory/NTAP-20251205-0004"
},
{
"category": "external",
"summary": "NetApp Security Advisory NTAP-20251205-0005 vom 2025-12-05",
"url": "https://security.netapp.com/advisory/NTAP-20251205-0005"
},
{
"category": "external",
"summary": "Splunk Security Advisory SVD-2026-0201 vom 2026-02-04",
"url": "https://advisory.splunk.com//advisories/SVD-2026-0201"
}
],
"source_lang": "en-US",
"title": "PostgreSQL: Mehrere Schwachstellen",
"tracking": {
"current_release_date": "2026-02-04T23:00:00.000+00:00",
"generator": {
"date": "2026-02-05T10:00:46.503+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1842",
"initial_release_date": "2025-08-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-08-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-08-17T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-08-18T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-25T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-26T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-27T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE und openSUSE aufgenommen"
},
{
"date": "2025-08-28T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-08-31T22:00:00.000+00:00",
"number": "8",
"summary": "PoC aufgenommen"
},
{
"date": "2025-09-01T22:00:00.000+00:00",
"number": "9",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-09-02T22:00:00.000+00:00",
"number": "10",
"summary": "Neue Updates von Red Hat und Oracle Linux aufgenommen"
},
{
"date": "2025-09-03T22:00:00.000+00:00",
"number": "11",
"summary": "Neue Updates von Red Hat, Oracle Linux und SUSE aufgenommen"
},
{
"date": "2025-09-04T22:00:00.000+00:00",
"number": "12",
"summary": "Neue Updates von Red Hat und Amazon aufgenommen"
},
{
"date": "2025-09-08T22:00:00.000+00:00",
"number": "13",
"summary": "Neue Updates von Rocky Enterprise Software Foundation und Ubuntu aufgenommen"
},
{
"date": "2025-09-11T22:00:00.000+00:00",
"number": "14",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-09-17T22:00:00.000+00:00",
"number": "15",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2025-10-09T22:00:00.000+00:00",
"number": "16",
"summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen"
},
{
"date": "2025-10-13T22:00:00.000+00:00",
"number": "17",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-10-14T22:00:00.000+00:00",
"number": "18",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2025-10-27T23:00:00.000+00:00",
"number": "19",
"summary": "Neue Updates von IBM aufgenommen"
},
{
"date": "2025-10-30T23:00:00.000+00:00",
"number": "20",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-04T23:00:00.000+00:00",
"number": "21",
"summary": "Neue Updates von Dell aufgenommen"
},
{
"date": "2025-11-19T23:00:00.000+00:00",
"number": "22",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-01T23:00:00.000+00:00",
"number": "23",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2025-12-04T23:00:00.000+00:00",
"number": "24",
"summary": "Neue Updates von NetApp aufgenommen"
},
{
"date": "2026-02-04T23:00:00.000+00:00",
"number": "25",
"summary": "Neue Updates von Splunk-SVD aufgenommen"
}
],
"status": "final",
"version": "25"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Broadcom Brocade SANnav",
"product": {
"name": "Broadcom Brocade SANnav",
"product_id": "T034392",
"product_identification_helper": {
"cpe": "cpe:/a:broadcom:brocade_sannav:-"
}
}
}
],
"category": "vendor",
"name": "Broadcom"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Dell Avamar",
"product": {
"name": "Dell Avamar",
"product_id": "T039664",
"product_identification_helper": {
"cpe": "cpe:/a:dell:avamar:-"
}
}
},
{
"branches": [
{
"category": "product_version",
"name": "Virtual Edition",
"product": {
"name": "Dell NetWorker Virtual Edition",
"product_id": "T048226",
"product_identification_helper": {
"cpe": "cpe:/a:dell:networker:virtual_edition"
}
}
}
],
"category": "product_name",
"name": "NetWorker"
},
{
"branches": [
{
"category": "product_version_range",
"name": "Appliance \u003c5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance \u003c5.32.00.18",
"product_id": "T048301"
}
},
{
"category": "product_version",
"name": "Appliance 5.32.00.18",
"product": {
"name": "Dell Secure Connect Gateway Appliance 5.32.00.18",
"product_id": "T048301-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:dell:secure_connect_gateway:appliance__5.32.00.18"
}
}
}
],
"category": "product_name",
"name": "Secure Connect Gateway"
}
],
"category": "vendor",
"name": "Dell"
},
{
"branches": [
{
"category": "product_name",
"name": "IBM QRadar SIEM",
"product": {
"name": "IBM QRadar SIEM",
"product_id": "T021415",
"product_identification_helper": {
"cpe": "cpe:/a:ibm:qradar_siem:-"
}
}
}
],
"category": "vendor",
"name": "IBM"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c17.6",
"product": {
"name": "Open Source PostgreSQL \u003c17.6",
"product_id": "T046266"
}
},
{
"category": "product_version",
"name": "17.6",
"product": {
"name": "Open Source PostgreSQL 17.6",
"product_id": "T046266-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:postgresql:postgresql:17.6"
}
}
},
{
"category": "product_version_range",
"name": "\u003c16.10",
"product": {
"name": "Open Source PostgreSQL \u003c16.10",
"product_id": "T046267"
}
},
{
"category": "product_version",
"name": "16.1",
"product": {
"name": "Open Source PostgreSQL 16.10",
"product_id": "T046267-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:postgresql:postgresql:16.10"
}
}
},
{
"category": "product_version_range",
"name": "\u003c15.14",
"product": {
"name": "Open Source PostgreSQL \u003c15.14",
"product_id": "T046268"
}
},
{
"category": "product_version",
"name": "15.14",
"product": {
"name": "Open Source PostgreSQL 15.14",
"product_id": "T046268-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:postgresql:postgresql:15.14"
}
}
},
{
"category": "product_version_range",
"name": "\u003c14.19",
"product": {
"name": "Open Source PostgreSQL \u003c14.19",
"product_id": "T046269"
}
},
{
"category": "product_version",
"name": "14.19",
"product": {
"name": "Open Source PostgreSQL 14.19",
"product_id": "T046269-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:postgresql:postgresql:14.19"
}
}
},
{
"category": "product_version_range",
"name": "\u003c13.22",
"product": {
"name": "Open Source PostgreSQL \u003c13.22",
"product_id": "T046270"
}
},
{
"category": "product_version",
"name": "13.22",
"product": {
"name": "Open Source PostgreSQL 13.22",
"product_id": "T046270-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:postgresql:postgresql:13.22"
}
}
},
{
"category": "product_version_range",
"name": "\u003c18 Beta 3",
"product": {
"name": "Open Source PostgreSQL \u003c18 Beta 3",
"product_id": "T046271"
}
},
{
"category": "product_version",
"name": "18 Beta 3",
"product": {
"name": "Open Source PostgreSQL 18 Beta 3",
"product_id": "T046271-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:postgresql:postgresql:18_beta_3"
}
}
}
],
"category": "product_name",
"name": "PostgreSQL"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"category": "product_name",
"name": "RESF Rocky Linux",
"product": {
"name": "RESF Rocky Linux",
"product_id": "T032255",
"product_identification_helper": {
"cpe": "cpe:/o:resf:rocky_linux:-"
}
}
}
],
"category": "vendor",
"name": "RESF"
},
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c7.1.0",
"product": {
"name": "Splunk SOAR \u003c7.1.0",
"product_id": "T050521"
}
},
{
"category": "product_version",
"name": "7.1.0",
"product": {
"name": "Splunk SOAR 7.1.0",
"product_id": "T050521-fixed",
"product_identification_helper": {
"cpe": "cpe:/a:splunk:soar:7.1.0"
}
}
}
],
"category": "product_name",
"name": "SOAR"
}
],
"category": "vendor",
"name": "Splunk"
},
{
"branches": [
{
"category": "product_name",
"name": "Ubuntu Linux",
"product": {
"name": "Ubuntu Linux",
"product_id": "T000126",
"product_identification_helper": {
"cpe": "cpe:/o:canonical:ubuntu_linux:-"
}
}
}
],
"category": "vendor",
"name": "Ubuntu"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-8713",
"product_status": {
"known_affected": [
"T046271",
"67646",
"T046270",
"T050521",
"T004914",
"T032255",
"T039664",
"2951",
"T002207",
"T034392",
"T000126",
"T021415",
"T027843",
"398363",
"T046268",
"T048226",
"T046269",
"T046266",
"T046267",
"T048301"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-8713"
},
{
"cve": "CVE-2025-8714",
"product_status": {
"known_affected": [
"T046271",
"67646",
"T046270",
"T050521",
"T004914",
"T032255",
"T039664",
"2951",
"T002207",
"T034392",
"T000126",
"T021415",
"T027843",
"398363",
"T046268",
"T048226",
"T046269",
"T046266",
"T046267",
"T048301"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-8714"
},
{
"cve": "CVE-2025-8715",
"product_status": {
"known_affected": [
"T046271",
"67646",
"T046270",
"T050521",
"T004914",
"T032255",
"T039664",
"2951",
"T002207",
"T034392",
"T000126",
"T021415",
"T027843",
"398363",
"T046268",
"T048226",
"T046269",
"T046266",
"T046267",
"T048301"
]
},
"release_date": "2025-08-14T22:00:00.000+00:00",
"title": "CVE-2025-8715"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
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…