Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-4317 (GCVE-0-2024-4317)
Vulnerability from cvelistv5 – Published: 2024-05-09 13:00 – Updated: 2025-03-28 15:03
VLAI
EPSS
Title
PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks
Summary
Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.
Severity
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-862 - Missing Authorization
Assigner
References
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| n/a | PostgreSQL |
Affected:
16 , < 16.3
(rpm)
Affected: 15 , < 15.7 (rpm) Affected: 14 , < 14.12 (rpm) |
Credits
The PostgreSQL project thanks Lukas Fittl for reporting this problem.
{
"containers": {
"adp": [
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-4317",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-05-13T13:20:02.602045Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-06-04T17:54:08.223Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-03-28T15:03:02.067Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://www.postgresql.org/support/security/CVE-2024-4317/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20250328-0001/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "PostgreSQL",
"vendor": "n/a",
"versions": [
{
"lessThan": "16.3",
"status": "affected",
"version": "16",
"versionType": "rpm"
},
{
"lessThan": "15.7",
"status": "affected",
"version": "15",
"versionType": "rpm"
},
{
"lessThan": "14.12",
"status": "affected",
"version": "14",
"versionType": "rpm"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "victim has issued a CREATE STATISTICS command"
}
],
"credits": [
{
"lang": "en",
"value": "The PostgreSQL project thanks Lukas Fittl for reporting this problem."
}
],
"descriptions": [
{
"lang": "en",
"value": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected."
}
],
"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-862",
"description": "Missing Authorization",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-05-09T13:00:01.285Z",
"orgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007",
"shortName": "PostgreSQL"
},
"references": [
{
"url": "https://www.postgresql.org/support/security/CVE-2024-4317/"
}
],
"title": "PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks",
"workarounds": [
{
"lang": "en",
"value": "apply corrected view definitions; see PostgreSQL release notes"
},
{
"lang": "en",
"value": "REVOKE SELECT ON pg_stats_ext, pg_stats_ext_exprs FROM PUBLIC"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007",
"assignerShortName": "PostgreSQL",
"cveId": "CVE-2024-4317",
"datePublished": "2024-05-09T13:00:01.285Z",
"dateReserved": "2024-04-29T16:40:16.167Z",
"dateUpdated": "2025-03-28T15:03:02.067Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-4317",
"date": "2026-06-06",
"epss": "0.00263",
"percentile": "0.49955"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-4317\",\"sourceIdentifier\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"published\":\"2024-05-14T15:43:16.473\",\"lastModified\":\"2025-03-28T15:15:45.250\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.\"},{\"lang\":\"es\",\"value\":\"La falta de autorizaci\u00f3n en las vistas integradas de PostgreSQL pg_stats_ext y pg_stats_ext_exprs permite a un usuario de base de datos sin privilegios leer los valores m\u00e1s comunes y otras estad\u00edsticas de los comandos CREATE STATISTICS de otros usuarios. Los valores m\u00e1s comunes pueden revelar valores de columnas que el esp\u00eda no podr\u00eda leer de otro modo o resultados de funciones que no pueden ejecutar. La instalaci\u00f3n de una versi\u00f3n no afectada solo corrige instalaciones nuevas de PostgreSQL, es decir, aquellas que se crean con la utilidad initdb despu\u00e9s de instalar esa versi\u00f3n. Las instalaciones actuales de PostgreSQL seguir\u00e1n siendo vulnerables hasta que sigan las instrucciones de las notas de la versi\u00f3n. Dentro de las versiones principales 14-16, las versiones menores anteriores a PostgreSQL 16.3, 15.7 y 14.12 se ven afectadas. Las versiones anteriores a PostgreSQL 14 no se ven 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},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-862\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-862\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"14.0\",\"versionEndExcluding\":\"14.12\",\"matchCriteriaId\":\"7AC0DA70-323D-4C0A-9993-9155CC2E0898\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"15.0\",\"versionEndExcluding\":\"15.7\",\"matchCriteriaId\":\"A7C08BC1-1F35-48B5-A159-87988C64EED1\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"16.0\",\"versionEndExcluding\":\"16.3\",\"matchCriteriaId\":\"30634752-81D1-43A4-9BAF-329307A5B9AD\"}]}]}],\"references\":[{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-4317/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20250328-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-4317/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mitigation\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-4317/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20250328-0001/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-03-28T15:03:02.067Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-4317\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-13T13:20:02.602045Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-13T13:28:49.261Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"PostgreSQL pg_stats_ext and pg_stats_ext_exprs lack authorization checks\", \"credits\": [{\"lang\": \"en\", \"value\": \"The PostgreSQL project thanks Lukas Fittl 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\": \"16\", \"lessThan\": \"16.3\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.7\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.12\", \"versionType\": \"rpm\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-4317/\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"apply corrected view definitions; see PostgreSQL release notes\"}, {\"lang\": \"en\", \"value\": \"REVOKE SELECT ON pg_stats_ext, pg_stats_ext_exprs FROM PUBLIC\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-862\", \"description\": \"Missing Authorization\"}]}], \"configurations\": [{\"lang\": \"en\", \"value\": \"victim has issued a CREATE STATISTICS command\"}], \"providerMetadata\": {\"orgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"shortName\": \"PostgreSQL\", \"dateUpdated\": \"2024-05-09T13:00:01.285Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-4317\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-03-28T15:03:02.067Z\", \"dateReserved\": \"2024-04-29T16:40:16.167Z\", \"assignerOrgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"datePublished\": \"2024-05-09T13:00:01.285Z\", \"assignerShortName\": \"PostgreSQL\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2024:1651-1
Vulnerability from csaf_suse - Published: 2024-05-15 07:17 - Updated: 2024-05-15 07:17Summary
Security update for postgresql16
Severity
Moderate
Notes
Title of the patch: Security update for postgresql16
Description of the patch: This update for postgresql16 fixes the following issues:
PostgreSQL upgrade to version 16.3 (bsc#1224051):
- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).
Bug fixes:
- Fix incompatibility with LLVM 18.
- Prepare for PostgreSQL 17.
- Make sure all compilation and doc generation happens in %build.
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
- Remove constraints file because improved memory usage for s390x
- Use %patch -P N instead of deprecated %patchN.
Release notes:
- https://www.postgresql.org/docs/release/16.3/
Patchnames: SUSE-2024-1651,SUSE-SLE-SDK-12-SP5-2024-1651,SUSE-SLE-SERVER-12-SP5-2024-1651
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
82 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.3-3.13.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.3-3.13.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\nPostgreSQL upgrade to version 16.3 (bsc#1224051):\n\n- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).\n\nBug fixes:\n\n- Fix incompatibility with LLVM 18.\n- Prepare for PostgreSQL 17.\n- Make sure all compilation and doc generation happens in %build.\n- Require LLVM \u003c= 17 for now, because LLVM 18 doesn\u0027t seem to work.\n- Remove constraints file because improved memory usage for s390x\n- Use %patch -P N instead of deprecated %patchN.\n\nRelease notes:\n\n- https://www.postgresql.org/docs/release/16.3/\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1651,SUSE-SLE-SDK-12-SP5-2024-1651,SUSE-SLE-SERVER-12-SP5-2024-1651",
"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-2024_1651-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1651-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241651-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1651-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-May/035279.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql16",
"tracking": {
"current_release_date": "2024-05-15T07:17:57Z",
"generator": {
"date": "2024-05-15T07:17:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1651-1",
"initial_release_date": "2024-05-15T07:17:57Z",
"revision_history": [
{
"date": "2024-05-15T07:17:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-3.13.1.aarch64",
"product": {
"name": "libecpg6-16.3-3.13.1.aarch64",
"product_id": "libecpg6-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-3.13.1.aarch64",
"product": {
"name": "libpq5-16.3-3.13.1.aarch64",
"product_id": "libpq5-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-16.3-3.13.1.aarch64",
"product_id": "postgresql16-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-contrib-16.3-3.13.1.aarch64",
"product_id": "postgresql16-contrib-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-devel-16.3-3.13.1.aarch64",
"product_id": "postgresql16-devel-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-devel-mini-16.3-3.13.1.aarch64",
"product_id": "postgresql16-devel-mini-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.aarch64",
"product_id": "postgresql16-llvmjit-devel-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-plperl-16.3-3.13.1.aarch64",
"product_id": "postgresql16-plperl-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-plpython-16.3-3.13.1.aarch64",
"product_id": "postgresql16-plpython-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-pltcl-16.3-3.13.1.aarch64",
"product_id": "postgresql16-pltcl-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-server-16.3-3.13.1.aarch64",
"product_id": "postgresql16-server-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-server-devel-16.3-3.13.1.aarch64",
"product_id": "postgresql16-server-devel-16.3-3.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-3.13.1.aarch64",
"product": {
"name": "postgresql16-test-16.3-3.13.1.aarch64",
"product_id": "postgresql16-test-16.3-3.13.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-64bit-16.3-3.13.1.aarch64_ilp32",
"product": {
"name": "libecpg6-64bit-16.3-3.13.1.aarch64_ilp32",
"product_id": "libecpg6-64bit-16.3-3.13.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpq5-64bit-16.3-3.13.1.aarch64_ilp32",
"product": {
"name": "libpq5-64bit-16.3-3.13.1.aarch64_ilp32",
"product_id": "libpq5-64bit-16.3-3.13.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-3.13.1.i586",
"product": {
"name": "libecpg6-16.3-3.13.1.i586",
"product_id": "libecpg6-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-3.13.1.i586",
"product": {
"name": "libpq5-16.3-3.13.1.i586",
"product_id": "libpq5-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-16.3-3.13.1.i586",
"product_id": "postgresql16-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-contrib-16.3-3.13.1.i586",
"product_id": "postgresql16-contrib-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-devel-16.3-3.13.1.i586",
"product_id": "postgresql16-devel-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-devel-mini-16.3-3.13.1.i586",
"product_id": "postgresql16-devel-mini-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.i586",
"product_id": "postgresql16-llvmjit-devel-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-plperl-16.3-3.13.1.i586",
"product_id": "postgresql16-plperl-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-plpython-16.3-3.13.1.i586",
"product_id": "postgresql16-plpython-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-pltcl-16.3-3.13.1.i586",
"product_id": "postgresql16-pltcl-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-server-16.3-3.13.1.i586",
"product_id": "postgresql16-server-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-server-devel-16.3-3.13.1.i586",
"product_id": "postgresql16-server-devel-16.3-3.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-3.13.1.i586",
"product": {
"name": "postgresql16-test-16.3-3.13.1.i586",
"product_id": "postgresql16-test-16.3-3.13.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-docs-16.3-3.13.1.noarch",
"product": {
"name": "postgresql16-docs-16.3-3.13.1.noarch",
"product_id": "postgresql16-docs-16.3-3.13.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-3.13.1.ppc64le",
"product": {
"name": "libecpg6-16.3-3.13.1.ppc64le",
"product_id": "libecpg6-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-3.13.1.ppc64le",
"product": {
"name": "libpq5-16.3-3.13.1.ppc64le",
"product_id": "libpq5-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-contrib-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-contrib-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-devel-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-devel-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-devel-mini-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-devel-mini-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-llvmjit-devel-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-plperl-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-plperl-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-plpython-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-plpython-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-pltcl-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-pltcl-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-server-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-server-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-server-devel-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-server-devel-16.3-3.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-3.13.1.ppc64le",
"product": {
"name": "postgresql16-test-16.3-3.13.1.ppc64le",
"product_id": "postgresql16-test-16.3-3.13.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-3.13.1.s390",
"product": {
"name": "libecpg6-16.3-3.13.1.s390",
"product_id": "libecpg6-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-3.13.1.s390",
"product": {
"name": "libpq5-16.3-3.13.1.s390",
"product_id": "libpq5-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-16.3-3.13.1.s390",
"product_id": "postgresql16-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-contrib-16.3-3.13.1.s390",
"product_id": "postgresql16-contrib-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-devel-16.3-3.13.1.s390",
"product_id": "postgresql16-devel-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-devel-mini-16.3-3.13.1.s390",
"product_id": "postgresql16-devel-mini-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.s390",
"product_id": "postgresql16-llvmjit-devel-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-plperl-16.3-3.13.1.s390",
"product_id": "postgresql16-plperl-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-plpython-16.3-3.13.1.s390",
"product_id": "postgresql16-plpython-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-pltcl-16.3-3.13.1.s390",
"product_id": "postgresql16-pltcl-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-server-16.3-3.13.1.s390",
"product_id": "postgresql16-server-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-server-devel-16.3-3.13.1.s390",
"product_id": "postgresql16-server-devel-16.3-3.13.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-3.13.1.s390",
"product": {
"name": "postgresql16-test-16.3-3.13.1.s390",
"product_id": "postgresql16-test-16.3-3.13.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-3.13.1.s390x",
"product": {
"name": "libecpg6-16.3-3.13.1.s390x",
"product_id": "libecpg6-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-16.3-3.13.1.s390x",
"product": {
"name": "libecpg6-32bit-16.3-3.13.1.s390x",
"product_id": "libecpg6-32bit-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-3.13.1.s390x",
"product": {
"name": "libpq5-16.3-3.13.1.s390x",
"product_id": "libpq5-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-16.3-3.13.1.s390x",
"product": {
"name": "libpq5-32bit-16.3-3.13.1.s390x",
"product_id": "libpq5-32bit-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-16.3-3.13.1.s390x",
"product_id": "postgresql16-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-contrib-16.3-3.13.1.s390x",
"product_id": "postgresql16-contrib-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-devel-16.3-3.13.1.s390x",
"product_id": "postgresql16-devel-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-devel-mini-16.3-3.13.1.s390x",
"product_id": "postgresql16-devel-mini-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.s390x",
"product_id": "postgresql16-llvmjit-devel-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-plperl-16.3-3.13.1.s390x",
"product_id": "postgresql16-plperl-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-plpython-16.3-3.13.1.s390x",
"product_id": "postgresql16-plpython-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-pltcl-16.3-3.13.1.s390x",
"product_id": "postgresql16-pltcl-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-server-16.3-3.13.1.s390x",
"product_id": "postgresql16-server-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-server-devel-16.3-3.13.1.s390x",
"product_id": "postgresql16-server-devel-16.3-3.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-3.13.1.s390x",
"product": {
"name": "postgresql16-test-16.3-3.13.1.s390x",
"product_id": "postgresql16-test-16.3-3.13.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-3.13.1.x86_64",
"product": {
"name": "libecpg6-16.3-3.13.1.x86_64",
"product_id": "libecpg6-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-16.3-3.13.1.x86_64",
"product": {
"name": "libecpg6-32bit-16.3-3.13.1.x86_64",
"product_id": "libecpg6-32bit-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-3.13.1.x86_64",
"product": {
"name": "libpq5-16.3-3.13.1.x86_64",
"product_id": "libpq5-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-16.3-3.13.1.x86_64",
"product": {
"name": "libpq5-32bit-16.3-3.13.1.x86_64",
"product_id": "libpq5-32bit-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-16.3-3.13.1.x86_64",
"product_id": "postgresql16-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-contrib-16.3-3.13.1.x86_64",
"product_id": "postgresql16-contrib-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-devel-16.3-3.13.1.x86_64",
"product_id": "postgresql16-devel-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-devel-mini-16.3-3.13.1.x86_64",
"product_id": "postgresql16-devel-mini-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-3.13.1.x86_64",
"product_id": "postgresql16-llvmjit-devel-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-plperl-16.3-3.13.1.x86_64",
"product_id": "postgresql16-plperl-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-plpython-16.3-3.13.1.x86_64",
"product_id": "postgresql16-plpython-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-pltcl-16.3-3.13.1.x86_64",
"product_id": "postgresql16-pltcl-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-server-16.3-3.13.1.x86_64",
"product_id": "postgresql16-server-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-server-devel-16.3-3.13.1.x86_64",
"product_id": "postgresql16-server-devel-16.3-3.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-3.13.1.x86_64",
"product": {
"name": "postgresql16-test-16.3-3.13.1.x86_64",
"product_id": "postgresql16-test-16.3-3.13.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-devel-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-devel-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-devel-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.aarch64"
},
"product_reference": "libecpg6-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.ppc64le"
},
"product_reference": "libecpg6-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.s390x"
},
"product_reference": "libecpg6-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.x86_64"
},
"product_reference": "libecpg6-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x"
},
"product_reference": "libecpg6-32bit-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64"
},
"product_reference": "libecpg6-32bit-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.aarch64"
},
"product_reference": "libpq5-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.ppc64le"
},
"product_reference": "libpq5-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.s390x"
},
"product_reference": "libpq5-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.x86_64"
},
"product_reference": "libpq5-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.s390x"
},
"product_reference": "libpq5-32bit-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64"
},
"product_reference": "libpq5-32bit-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.3-3.13.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.3-3.13.1.noarch"
},
"product_reference": "postgresql16-docs-16.3-3.13.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-server-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-server-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-server-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-server-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.aarch64"
},
"product_reference": "libecpg6-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.ppc64le"
},
"product_reference": "libecpg6-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.s390x"
},
"product_reference": "libecpg6-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.x86_64"
},
"product_reference": "libecpg6-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x"
},
"product_reference": "libecpg6-32bit-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64"
},
"product_reference": "libecpg6-32bit-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.aarch64"
},
"product_reference": "libpq5-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.ppc64le"
},
"product_reference": "libpq5-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.s390x"
},
"product_reference": "libpq5-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.x86_64"
},
"product_reference": "libpq5-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.s390x"
},
"product_reference": "libpq5-32bit-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64"
},
"product_reference": "libpq5-32bit-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.3-3.13.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.3-3.13.1.noarch"
},
"product_reference": "postgresql16-docs-16.3-3.13.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.aarch64"
},
"product_reference": "postgresql16-server-16.3-3.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le"
},
"product_reference": "postgresql16-server-16.3-3.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.s390x"
},
"product_reference": "postgresql16-server-16.3-3.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-3.13.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.x86_64"
},
"product_reference": "postgresql16-server-16.3-3.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.3-3.13.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.3-3.13.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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:libecpg6-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.3-3.13.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.3-3.13.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpq5-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-docs-16.3-3.13.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql16-server-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libecpg6-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:libpq5-32bit-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-contrib-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-docs-16.3-3.13.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plperl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-plpython-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-pltcl-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql16-server-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-devel-16.3-3.13.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql16-server-devel-16.3-3.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-15T07:17:57Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:1652-1
Vulnerability from csaf_suse - Published: 2024-05-15 07:18 - Updated: 2024-05-15 07:18Summary
Security update for postgresql16
Severity
Moderate
Notes
Title of the patch: Security update for postgresql16
Description of the patch: This update for postgresql16 fixes the following issues:
PostgreSQL upgrade to version 16.3 (bsc#1224051):
- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).
Bug fixes:
- Fix incompatibility with LLVM 18.
- Prepare for PostgreSQL 17.
- Make sure all compilation and doc generation happens in %build.
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
- Remove constraints file because improved memory usage for s390x
- Use %patch -P N instead of deprecated %patchN.
Release notes:
- https://www.postgresql.org/docs/release/16.3/
Patchnames: SUSE-2024-1652,SUSE-SLE-Module-Basesystem-15-SP5-2024-1652,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-1652,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1652,openSUSE-SLE-15.5-2024-1652
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
113 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.3-150200.5.13.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libecpg6-32bit-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:libpq5-32bit-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-docs-16.3-150200.5.13.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\nPostgreSQL upgrade to version 16.3 (bsc#1224051):\n\n- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).\n\nBug fixes:\n\n- Fix incompatibility with LLVM 18.\n- Prepare for PostgreSQL 17.\n- Make sure all compilation and doc generation happens in %build.\n- Require LLVM \u003c= 17 for now, because LLVM 18 doesn\u0027t seem to work.\n- Remove constraints file because improved memory usage for s390x\n- Use %patch -P N instead of deprecated %patchN.\n\nRelease notes:\n\n- https://www.postgresql.org/docs/release/16.3/\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1652,SUSE-SLE-Module-Basesystem-15-SP5-2024-1652,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-1652,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1652,openSUSE-SLE-15.5-2024-1652",
"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-2024_1652-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1652-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241652-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1652-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-May/035278.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql16",
"tracking": {
"current_release_date": "2024-05-15T07:18:16Z",
"generator": {
"date": "2024-05-15T07:18:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1652-1",
"initial_release_date": "2024-05-15T07:18:16Z",
"revision_history": [
{
"date": "2024-05-15T07:18:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-150200.5.13.1.aarch64",
"product": {
"name": "libecpg6-16.3-150200.5.13.1.aarch64",
"product_id": "libecpg6-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-150200.5.13.1.aarch64",
"product": {
"name": "libpq5-16.3-150200.5.13.1.aarch64",
"product_id": "libpq5-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-contrib-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-devel-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-devel-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-devel-mini-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-llvmjit-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-plperl-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-plpython-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-server-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-server-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-150200.5.13.1.aarch64",
"product": {
"name": "postgresql16-test-16.3-150200.5.13.1.aarch64",
"product_id": "postgresql16-test-16.3-150200.5.13.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-64bit-16.3-150200.5.13.1.aarch64_ilp32",
"product": {
"name": "libecpg6-64bit-16.3-150200.5.13.1.aarch64_ilp32",
"product_id": "libecpg6-64bit-16.3-150200.5.13.1.aarch64_ilp32"
}
},
{
"category": "product_version",
"name": "libpq5-64bit-16.3-150200.5.13.1.aarch64_ilp32",
"product": {
"name": "libpq5-64bit-16.3-150200.5.13.1.aarch64_ilp32",
"product_id": "libpq5-64bit-16.3-150200.5.13.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-150200.5.13.1.i586",
"product": {
"name": "libecpg6-16.3-150200.5.13.1.i586",
"product_id": "libecpg6-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-150200.5.13.1.i586",
"product": {
"name": "libpq5-16.3-150200.5.13.1.i586",
"product_id": "libpq5-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-contrib-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-devel-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-devel-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-devel-mini-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-llvmjit-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-plperl-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-plpython-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-pltcl-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-server-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-server-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-server-devel-16.3-150200.5.13.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-150200.5.13.1.i586",
"product": {
"name": "postgresql16-test-16.3-150200.5.13.1.i586",
"product_id": "postgresql16-test-16.3-150200.5.13.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql16-docs-16.3-150200.5.13.1.noarch",
"product": {
"name": "postgresql16-docs-16.3-150200.5.13.1.noarch",
"product_id": "postgresql16-docs-16.3-150200.5.13.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "libecpg6-16.3-150200.5.13.1.ppc64le",
"product_id": "libecpg6-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "libpq5-16.3-150200.5.13.1.ppc64le",
"product_id": "libpq5-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-devel-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-server-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-server-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-150200.5.13.1.ppc64le",
"product": {
"name": "postgresql16-test-16.3-150200.5.13.1.ppc64le",
"product_id": "postgresql16-test-16.3-150200.5.13.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-150200.5.13.1.s390x",
"product": {
"name": "libecpg6-16.3-150200.5.13.1.s390x",
"product_id": "libecpg6-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-150200.5.13.1.s390x",
"product": {
"name": "libpq5-16.3-150200.5.13.1.s390x",
"product_id": "libpq5-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-contrib-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-devel-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-devel-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-devel-mini-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-llvmjit-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-plperl-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-plpython-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-pltcl-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-server-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-server-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-server-devel-16.3-150200.5.13.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-150200.5.13.1.s390x",
"product": {
"name": "postgresql16-test-16.3-150200.5.13.1.s390x",
"product_id": "postgresql16-test-16.3-150200.5.13.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "libecpg6-16.3-150200.5.13.1.x86_64",
"product": {
"name": "libecpg6-16.3-150200.5.13.1.x86_64",
"product_id": "libecpg6-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "libecpg6-32bit-16.3-150200.5.13.1.x86_64",
"product": {
"name": "libecpg6-32bit-16.3-150200.5.13.1.x86_64",
"product_id": "libecpg6-32bit-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpq5-16.3-150200.5.13.1.x86_64",
"product": {
"name": "libpq5-16.3-150200.5.13.1.x86_64",
"product_id": "libpq5-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "libpq5-32bit-16.3-150200.5.13.1.x86_64",
"product": {
"name": "libpq5-32bit-16.3-150200.5.13.1.x86_64",
"product_id": "libpq5-32bit-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-contrib-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-devel-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-devel-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-devel-mini-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-llvmjit-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-plperl-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-plpython-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-server-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-server-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql16-test-16.3-150200.5.13.1.x86_64",
"product": {
"name": "postgresql16-test-16.3-150200.5.13.1.x86_64",
"product_id": "postgresql16-test-16.3-150200.5.13.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"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 Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.aarch64"
},
"product_reference": "libpq5-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "libpq5-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.s390x"
},
"product_reference": "libpq5-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libpq5-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libpq5-32bit-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.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:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.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:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.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:postgresql16-llvmjit-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.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:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.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:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.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:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.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:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.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:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.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:postgresql16-test-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.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:postgresql16-test-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.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:postgresql16-test-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.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:postgresql16-test-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.aarch64"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.s390x"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.3-150200.5.13.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.3-150200.5.13.1.noarch"
},
"product_reference": "postgresql16-docs-16.3-150200.5.13.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.aarch64"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.s390x"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libecpg6-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libecpg6-32bit-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libecpg6-32bit-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libecpg6-32bit-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.aarch64"
},
"product_reference": "libpq5-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "libpq5-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.s390x"
},
"product_reference": "libpq5-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libpq5-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libpq5-32bit-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:libpq5-32bit-16.3-150200.5.13.1.x86_64"
},
"product_reference": "libpq5-32bit-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-contrib-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-devel-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-devel-mini-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-devel-mini-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-devel-mini-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-devel-mini-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-docs-16.3-150200.5.13.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-docs-16.3-150200.5.13.1.noarch"
},
"product_reference": "postgresql16-docs-16.3-150200.5.13.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plperl-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-plpython-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-server-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.aarch64"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.ppc64le"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.s390x"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql16-test-16.3-150200.5.13.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.x86_64"
},
"product_reference": "postgresql16-test-16.3-150200.5.13.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.3-150200.5.13.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libecpg6-32bit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libpq5-32bit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-docs-16.3-150200.5.13.1.noarch",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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 SP5:libpq5-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.3-150200.5.13.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libecpg6-32bit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libpq5-32bit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-docs-16.3-150200.5.13.1.noarch",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:libpq5-32bit-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql16-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql16-test-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:libecpg6-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-devel-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-docs-16.3-150200.5.13.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-16.3-150200.5.13.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:libecpg6-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libecpg6-32bit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:libpq5-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:libpq5-32bit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-contrib-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-devel-mini-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-docs-16.3-150200.5.13.1.noarch",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-llvmjit-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-llvmjit-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-plperl-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-plpython-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-pltcl-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-server-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-server-devel-16.3-150200.5.13.1.x86_64",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.aarch64",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.ppc64le",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.s390x",
"openSUSE Leap 15.5:postgresql16-test-16.3-150200.5.13.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-15T07:18:16Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:1653-1
Vulnerability from csaf_suse - Published: 2024-05-15 07:18 - Updated: 2024-05-15 07:18Summary
Security update for postgresql15
Severity
Moderate
Notes
Title of the patch: Security update for postgresql15
Description of the patch: This update for postgresql15 fixes the following issues:
PostgreSQL upgrade to version 15.7 (bsc#1224051):
- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).
Bug fixes:
- Fix incompatibility with LLVM 18.
- Prepare for PostgreSQL 17.
- Make sure all compilation and doc generation happens in %build.
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
- Remove constraints file because improved memory usage for s390x
- Use %patch -P N instead of deprecated %patchN.
Release notes:
- https://www.postgresql.org/docs/release/15.7/
Patchnames: SUSE-2024-1653,SUSE-SLE-SDK-12-SP5-2024-1653,SUSE-SLE-SERVER-12-SP5-2024-1653
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
58 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.7-3.25.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.7-3.25.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\nPostgreSQL upgrade to version 15.7 (bsc#1224051):\n\n- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).\n\nBug fixes:\n\n- Fix incompatibility with LLVM 18.\n- Prepare for PostgreSQL 17.\n- Make sure all compilation and doc generation happens in %build.\n- Require LLVM \u003c= 17 for now, because LLVM 18 doesn\u0027t seem to work.\n- Remove constraints file because improved memory usage for s390x\n- Use %patch -P N instead of deprecated %patchN.\n\nRelease notes:\n\n- https://www.postgresql.org/docs/release/15.7/\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1653,SUSE-SLE-SDK-12-SP5-2024-1653,SUSE-SLE-SERVER-12-SP5-2024-1653",
"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-2024_1653-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1653-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241653-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1653-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-May/035277.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2024-05-15T07:18:42Z",
"generator": {
"date": "2024-05-15T07:18:42Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1653-1",
"initial_release_date": "2024-05-15T07:18:42Z",
"revision_history": [
{
"date": "2024-05-15T07:18:42Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-15.7-3.25.1.aarch64",
"product_id": "postgresql15-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.7-3.25.1.aarch64",
"product_id": "postgresql15-contrib-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-devel-15.7-3.25.1.aarch64",
"product_id": "postgresql15-devel-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.7-3.25.1.aarch64",
"product_id": "postgresql15-plperl-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.7-3.25.1.aarch64",
"product_id": "postgresql15-plpython-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.7-3.25.1.aarch64",
"product_id": "postgresql15-pltcl-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-server-15.7-3.25.1.aarch64",
"product_id": "postgresql15-server-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.7-3.25.1.aarch64",
"product_id": "postgresql15-server-devel-15.7-3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-3.25.1.aarch64",
"product": {
"name": "postgresql15-test-15.7-3.25.1.aarch64",
"product_id": "postgresql15-test-15.7-3.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-15.7-3.25.1.i586",
"product_id": "postgresql15-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-contrib-15.7-3.25.1.i586",
"product_id": "postgresql15-contrib-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-devel-15.7-3.25.1.i586",
"product_id": "postgresql15-devel-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-plperl-15.7-3.25.1.i586",
"product_id": "postgresql15-plperl-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-plpython-15.7-3.25.1.i586",
"product_id": "postgresql15-plpython-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-pltcl-15.7-3.25.1.i586",
"product_id": "postgresql15-pltcl-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-server-15.7-3.25.1.i586",
"product_id": "postgresql15-server-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-server-devel-15.7-3.25.1.i586",
"product_id": "postgresql15-server-devel-15.7-3.25.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-3.25.1.i586",
"product": {
"name": "postgresql15-test-15.7-3.25.1.i586",
"product_id": "postgresql15-test-15.7-3.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.7-3.25.1.noarch",
"product": {
"name": "postgresql15-docs-15.7-3.25.1.noarch",
"product_id": "postgresql15-docs-15.7-3.25.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-contrib-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-devel-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-plperl-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-plpython-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-pltcl-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-server-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-server-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-server-devel-15.7-3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-3.25.1.ppc64le",
"product": {
"name": "postgresql15-test-15.7-3.25.1.ppc64le",
"product_id": "postgresql15-test-15.7-3.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-15.7-3.25.1.s390",
"product_id": "postgresql15-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-contrib-15.7-3.25.1.s390",
"product_id": "postgresql15-contrib-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-devel-15.7-3.25.1.s390",
"product_id": "postgresql15-devel-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.s390",
"product_id": "postgresql15-llvmjit-devel-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-plperl-15.7-3.25.1.s390",
"product_id": "postgresql15-plperl-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-plpython-15.7-3.25.1.s390",
"product_id": "postgresql15-plpython-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-pltcl-15.7-3.25.1.s390",
"product_id": "postgresql15-pltcl-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-server-15.7-3.25.1.s390",
"product_id": "postgresql15-server-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-server-devel-15.7-3.25.1.s390",
"product_id": "postgresql15-server-devel-15.7-3.25.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-3.25.1.s390",
"product": {
"name": "postgresql15-test-15.7-3.25.1.s390",
"product_id": "postgresql15-test-15.7-3.25.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-15.7-3.25.1.s390x",
"product_id": "postgresql15-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-contrib-15.7-3.25.1.s390x",
"product_id": "postgresql15-contrib-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-devel-15.7-3.25.1.s390x",
"product_id": "postgresql15-devel-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-plperl-15.7-3.25.1.s390x",
"product_id": "postgresql15-plperl-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-plpython-15.7-3.25.1.s390x",
"product_id": "postgresql15-plpython-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.7-3.25.1.s390x",
"product_id": "postgresql15-pltcl-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-server-15.7-3.25.1.s390x",
"product_id": "postgresql15-server-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.7-3.25.1.s390x",
"product_id": "postgresql15-server-devel-15.7-3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-3.25.1.s390x",
"product": {
"name": "postgresql15-test-15.7-3.25.1.s390x",
"product_id": "postgresql15-test-15.7-3.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-15.7-3.25.1.x86_64",
"product_id": "postgresql15-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.7-3.25.1.x86_64",
"product_id": "postgresql15-contrib-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-devel-15.7-3.25.1.x86_64",
"product_id": "postgresql15-devel-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-3.25.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.7-3.25.1.x86_64",
"product_id": "postgresql15-plperl-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.7-3.25.1.x86_64",
"product_id": "postgresql15-plpython-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.7-3.25.1.x86_64",
"product_id": "postgresql15-pltcl-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-server-15.7-3.25.1.x86_64",
"product_id": "postgresql15-server-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.7-3.25.1.x86_64",
"product_id": "postgresql15-server-devel-15.7-3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-3.25.1.x86_64",
"product": {
"name": "postgresql15-test-15.7-3.25.1.x86_64",
"product_id": "postgresql15-test-15.7-3.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-devel-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-devel-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-devel-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.7-3.25.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.7-3.25.1.noarch"
},
"product_reference": "postgresql15-docs-15.7-3.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-server-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-server-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-server-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-server-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.7-3.25.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.7-3.25.1.noarch"
},
"product_reference": "postgresql15-docs-15.7-3.25.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.aarch64"
},
"product_reference": "postgresql15-server-15.7-3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le"
},
"product_reference": "postgresql15-server-15.7-3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.s390x"
},
"product_reference": "postgresql15-server-15.7-3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.x86_64"
},
"product_reference": "postgresql15-server-15.7-3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.7-3.25.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.7-3.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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:postgresql15-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.7-3.25.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.7-3.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.7-3.25.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.7-3.25.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.7-3.25.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.7-3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-15T07:18:42Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:1703-1
Vulnerability from csaf_suse - Published: 2024-05-20 18:09 - Updated: 2024-05-20 18:09Summary
Security update for postgresql14
Severity
Moderate
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
PostgreSQL upgrade to version 14.12 (bsc#1224051):
- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).
Bug fixes:
- Fix incompatibility with LLVM 18.
- Prepare for PostgreSQL 17.
- Make sure all compilation and doc generation happens in %build.
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
- Remove constraints file because improved memory usage for s390x
- Use %patch -P N instead of deprecated %patchN.
Release notes:
- https://www.postgresql.org/docs/release/14.12/
Patchnames: SUSE-2024-1703,SUSE-SLE-SDK-12-SP5-2024-1703,SUSE-SLE-SERVER-12-SP5-2024-1703
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.12-3.41.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.12-3.41.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\nPostgreSQL upgrade to version 14.12 (bsc#1224051):\n\n- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).\n\nBug fixes:\n\n- Fix incompatibility with LLVM 18.\n- Prepare for PostgreSQL 17.\n- Make sure all compilation and doc generation happens in %build.\n- Require LLVM \u003c= 17 for now, because LLVM 18 doesn\u0027t seem to work.\n- Remove constraints file because improved memory usage for s390x\n- Use %patch -P N instead of deprecated %patchN.\n\nRelease notes:\n\n- https://www.postgresql.org/docs/release/14.12/\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1703,SUSE-SLE-SDK-12-SP5-2024-1703,SUSE-SLE-SERVER-12-SP5-2024-1703",
"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-2024_1703-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1703-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241703-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1703-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018556.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2024-05-20T18:09:28Z",
"generator": {
"date": "2024-05-20T18:09:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1703-1",
"initial_release_date": "2024-05-20T18:09:28Z",
"revision_history": [
{
"date": "2024-05-20T18:09:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-14.12-3.41.1.aarch64",
"product_id": "postgresql14-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.12-3.41.1.aarch64",
"product_id": "postgresql14-contrib-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-devel-14.12-3.41.1.aarch64",
"product_id": "postgresql14-devel-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.12-3.41.1.aarch64",
"product_id": "postgresql14-plperl-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.12-3.41.1.aarch64",
"product_id": "postgresql14-plpython-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.12-3.41.1.aarch64",
"product_id": "postgresql14-pltcl-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-server-14.12-3.41.1.aarch64",
"product_id": "postgresql14-server-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.12-3.41.1.aarch64",
"product_id": "postgresql14-server-devel-14.12-3.41.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-3.41.1.aarch64",
"product": {
"name": "postgresql14-test-14.12-3.41.1.aarch64",
"product_id": "postgresql14-test-14.12-3.41.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-14.12-3.41.1.i586",
"product_id": "postgresql14-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-contrib-14.12-3.41.1.i586",
"product_id": "postgresql14-contrib-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-devel-14.12-3.41.1.i586",
"product_id": "postgresql14-devel-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-plperl-14.12-3.41.1.i586",
"product_id": "postgresql14-plperl-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-plpython-14.12-3.41.1.i586",
"product_id": "postgresql14-plpython-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-pltcl-14.12-3.41.1.i586",
"product_id": "postgresql14-pltcl-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-server-14.12-3.41.1.i586",
"product_id": "postgresql14-server-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-server-devel-14.12-3.41.1.i586",
"product_id": "postgresql14-server-devel-14.12-3.41.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-3.41.1.i586",
"product": {
"name": "postgresql14-test-14.12-3.41.1.i586",
"product_id": "postgresql14-test-14.12-3.41.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.12-3.41.1.noarch",
"product": {
"name": "postgresql14-docs-14.12-3.41.1.noarch",
"product_id": "postgresql14-docs-14.12-3.41.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-contrib-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-devel-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-plperl-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-plpython-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-pltcl-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-server-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-server-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-server-devel-14.12-3.41.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-3.41.1.ppc64le",
"product": {
"name": "postgresql14-test-14.12-3.41.1.ppc64le",
"product_id": "postgresql14-test-14.12-3.41.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-14.12-3.41.1.s390",
"product_id": "postgresql14-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-contrib-14.12-3.41.1.s390",
"product_id": "postgresql14-contrib-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-devel-14.12-3.41.1.s390",
"product_id": "postgresql14-devel-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.s390",
"product_id": "postgresql14-llvmjit-devel-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-plperl-14.12-3.41.1.s390",
"product_id": "postgresql14-plperl-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-plpython-14.12-3.41.1.s390",
"product_id": "postgresql14-plpython-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-pltcl-14.12-3.41.1.s390",
"product_id": "postgresql14-pltcl-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-server-14.12-3.41.1.s390",
"product_id": "postgresql14-server-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-server-devel-14.12-3.41.1.s390",
"product_id": "postgresql14-server-devel-14.12-3.41.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-3.41.1.s390",
"product": {
"name": "postgresql14-test-14.12-3.41.1.s390",
"product_id": "postgresql14-test-14.12-3.41.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-14.12-3.41.1.s390x",
"product_id": "postgresql14-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-contrib-14.12-3.41.1.s390x",
"product_id": "postgresql14-contrib-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-devel-14.12-3.41.1.s390x",
"product_id": "postgresql14-devel-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-plperl-14.12-3.41.1.s390x",
"product_id": "postgresql14-plperl-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-plpython-14.12-3.41.1.s390x",
"product_id": "postgresql14-plpython-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.12-3.41.1.s390x",
"product_id": "postgresql14-pltcl-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-server-14.12-3.41.1.s390x",
"product_id": "postgresql14-server-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.12-3.41.1.s390x",
"product_id": "postgresql14-server-devel-14.12-3.41.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-3.41.1.s390x",
"product": {
"name": "postgresql14-test-14.12-3.41.1.s390x",
"product_id": "postgresql14-test-14.12-3.41.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-14.12-3.41.1.x86_64",
"product_id": "postgresql14-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.12-3.41.1.x86_64",
"product_id": "postgresql14-contrib-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-devel-14.12-3.41.1.x86_64",
"product_id": "postgresql14-devel-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-3.41.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.12-3.41.1.x86_64",
"product_id": "postgresql14-plperl-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.12-3.41.1.x86_64",
"product_id": "postgresql14-plpython-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.12-3.41.1.x86_64",
"product_id": "postgresql14-pltcl-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-server-14.12-3.41.1.x86_64",
"product_id": "postgresql14-server-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.12-3.41.1.x86_64",
"product_id": "postgresql14-server-devel-14.12-3.41.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-3.41.1.x86_64",
"product": {
"name": "postgresql14-test-14.12-3.41.1.x86_64",
"product_id": "postgresql14-test-14.12-3.41.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-devel-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-devel-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-devel-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.12-3.41.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.12-3.41.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-3.41.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-server-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.12-3.41.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.12-3.41.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-3.41.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-3.41.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-3.41.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.s390x"
},
"product_reference": "postgresql14-server-14.12-3.41.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-3.41.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-3.41.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.12-3.41.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.12-3.41.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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:postgresql14-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.12-3.41.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.12-3.41.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.12-3.41.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.12-3.41.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.12-3.41.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.12-3.41.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-20T18:09:28Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:1768-1
Vulnerability from csaf_suse - Published: 2024-05-23 11:46 - Updated: 2024-05-23 11:46Summary
Security update for postgresql14
Severity
Moderate
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
PostgreSQL upgrade to version 14.12 (bsc#1224051):
- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).
Bug fixes:
- Fix incompatibility with LLVM 18.
- Prepare for PostgreSQL 17.
- Make sure all compilation and doc generation happens in %build.
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
- Remove constraints file because improved memory usage for s390x
- Use %patch -P N instead of deprecated %patchN.
Release notes:
- https://www.postgresql.org/docs/release/14.12/
Patchnames: SUSE-2024-1768,SUSE-SLE-Module-Legacy-15-SP5-2024-1768,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-1768,openSUSE-SLE-15.5-2024-1768
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
94 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.12-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-docs-14.12-150200.5.44.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\nPostgreSQL upgrade to version 14.12 (bsc#1224051):\n\n- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).\n\nBug fixes:\n\n- Fix incompatibility with LLVM 18.\n- Prepare for PostgreSQL 17.\n- Make sure all compilation and doc generation happens in %build.\n- Require LLVM \u003c= 17 for now, because LLVM 18 doesn\u0027t seem to work.\n- Remove constraints file because improved memory usage for s390x\n- Use %patch -P N instead of deprecated %patchN.\n\nRelease notes:\n\n- https://www.postgresql.org/docs/release/14.12/\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1768,SUSE-SLE-Module-Legacy-15-SP5-2024-1768,SUSE-SLE-Module-Packagehub-Subpackages-15-SP5-2024-1768,openSUSE-SLE-15.5-2024-1768",
"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-2024_1768-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1768-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241768-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1768-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018595.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2024-05-23T11:46:06Z",
"generator": {
"date": "2024-05-23T11:46:06Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1768-1",
"initial_release_date": "2024-05-23T11:46:06Z",
"revision_history": [
{
"date": "2024-05-23T11:46:06Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-contrib-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-devel-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-devel-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-plperl-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-plpython-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-server-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-server-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150200.5.44.1.aarch64",
"product": {
"name": "postgresql14-test-14.12-150200.5.44.1.aarch64",
"product_id": "postgresql14-test-14.12-150200.5.44.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-contrib-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-devel-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-devel-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-llvmjit-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-plperl-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-plpython-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-pltcl-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-server-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-server-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-server-devel-14.12-150200.5.44.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150200.5.44.1.i586",
"product": {
"name": "postgresql14-test-14.12-150200.5.44.1.i586",
"product_id": "postgresql14-test-14.12-150200.5.44.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.12-150200.5.44.1.noarch",
"product": {
"name": "postgresql14-docs-14.12-150200.5.44.1.noarch",
"product_id": "postgresql14-docs-14.12-150200.5.44.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-devel-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-server-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-server-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150200.5.44.1.ppc64le",
"product": {
"name": "postgresql14-test-14.12-150200.5.44.1.ppc64le",
"product_id": "postgresql14-test-14.12-150200.5.44.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-contrib-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-devel-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-devel-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-plperl-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-plpython-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-pltcl-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-server-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-server-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-server-devel-14.12-150200.5.44.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150200.5.44.1.s390x",
"product": {
"name": "postgresql14-test-14.12-150200.5.44.1.s390x",
"product_id": "postgresql14-test-14.12-150200.5.44.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-contrib-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-devel-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-devel-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-plperl-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-plpython-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-server-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-server-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150200.5.44.1.x86_64",
"product": {
"name": "postgresql14-test-14.12-150200.5.44.1.x86_64",
"product_id": "postgresql14-test-14.12-150200.5.44.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-legacy:15:sp5"
}
}
},
{
"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": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.12-150200.5.44.1.noarch as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.12-150200.5.44.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-150200.5.44.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.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.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.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.12-150200.5.44.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.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.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.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-devel-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.12-150200.5.44.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-docs-14.12-150200.5.44.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-150200.5.44.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150200.5.44.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.aarch64"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150200.5.44.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.ppc64le"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150200.5.44.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.s390x"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150200.5.44.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.x86_64"
},
"product_reference": "postgresql14-test-14.12-150200.5.44.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.12-150200.5.44.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-docs-14.12-150200.5.44.1.noarch",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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 SP5:postgresql14-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.12-150200.5.44.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-docs-14.12-150200.5.44.1.noarch",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-docs-14.12-150200.5.44.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP5:postgresql14-test-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-contrib-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-docs-14.12-150200.5.44.1.noarch",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-llvmjit-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-llvmjit-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-plperl-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-plpython-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-pltcl-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-server-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-server-devel-14.12-150200.5.44.1.x86_64",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.aarch64",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.ppc64le",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.s390x",
"openSUSE Leap 15.5:postgresql14-test-14.12-150200.5.44.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-23T11:46:06Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:1777-1
Vulnerability from csaf_suse - Published: 2024-05-24 15:39 - Updated: 2024-05-24 15:39Summary
Security update for postgresql15
Severity
Moderate
Notes
Title of the patch: Security update for postgresql15
Description of the patch: This update for postgresql15 fixes the following issues:
PostgreSQL upgrade to version 15.7 (bsc#1224051):
- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).
Bug fixes:
- Fix incompatibility with LLVM 18.
- Prepare for PostgreSQL 17.
- Make sure all compilation and doc generation happens in %build.
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
- Remove constraints file because improved memory usage for s390x
- Use %patch -P N instead of deprecated %patchN.
Release notes:
- https://www.postgresql.org/docs/release/15.7/
Patchnames: SUSE-2024-1777,SUSE-SLE-Module-Basesystem-15-SP5-2024-1777,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1777,openSUSE-SLE-15.5-2024-1777
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
78 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.7-150200.5.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-docs-15.7-150200.5.27.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\nPostgreSQL upgrade to version 15.7 (bsc#1224051):\n\n- CVE-2024-4317: Fixed visibility restriction of pg_stats_ext and pg_stats_ext_exprs entries to the table owner (bsc#1224038).\n\nBug fixes:\n\n- Fix incompatibility with LLVM 18.\n- Prepare for PostgreSQL 17.\n- Make sure all compilation and doc generation happens in %build.\n- Require LLVM \u003c= 17 for now, because LLVM 18 doesn\u0027t seem to work.\n- Remove constraints file because improved memory usage for s390x\n- Use %patch -P N instead of deprecated %patchN.\n\nRelease notes:\n\n- https://www.postgresql.org/docs/release/15.7/\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1777,SUSE-SLE-Module-Basesystem-15-SP5-2024-1777,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1777,openSUSE-SLE-15.5-2024-1777",
"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-2024_1777-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1777-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241777-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1777-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-May/018600.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2024-05-24T15:39:59Z",
"generator": {
"date": "2024-05-24T15:39:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1777-1",
"initial_release_date": "2024-05-24T15:39:59Z",
"revision_history": [
{
"date": "2024-05-24T15:39:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-contrib-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-devel-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-devel-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-llvmjit-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-plperl-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-plpython-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-server-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-server-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150200.5.27.1.aarch64",
"product": {
"name": "postgresql15-test-15.7-150200.5.27.1.aarch64",
"product_id": "postgresql15-test-15.7-150200.5.27.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-contrib-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-devel-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-devel-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-llvmjit-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-plperl-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-plpython-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-pltcl-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-server-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-server-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-server-devel-15.7-150200.5.27.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150200.5.27.1.i586",
"product": {
"name": "postgresql15-test-15.7-150200.5.27.1.i586",
"product_id": "postgresql15-test-15.7-150200.5.27.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.7-150200.5.27.1.noarch",
"product": {
"name": "postgresql15-docs-15.7-150200.5.27.1.noarch",
"product_id": "postgresql15-docs-15.7-150200.5.27.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-devel-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-server-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-server-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150200.5.27.1.ppc64le",
"product": {
"name": "postgresql15-test-15.7-150200.5.27.1.ppc64le",
"product_id": "postgresql15-test-15.7-150200.5.27.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-contrib-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-devel-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-devel-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-llvmjit-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-plperl-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-plpython-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-pltcl-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-server-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-server-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-server-devel-15.7-150200.5.27.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150200.5.27.1.s390x",
"product": {
"name": "postgresql15-test-15.7-150200.5.27.1.s390x",
"product_id": "postgresql15-test-15.7-150200.5.27.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-contrib-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-devel-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-devel-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-llvmjit-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-plperl-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-plpython-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-server-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-server-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150200.5.27.1.x86_64",
"product": {
"name": "postgresql15-test-15.7-150200.5.27.1.x86_64",
"product_id": "postgresql15-test-15.7-150200.5.27.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.7-150200.5.27.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.7-150200.5.27.1.noarch"
},
"product_reference": "postgresql15-docs-15.7-150200.5.27.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-devel-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.7-150200.5.27.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-docs-15.7-150200.5.27.1.noarch"
},
"product_reference": "postgresql15-docs-15.7-150200.5.27.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-llvmjit-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-server-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150200.5.27.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.aarch64"
},
"product_reference": "postgresql15-test-15.7-150200.5.27.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150200.5.27.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.ppc64le"
},
"product_reference": "postgresql15-test-15.7-150200.5.27.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150200.5.27.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.s390x"
},
"product_reference": "postgresql15-test-15.7-150200.5.27.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150200.5.27.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.x86_64"
},
"product_reference": "postgresql15-test-15.7-150200.5.27.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.7-150200.5.27.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-docs-15.7-150200.5.27.1.noarch",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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 SP5:postgresql15-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.7-150200.5.27.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-docs-15.7-150200.5.27.1.noarch",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:postgresql15-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-devel-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-docs-15.7-150200.5.27.1.noarch",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-15.7-150200.5.27.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-contrib-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-docs-15.7-150200.5.27.1.noarch",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-llvmjit-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-llvmjit-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-plperl-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-plpython-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-pltcl-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-server-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-server-devel-15.7-150200.5.27.1.x86_64",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.aarch64",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.ppc64le",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.s390x",
"openSUSE Leap 15.5:postgresql15-test-15.7-150200.5.27.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-05-24T15:39:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:2261-1
Vulnerability from csaf_suse - Published: 2024-07-02 08:03 - Updated: 2024-07-02 08:03Summary
Security update for postgresql15
Severity
Moderate
Notes
Title of the patch: Security update for postgresql15
Description of the patch: This update for postgresql15 fixes the following issues:
- Upgrade to 15.7. (bsc#1224051)
- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)
Patchnames: SUSE-2024-2261,SUSE-SLE-Module-Legacy-15-SP6-2024-2261,openSUSE-SLE-15.6-2024-2261
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
57 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-docs-15.7-150600.16.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\n- Upgrade to 15.7. (bsc#1224051)\n- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2261,SUSE-SLE-Module-Legacy-15-SP6-2024-2261,openSUSE-SLE-15.6-2024-2261",
"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-2024_2261-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2261-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242261-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2261-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/035792.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2024-07-02T08:03:54Z",
"generator": {
"date": "2024-07-02T08:03:54Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2261-1",
"initial_release_date": "2024-07-02T08:03:54Z",
"revision_history": [
{
"date": "2024-07-02T08:03:54Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-contrib-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-devel-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-devel-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-llvmjit-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-plperl-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-plpython-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-pltcl-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-server-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-server-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-server-devel-15.7-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150600.16.3.1.aarch64",
"product": {
"name": "postgresql15-test-15.7-150600.16.3.1.aarch64",
"product_id": "postgresql15-test-15.7-150600.16.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-contrib-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-devel-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-devel-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-llvmjit-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-plperl-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-plpython-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-pltcl-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-server-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-server-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-server-devel-15.7-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150600.16.3.1.i586",
"product": {
"name": "postgresql15-test-15.7-150600.16.3.1.i586",
"product_id": "postgresql15-test-15.7-150600.16.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.7-150600.16.3.1.noarch",
"product": {
"name": "postgresql15-docs-15.7-150600.16.3.1.noarch",
"product_id": "postgresql15-docs-15.7-150600.16.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-contrib-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-devel-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-plperl-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-plpython-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-pltcl-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-server-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-server-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-server-devel-15.7-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql15-test-15.7-150600.16.3.1.ppc64le",
"product_id": "postgresql15-test-15.7-150600.16.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-contrib-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-devel-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-devel-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-llvmjit-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-plperl-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-plpython-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-pltcl-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-server-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-server-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-server-devel-15.7-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150600.16.3.1.s390x",
"product": {
"name": "postgresql15-test-15.7-150600.16.3.1.s390x",
"product_id": "postgresql15-test-15.7-150600.16.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-contrib-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-devel-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-devel-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-llvmjit-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-plperl-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-plpython-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-pltcl-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-server-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-server-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-server-devel-15.7-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.7-150600.16.3.1.x86_64",
"product": {
"name": "postgresql15-test-15.7-150600.16.3.1.x86_64",
"product_id": "postgresql15-test-15.7-150600.16.3.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": "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.7-150600.16.3.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.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150600.16.3.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.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150600.16.3.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.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150600.16.3.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.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.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.7-150600.16.3.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.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.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.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-devel-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-devel-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-devel-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.7-150600.16.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-docs-15.7-150600.16.3.1.noarch"
},
"product_reference": "postgresql15-docs-15.7-150600.16.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-llvmjit-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-plperl-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-plpython-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-server-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.aarch64"
},
"product_reference": "postgresql15-test-15.7-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql15-test-15.7-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.s390x"
},
"product_reference": "postgresql15-test-15.7-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-test-15.7-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.x86_64"
},
"product_reference": "postgresql15-test-15.7-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.7-150600.16.3.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.7-150600.16.3.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-15.7-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql15-server-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-contrib-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-docs-15.7-150600.16.3.1.noarch",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-llvmjit-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-plperl-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-plpython-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-pltcl-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-server-devel-15.7-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql15-test-15.7-150600.16.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-02T08:03:54Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:2262-1
Vulnerability from csaf_suse - Published: 2024-07-02 08:04 - Updated: 2024-07-02 08:04Summary
Security update for postgresql14
Severity
Moderate
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
- Upgrade to 14.12 (bsc#1224051):
- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)
Patchnames: SUSE-2024-2262,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-2262,openSUSE-SLE-15.6-2024-2262
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
53 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-docs-14.12-150600.16.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\n- Upgrade to 14.12 (bsc#1224051):\n- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2262,SUSE-SLE-Module-Packagehub-Subpackages-15-SP6-2024-2262,openSUSE-SLE-15.6-2024-2262",
"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-2024_2262-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2262-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242262-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2262-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-July/035791.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2024-07-02T08:04:08Z",
"generator": {
"date": "2024-07-02T08:04:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2262-1",
"initial_release_date": "2024-07-02T08:04:08Z",
"revision_history": [
{
"date": "2024-07-02T08:04:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-server-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-test-14.12-150600.16.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-server-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-test-14.12-150600.16.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"product": {
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"product_id": "postgresql14-docs-14.12-150600.16.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-server-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-test-14.12-150600.16.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-server-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-test-14.12-150600.16.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-server-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-test-14.12-150600.16.3.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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": "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-llvmjit-14.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.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-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-docs-14.12-150600.16.3.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150600.16.3.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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 Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Package Hub 15 SP6:postgresql14-test-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.aarch64",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.ppc64le",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.s390x",
"openSUSE Leap 15.6:postgresql14-test-14.12-150600.16.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-02T08:04:08Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:2262-2
Vulnerability from csaf_suse - Published: 2024-07-31 08:31 - Updated: 2024-07-31 08:31Summary
Security update for postgresql14
Severity
Moderate
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
- Upgrade to 14.12 (bsc#1224051):
- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)
Patchnames: SUSE-2024-2262,SUSE-SLE-Module-Legacy-15-SP6-2024-2262
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\n- Upgrade to 14.12 (bsc#1224051):\n- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2262,SUSE-SLE-Module-Legacy-15-SP6-2024-2262",
"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-2024_2262-2.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2262-2",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242262-2/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2262-2",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019025.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2024-07-31T08:31:24Z",
"generator": {
"date": "2024-07-31T08:31:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2262-2",
"initial_release_date": "2024-07-31T08:31:24Z",
"revision_history": [
{
"date": "2024-07-31T08:31:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-server-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-test-14.12-150600.16.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-server-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-test-14.12-150600.16.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"product": {
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"product_id": "postgresql14-docs-14.12-150600.16.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-server-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-test-14.12-150600.16.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-server-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-test-14.12-150600.16.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-server-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-test-14.12-150600.16.3.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-31T08:31:24Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
SUSE-SU-2024:2262-3
Vulnerability from csaf_suse - Published: 2024-07-31 08:31 - Updated: 2024-07-31 08:31Summary
Security update for postgresql14
Severity
Moderate
Notes
Title of the patch: Security update for postgresql14
Description of the patch: This update for postgresql14 fixes the following issues:
- Upgrade to 14.12 (bsc#1224051):
- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)
Patchnames: SUSE-2024-2262,SUSE-SLE-Module-Legacy-15-SP6-2024-2262
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
6.2 (Medium)
Affected products
Recommended
33 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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\n- Upgrade to 14.12 (bsc#1224051):\n- CVE-2024-4317: Restrict visibility of pg_stats_ext and pg_stats_ext_exprs entries to the table owner. See release notes for the steps that have to be taken to fix existing PostgreSQL instances. (bsc#1224038)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-2262,SUSE-SLE-Module-Legacy-15-SP6-2024-2262",
"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-2024_2262-3.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:2262-3",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20242262-3/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:2262-3",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-July/019068.html"
},
{
"category": "self",
"summary": "SUSE Bug 1224038",
"url": "https://bugzilla.suse.com/1224038"
},
{
"category": "self",
"summary": "SUSE Bug 1224051",
"url": "https://bugzilla.suse.com/1224051"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-4317 page",
"url": "https://www.suse.com/security/cve/CVE-2024-4317/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2024-07-31T08:31:24Z",
"generator": {
"date": "2024-07-31T08:31:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:2262-3",
"initial_release_date": "2024-07-31T08:31:24Z",
"revision_history": [
{
"date": "2024-07-31T08:31:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-server-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.aarch64",
"product_id": "postgresql14-test-14.12-150600.16.3.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-server-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.i586",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.i586",
"product_id": "postgresql14-test-14.12-150600.16.3.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"product": {
"name": "postgresql14-docs-14.12-150600.16.3.1.noarch",
"product_id": "postgresql14-docs-14.12-150600.16.3.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-server-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.ppc64le",
"product_id": "postgresql14-test-14.12-150600.16.3.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-server-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.s390x",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.s390x",
"product_id": "postgresql14-test-14.12-150600.16.3.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-contrib-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-llvmjit-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-plperl-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-plpython-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-pltcl-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-server-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-server-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"product": {
"name": "postgresql14-test-14.12-150600.16.3.1.x86_64",
"product_id": "postgresql14-test-14.12-150600.16.3.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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-14.12-150600.16.3.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.noarch"
},
"product_reference": "postgresql14-docs-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-server-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.aarch64"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.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.12-150600.16.3.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.12-150600.16.3.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.12-150600.16.3.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-4317",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-4317"
}
],
"notes": [
{
"category": "general",
"text": "Missing authorization in PostgreSQL built-in views pg_stats_ext and pg_stats_ext_exprs allows an unprivileged database user to read most common values and other statistics from CREATE STATISTICS commands of other users. The most common values may reveal column values the eavesdropper could not otherwise read or results of functions they cannot execute. Installing an unaffected version only fixes fresh PostgreSQL installations, namely those that are created with the initdb utility after installing that version. Current PostgreSQL installations will remain vulnerable until they follow the instructions in the release notes. Within major versions 14-16, minor versions before PostgreSQL 16.3, 15.7, and 14.12 are affected. Versions before PostgreSQL 14 are unaffected.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-4317",
"url": "https://www.suse.com/security/cve/CVE-2024-4317"
},
{
"category": "external",
"summary": "SUSE Bug 1224038 for CVE-2024-4317",
"url": "https://bugzilla.suse.com/1224038"
}
],
"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.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-contrib-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-devel-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-docs-14.12-150600.16.3.1.noarch",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plperl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-plpython-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-pltcl-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-14.12-150600.16.3.1.x86_64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.aarch64",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.ppc64le",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.s390x",
"SUSE Linux Enterprise Module for Legacy 15 SP6:postgresql14-server-devel-14.12-150600.16.3.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-07-31T08:31:24Z",
"details": "moderate"
}
],
"title": "CVE-2024-4317"
}
]
}
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…