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:03004-1
Vulnerability from csaf_suse - Published: 2025-08-27 13:42 - Updated: 2025-08-27 13:42Summary
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-3004,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3004,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3004
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
42 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
8.8 (High)
Affected products
Recommended
42 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
8.8 (High)
Affected products
Recommended
42 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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-3004,SUSE-SLE-SERVER-12-SP5-LTSS-2025-3004,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-3004",
"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_03004-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:03004-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202503004-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:03004-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-August/041370.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-27T13:42:44Z",
"generator": {
"date": "2025-08-27T13:42:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:03004-1",
"initial_release_date": "2025-08-27T13:42:44Z",
"revision_history": [
{
"date": "2025-08-27T13:42:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-15.14-3.44.1.aarch64",
"product_id": "postgresql15-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.14-3.44.1.aarch64",
"product_id": "postgresql15-contrib-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-devel-15.14-3.44.1.aarch64",
"product_id": "postgresql15-devel-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.14-3.44.1.aarch64",
"product_id": "postgresql15-plperl-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.14-3.44.1.aarch64",
"product_id": "postgresql15-plpython-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.14-3.44.1.aarch64",
"product_id": "postgresql15-pltcl-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-server-15.14-3.44.1.aarch64",
"product_id": "postgresql15-server-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.14-3.44.1.aarch64",
"product_id": "postgresql15-server-devel-15.14-3.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-3.44.1.aarch64",
"product": {
"name": "postgresql15-test-15.14-3.44.1.aarch64",
"product_id": "postgresql15-test-15.14-3.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-15.14-3.44.1.i586",
"product_id": "postgresql15-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-contrib-15.14-3.44.1.i586",
"product_id": "postgresql15-contrib-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-devel-15.14-3.44.1.i586",
"product_id": "postgresql15-devel-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-plperl-15.14-3.44.1.i586",
"product_id": "postgresql15-plperl-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-plpython-15.14-3.44.1.i586",
"product_id": "postgresql15-plpython-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-pltcl-15.14-3.44.1.i586",
"product_id": "postgresql15-pltcl-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-server-15.14-3.44.1.i586",
"product_id": "postgresql15-server-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-server-devel-15.14-3.44.1.i586",
"product_id": "postgresql15-server-devel-15.14-3.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-3.44.1.i586",
"product": {
"name": "postgresql15-test-15.14-3.44.1.i586",
"product_id": "postgresql15-test-15.14-3.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.14-3.44.1.noarch",
"product": {
"name": "postgresql15-docs-15.14-3.44.1.noarch",
"product_id": "postgresql15-docs-15.14-3.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-contrib-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-devel-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-plperl-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-plpython-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-pltcl-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-server-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-server-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-server-devel-15.14-3.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-3.44.1.ppc64le",
"product": {
"name": "postgresql15-test-15.14-3.44.1.ppc64le",
"product_id": "postgresql15-test-15.14-3.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-15.14-3.44.1.s390",
"product_id": "postgresql15-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-contrib-15.14-3.44.1.s390",
"product_id": "postgresql15-contrib-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-devel-15.14-3.44.1.s390",
"product_id": "postgresql15-devel-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.s390",
"product_id": "postgresql15-llvmjit-devel-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-plperl-15.14-3.44.1.s390",
"product_id": "postgresql15-plperl-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-plpython-15.14-3.44.1.s390",
"product_id": "postgresql15-plpython-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-pltcl-15.14-3.44.1.s390",
"product_id": "postgresql15-pltcl-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-server-15.14-3.44.1.s390",
"product_id": "postgresql15-server-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-server-devel-15.14-3.44.1.s390",
"product_id": "postgresql15-server-devel-15.14-3.44.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-3.44.1.s390",
"product": {
"name": "postgresql15-test-15.14-3.44.1.s390",
"product_id": "postgresql15-test-15.14-3.44.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-15.14-3.44.1.s390x",
"product_id": "postgresql15-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-contrib-15.14-3.44.1.s390x",
"product_id": "postgresql15-contrib-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-devel-15.14-3.44.1.s390x",
"product_id": "postgresql15-devel-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-plperl-15.14-3.44.1.s390x",
"product_id": "postgresql15-plperl-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-plpython-15.14-3.44.1.s390x",
"product_id": "postgresql15-plpython-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.14-3.44.1.s390x",
"product_id": "postgresql15-pltcl-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-server-15.14-3.44.1.s390x",
"product_id": "postgresql15-server-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.14-3.44.1.s390x",
"product_id": "postgresql15-server-devel-15.14-3.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-3.44.1.s390x",
"product": {
"name": "postgresql15-test-15.14-3.44.1.s390x",
"product_id": "postgresql15-test-15.14-3.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-15.14-3.44.1.x86_64",
"product_id": "postgresql15-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.14-3.44.1.x86_64",
"product_id": "postgresql15-contrib-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-devel-15.14-3.44.1.x86_64",
"product_id": "postgresql15-devel-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.14-3.44.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.14-3.44.1.x86_64",
"product_id": "postgresql15-plperl-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.14-3.44.1.x86_64",
"product_id": "postgresql15-plpython-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.14-3.44.1.x86_64",
"product_id": "postgresql15-pltcl-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-server-15.14-3.44.1.x86_64",
"product_id": "postgresql15-server-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.14-3.44.1.x86_64",
"product_id": "postgresql15-server-devel-15.14-3.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.14-3.44.1.x86_64",
"product": {
"name": "postgresql15-test-15.14-3.44.1.x86_64",
"product_id": "postgresql15-test-15.14-3.44.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": "postgresql15-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-contrib-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-devel-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-devel-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-3.44.1.noarch as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-3.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-plperl-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-plpython-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-server-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-server-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-server-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-3.44.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.14-3.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-3.44.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.14-3.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-3.44.1.s390x as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.14-3.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-3.44.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.14-3.44.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:postgresql15-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.14-3.44.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:postgresql15-contrib-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.14-3.44.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:postgresql15-devel-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-devel-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.14-3.44.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:postgresql15-docs-15.14-3.44.1.noarch"
},
"product_reference": "postgresql15-docs-15.14-3.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.14-3.44.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:postgresql15-plperl-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.14-3.44.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:postgresql15-plpython-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.14-3.44.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:postgresql15-pltcl-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.14-3.44.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:postgresql15-server-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-server-15.14-3.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.14-3.44.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:postgresql15-server-devel-15.14-3.44.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.14-3.44.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:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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 Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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 Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-27T13:42: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 Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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 Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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 Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-27T13:42: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 Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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 Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.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 Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.s390x",
"SUSE Linux Enterprise Server 12 SP5-LTSS:postgresql15-server-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-contrib-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-devel-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-docs-15.14-3.44.1.noarch",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plperl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-plpython-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-pltcl-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-15.14-3.44.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:postgresql15-server-devel-15.14-3.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-08-27T13:42:44Z",
"details": "important"
}
],
"title": "CVE-2025-8715"
}
]
}
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"
}
]
}
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…